pgtsun4.h
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:5k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. /* $Id: pgtsun4.h,v 1.5 2000/06/05 06:08:46 anton Exp $
  2.  * pgtsun4.h:  Sun4 specific pgtable.h defines and code.
  3.  *
  4.  * Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
  5.  * Copyright (C) 1998 Jakub Jelinek (jj@sunsite.mff.cuni.cz)
  6.  */
  7. #ifndef _SPARC_PGTSUN4C_H
  8. #define _SPARC_PGTSUN4C_H
  9. #include <asm/contregs.h>
  10. /* PMD_SHIFT determines the size of the area a second-level page table can map */
  11. #define SUN4C_PMD_SHIFT       23
  12. #define SUN4C_PMD_SIZE        (1UL << SUN4C_PMD_SHIFT)
  13. #define SUN4C_PMD_MASK        (~(SUN4C_PMD_SIZE-1))
  14. #define SUN4C_PMD_ALIGN(addr) (((addr)+SUN4C_PMD_SIZE-1)&SUN4C_PMD_MASK)
  15. /* PGDIR_SHIFT determines what a third-level page table entry can map */
  16. #define SUN4C_PGDIR_SHIFT       23
  17. #define SUN4C_PGDIR_SIZE        (1UL << SUN4C_PGDIR_SHIFT)
  18. #define SUN4C_PGDIR_MASK        (~(SUN4C_PGDIR_SIZE-1))
  19. #define SUN4C_PGDIR_ALIGN(addr) (((addr)+SUN4C_PGDIR_SIZE-1)&SUN4C_PGDIR_MASK)
  20. /* To represent how the sun4c mmu really lays things out. */
  21. #define SUN4C_REAL_PGDIR_SHIFT       18
  22. #define SUN4C_REAL_PGDIR_SIZE        (1UL << SUN4C_REAL_PGDIR_SHIFT)
  23. #define SUN4C_REAL_PGDIR_MASK        (~(SUN4C_REAL_PGDIR_SIZE-1))
  24. #define SUN4C_REAL_PGDIR_ALIGN(addr) (((addr)+SUN4C_REAL_PGDIR_SIZE-1)&SUN4C_REAL_PGDIR_MASK)
  25. /* 19 bit PFN on sun4 */
  26. #define SUN4C_PFN_MASK 0x7ffff
  27.  
  28. /* Don't increase these unless the structures in sun4c.c are fixed */
  29. #define SUN4C_MAX_SEGMAPS 256
  30. #define SUN4C_MAX_CONTEXTS 16
  31. /*
  32.  * To be efficient, and not have to worry about allocating such
  33.  * a huge pgd, we make the kernel sun4c tables each hold 1024
  34.  * entries and the pgd similarly just like the i386 tables.
  35.  */
  36. #define SUN4C_PTRS_PER_PTE    1024
  37. #define SUN4C_PTRS_PER_PMD    1
  38. #define SUN4C_PTRS_PER_PGD    1024
  39. /*
  40.  * Sparc SUN4C pte fields.
  41.  */
  42. #define _SUN4C_PAGE_VALID        0x80000000
  43. #define _SUN4C_PAGE_SILENT_READ  0x80000000   /* synonym */
  44. #define _SUN4C_PAGE_DIRTY        0x40000000
  45. #define _SUN4C_PAGE_SILENT_WRITE 0x40000000   /* synonym */
  46. #define _SUN4C_PAGE_PRIV         0x20000000   /* privileged page */
  47. #define _SUN4C_PAGE_NOCACHE      0x10000000   /* non-cacheable page */
  48. #define _SUN4C_PAGE_PRESENT      0x08000000   /* implemented in software */
  49. #define _SUN4C_PAGE_IO           0x04000000   /* I/O page */
  50. #define _SUN4C_PAGE_READ         0x00800000   /* implemented in software */
  51. #define _SUN4C_PAGE_WRITE        0x00400000   /* implemented in software */
  52. #define _SUN4C_PAGE_ACCESSED     0x00200000   /* implemented in software */
  53. #define _SUN4C_PAGE_MODIFIED     0x00100000   /* implemented in software */
  54. #define _SUN4C_READABLE (_SUN4C_PAGE_READ|_SUN4C_PAGE_SILENT_READ|
  55.  _SUN4C_PAGE_ACCESSED)
  56. #define _SUN4C_WRITEABLE (_SUN4C_PAGE_WRITE|_SUN4C_PAGE_SILENT_WRITE|
  57.  _SUN4C_PAGE_MODIFIED)
  58. #define _SUN4C_PAGE_CHG_MASK (0xffff|_SUN4C_PAGE_ACCESSED|_SUN4C_PAGE_MODIFIED)
  59. #define SUN4C_PAGE_NONE __pgprot(_SUN4C_PAGE_PRESENT)
  60. #define SUN4C_PAGE_SHARED __pgprot(_SUN4C_PAGE_PRESENT|_SUN4C_READABLE|
  61.  _SUN4C_PAGE_WRITE)
  62. #define SUN4C_PAGE_COPY __pgprot(_SUN4C_PAGE_PRESENT|_SUN4C_READABLE)
  63. #define SUN4C_PAGE_READONLY __pgprot(_SUN4C_PAGE_PRESENT|_SUN4C_READABLE)
  64. #define SUN4C_PAGE_KERNEL __pgprot(_SUN4C_READABLE|_SUN4C_WRITEABLE|
  65.  _SUN4C_PAGE_DIRTY|_SUN4C_PAGE_PRIV)
  66. #ifndef __ASSEMBLY__
  67. extern __inline__ unsigned long sun4c_get_synchronous_error(void)
  68. {
  69. unsigned long sync_err;
  70. __asm__ __volatile__("lda [%1] %2, %0nt" :
  71.      "=r" (sync_err) :
  72.      "r" (AC_SYNC_ERR), "i" (ASI_CONTROL));
  73. return sync_err;
  74. }
  75. extern __inline__ unsigned long sun4c_get_synchronous_address(void)
  76. {
  77. unsigned long sync_addr;
  78. __asm__ __volatile__("lda [%1] %2, %0nt" :
  79.      "=r" (sync_addr) :
  80.      "r" (AC_SYNC_VA), "i" (ASI_CONTROL));
  81. return sync_addr;
  82. }
  83. /* SUN4 pte, segmap, and context manipulation */
  84. extern __inline__ unsigned long sun4c_get_segmap(unsigned long addr)
  85. {
  86.   register unsigned long entry;
  87.   __asm__ __volatile__("ntlduha [%1] %2, %0nt" : 
  88.        "=r" (entry) :
  89.        "r" (addr), "i" (ASI_SEGMAP));
  90.   return entry;
  91. }
  92. extern __inline__ void sun4c_put_segmap(unsigned long addr, unsigned long entry)
  93. {
  94.   __asm__ __volatile__("ntstha %1, [%0] %2; nop; nop; nop;nt" : :
  95.        "r" (addr), "r" (entry),
  96.        "i" (ASI_SEGMAP));
  97. }
  98. extern __inline__ unsigned long sun4c_get_pte(unsigned long addr)
  99. {
  100.   register unsigned long entry;
  101.   __asm__ __volatile__("ntlda [%1] %2, %0nt" : 
  102.        "=r" (entry) :
  103.        "r" (addr), "i" (ASI_PTE));
  104.   return entry;
  105. }
  106. extern __inline__ void sun4c_put_pte(unsigned long addr, unsigned long entry)
  107. {
  108.   __asm__ __volatile__("ntsta %1, [%0] %2; nop; nop; nop;nt" : :
  109.        "r" (addr), 
  110.        "r" ((entry & ~(_SUN4C_PAGE_PRESENT))), "i" (ASI_PTE));
  111. }
  112. extern __inline__ int sun4c_get_context(void)
  113. {
  114.   register int ctx;
  115.   __asm__ __volatile__("ntlduba [%1] %2, %0nt" :
  116.        "=r" (ctx) :
  117.        "r" (AC_CONTEXT), "i" (ASI_CONTROL));
  118.   return ctx;
  119. }
  120. extern __inline__ int sun4c_set_context(int ctx)
  121. {
  122.   __asm__ __volatile__("ntstba %0, [%1] %2; nop; nop; nop;nt" : :
  123.        "r" (ctx), "r" (AC_CONTEXT), "i" (ASI_CONTROL));
  124.   return ctx;
  125. }
  126. #endif /* !(__ASSEMBLY__) */
  127. #endif /* !(_SPARC_PGTSUN4_H) */