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

嵌入式Linux

开发平台:

Unix_Linux

  1. /*
  2.  *  include/asm-s390/pgtable.h
  3.  *
  4.  *  S390 64bit version
  5.  *    Copyright (C) 2000 IBM Deutschland Entwicklung GmbH, IBM Corporation
  6.  *    Author(s): Hartmut Penner (hp@de.ibm.com)
  7.  *               Ulrich Weigand (weigand@de.ibm.com)
  8.  *               Martin Schwidefsky (schwidefsky@de.ibm.com)
  9.  *
  10.  *  Derived from "include/asm-i386/pgtable.h"
  11.  */
  12. #ifndef _ASM_S390_PGTABLE_H
  13. #define _ASM_S390_PGTABLE_H
  14. /*
  15.  * The Linux memory management assumes a three-level page table setup. On
  16.  * the S390, we use that, but "fold" the mid level into the top-level page
  17.  * table, so that we physically have the same two-level page table as the
  18.  * S390 mmu expects.
  19.  *
  20.  * This file contains the functions and defines necessary to modify and use
  21.  * the S390 page table tree.
  22.  */
  23. #ifndef __ASSEMBLY__
  24. #include <asm/processor.h>
  25. #include <linux/threads.h>
  26. extern pgd_t swapper_pg_dir[] __attribute__ ((aligned (4096)));
  27. extern void paging_init(void);
  28. /* Caches aren't brain-dead on S390. */
  29. #define flush_cache_all()                       do { } while (0)
  30. #define flush_cache_mm(mm)                      do { } while (0)
  31. #define flush_cache_range(mm, start, end)       do { } while (0)
  32. #define flush_cache_page(vma, vmaddr)           do { } while (0)
  33. #define flush_page_to_ram(page)                 do { } while (0)
  34. #define flush_dcache_page(page) do { } while (0)
  35. #define flush_icache_range(start, end)          do { } while (0)
  36. #define flush_icache_page(vma,pg)               do { } while (0)
  37. /*
  38.  * The S390 doesn't have any external MMU info: the kernel page
  39.  * tables contain all the necessary information.
  40.  */
  41. #define update_mmu_cache(vma, address, pte)     do { } while (0)
  42. /*
  43.  * ZERO_PAGE is a global shared page that is always zero: used
  44.  * for zero-mapped memory areas etc..
  45.  */
  46. extern char empty_zero_page[PAGE_SIZE];
  47. #define ZERO_PAGE(vaddr) (virt_to_page(empty_zero_page))
  48. #endif /* !__ASSEMBLY__ */
  49. /*
  50.  * PMD_SHIFT determines the size of the area a second-level page
  51.  * table can map
  52.  */
  53. #define PMD_SHIFT       21
  54. #define PMD_SIZE        (1UL << PMD_SHIFT)
  55. #define PMD_MASK        (~(PMD_SIZE-1))
  56. /* PGDIR_SHIFT determines what a third-level page table entry can map */
  57. #define PGDIR_SHIFT     31
  58. #define PGDIR_SIZE      (1UL << PGDIR_SHIFT)
  59. #define PGDIR_MASK      (~(PGDIR_SIZE-1))
  60. /*
  61.  * entries per page directory level: the S390 is two to five-level,
  62.  * currently we use a 3 level lookup
  63.  */
  64. #define PTRS_PER_PTE    512
  65. #define PTRS_PER_PMD    1024
  66. #define PTRS_PER_PGD    2048
  67. /*
  68.  * pgd entries used up by user/kernel:
  69.  */
  70. #define USER_PTRS_PER_PGD  2048
  71. #define USER_PGD_PTRS      2048
  72. #define KERNEL_PGD_PTRS    2048
  73. #define FIRST_USER_PGD_NR  0
  74. #define pte_ERROR(e) 
  75. printk("%s:%d: bad pte %016lx.n", __FILE__, __LINE__, pte_val(e))
  76. #define pmd_ERROR(e) 
  77. printk("%s:%d: bad pmd %016lx.n", __FILE__, __LINE__, pmd_val(e))
  78. #define pgd_ERROR(e) 
  79. printk("%s:%d: bad pgd %016lx.n", __FILE__, __LINE__, pgd_val(e))
  80. #ifndef __ASSEMBLY__
  81. /*
  82.  * Just any arbitrary offset to the start of the vmalloc VM area: the
  83.  * current 8MB value just means that there will be a 8MB "hole" after the
  84.  * physical memory until the kernel virtual memory starts.  That means that
  85.  * any out-of-bounds memory accesses will hopefully be caught.
  86.  * The vmalloc() routines leaves a hole of 4kB between each vmalloced
  87.  * area for the same reason. ;)
  88.  */
  89. #define VMALLOC_OFFSET  (8*1024*1024)
  90. #define VMALLOC_START   (((unsigned long) high_memory + VMALLOC_OFFSET) 
  91.                          & ~(VMALLOC_OFFSET-1))
  92. #define VMALLOC_VMADDR(x) ((unsigned long)(x))
  93. #define VMALLOC_END     (0x40000000000L)
  94. /*
  95.  * A pagetable entry of S390 has following format:
  96.  * |                     PFRA                         |0IP0|  OS  |
  97.  * 0000000000111111111122222222223333333333444444444455555555556666
  98.  * 0123456789012345678901234567890123456789012345678901234567890123
  99.  *
  100.  * I Page-Invalid Bit:    Page is not available for address-translation
  101.  * P Page-Protection Bit: Store access not possible for page
  102.  *
  103.  * A segmenttable entry of S390 has following format:
  104.  * |        P-table origin                              |      TT
  105.  * 0000000000111111111122222222223333333333444444444455555555556666
  106.  * 0123456789012345678901234567890123456789012345678901234567890123
  107.  *
  108.  * I Segment-Invalid Bit:    Segment is not available for address-translation
  109.  * C Common-Segment Bit:     Segment is not private (PoP 3-30)
  110.  * P Page-Protection Bit: Store access not possible for page
  111.  * TT Type 00
  112.  *
  113.  * A region table entry of S390 has following format:
  114.  * |        S-table origin                             |   TF  TTTL
  115.  * 0000000000111111111122222222223333333333444444444455555555556666
  116.  * 0123456789012345678901234567890123456789012345678901234567890123
  117.  *
  118.  * I Segment-Invalid Bit:    Segment is not available for address-translation
  119.  * TT Type 01
  120.  * TF
  121.  * TL Table lenght
  122.  *
  123.  * The regiontable origin of S390 has following format:
  124.  * |      region table origon                          |       DTTL
  125.  * 0000000000111111111122222222223333333333444444444455555555556666
  126.  * 0123456789012345678901234567890123456789012345678901234567890123
  127.  *
  128.  * X Space-Switch event:
  129.  * G Segment-Invalid Bit:  
  130.  * P Private-Space Bit:    
  131.  * S Storage-Alteration:
  132.  * R Real space
  133.  * TL Table-Length:
  134.  *
  135.  * A storage key has the following format:
  136.  * | ACC |F|R|C|0|
  137.  *  0   3 4 5 6 7
  138.  * ACC: access key
  139.  * F  : fetch protection bit
  140.  * R  : referenced bit
  141.  * C  : changed bit
  142.  */
  143. /* Bits in the page table entry */
  144. #define _PAGE_PRESENT   0x001          /* Software                         */
  145. #define _PAGE_MKCLEAR   0x002          /* Software                         */
  146. #define _PAGE_RO        0x200          /* HW read-only                     */
  147. #define _PAGE_INVALID   0x400          /* HW invalid                       */
  148. /* Bits in the segment table entry */
  149. #define _PMD_ENTRY_INV   0x20          /* invalid segment table entry      */
  150. #define _PMD_ENTRY       0x00        
  151. /* Bits in the region third table entry */
  152. #define _PGD_ENTRY_INV   0x20          /* invalid region table entry       */
  153. #define _PGD_ENTRY       0x07
  154. /*
  155.  * User and kernel page directory
  156.  */
  157. #define _REGION_THIRD       0x4
  158. #define _REGION_THIRD_LEN   0x3 
  159. #define _REGION_TABLE       (_REGION_THIRD|_REGION_THIRD_LEN|0x40|0x100)
  160. #define _KERN_REGION_TABLE  (_REGION_THIRD|_REGION_THIRD_LEN)
  161. /* Bits in the storage key */
  162. #define _PAGE_CHANGED    0x02          /* HW changed bit                   */
  163. #define _PAGE_REFERENCED 0x04          /* HW referenced bit                */
  164. /*
  165.  * No mapping available
  166.  */
  167. #define PAGE_INVALID    __pgprot(_PAGE_INVALID)
  168. #define PAGE_NONE       __pgprot(_PAGE_PRESENT | _PAGE_INVALID)
  169. #define PAGE_COPY       __pgprot(_PAGE_PRESENT | _PAGE_RO)
  170. #define PAGE_READONLY   __pgprot(_PAGE_PRESENT | _PAGE_RO)
  171. #define PAGE_SHARED     __pgprot(_PAGE_PRESENT )
  172. #define PAGE_KERNEL     __pgprot(_PAGE_PRESENT )
  173. /*
  174.  * The S390 can't do page protection for execute, and considers that the
  175.  * same are read. Also, write permissions imply read permissions. This is
  176.  * the closest we can get..
  177.  */
  178. #define __P000  PAGE_NONE
  179. #define __P001  PAGE_READONLY
  180. #define __P010  PAGE_COPY
  181. #define __P011  PAGE_COPY
  182. #define __P100  PAGE_READONLY
  183. #define __P101  PAGE_READONLY
  184. #define __P110  PAGE_COPY
  185. #define __P111  PAGE_COPY
  186. #define __S000  PAGE_NONE
  187. #define __S001  PAGE_READONLY
  188. #define __S010  PAGE_SHARED
  189. #define __S011  PAGE_SHARED
  190. #define __S100  PAGE_READONLY
  191. #define __S101  PAGE_READONLY
  192. #define __S110  PAGE_SHARED
  193. #define __S111  PAGE_SHARED
  194. /*
  195.  * Certain architectures need to do special things when PTEs
  196.  * within a page table are directly modified.  Thus, the following
  197.  * hook is made available.
  198.  */
  199. extern inline void set_pte(pte_t *pteptr, pte_t pteval)
  200. {
  201. if ((pte_val(pteval) & (_PAGE_MKCLEAR|_PAGE_INVALID))
  202.     == _PAGE_MKCLEAR) 
  203. {
  204. pte_val(pteval) &= ~_PAGE_MKCLEAR;
  205.                
  206. asm volatile ("sske %0,%1" 
  207. : : "d" (0), "a" (pte_val(pteval)));
  208. }
  209. *pteptr = pteval;
  210. }
  211. /*
  212.  * Permanent address of a page.
  213.  */
  214. #define page_address(page) ((page)->virtual)
  215. #define pages_to_mb(x) ((x) >> (20-PAGE_SHIFT))
  216. /*
  217.  * pgd/pmd/pte query functions
  218.  */
  219. extern inline int pgd_present(pgd_t pgd)
  220. {
  221. return (pgd_val(pgd) & ~PAGE_MASK) == _PGD_ENTRY;
  222. }
  223. extern inline int pgd_none(pgd_t pgd)
  224. {
  225. return pgd_val(pgd) & _PGD_ENTRY_INV;
  226. }
  227. extern inline int pgd_bad(pgd_t pgd)
  228. {
  229. return (pgd_val(pgd) & (~PAGE_MASK & ~_PGD_ENTRY_INV)) != _PGD_ENTRY;
  230. }
  231. extern inline int pmd_present(pmd_t pmd)
  232. {
  233. return (pmd_val(pmd) & ~PAGE_MASK) == _PMD_ENTRY;
  234. }
  235. extern inline int pmd_none(pmd_t pmd)
  236. {
  237. return pmd_val(pmd) & _PMD_ENTRY_INV;
  238. }
  239. extern inline int pmd_bad(pmd_t pmd)
  240. {
  241. return (pmd_val(pmd) & (~PAGE_MASK & ~_PMD_ENTRY_INV)) != _PMD_ENTRY;
  242. }
  243. extern inline int pte_present(pte_t pte)
  244. {
  245. return pte_val(pte) & _PAGE_PRESENT;
  246. }
  247. extern inline int pte_none(pte_t pte)
  248. {
  249. return ((pte_val(pte) & 
  250.  (_PAGE_INVALID | _PAGE_RO | _PAGE_PRESENT)) == _PAGE_INVALID);
  251. #define pte_same(a,b) (pte_val(a) == pte_val(b))
  252. /*
  253.  * query functions pte_write/pte_dirty/pte_young only work if
  254.  * pte_present() is true. Undefined behaviour if not..
  255.  */
  256. extern inline int pte_write(pte_t pte)
  257. {
  258. return (pte_val(pte) & _PAGE_RO) == 0;
  259. }
  260. extern inline int pte_dirty(pte_t pte)
  261. {
  262. int skey;
  263. asm volatile ("iske %0,%1" : "=d" (skey) : "a" (pte_val(pte)));
  264. return skey & _PAGE_CHANGED;
  265. }
  266. extern inline int pte_young(pte_t pte)
  267. {
  268. int skey;
  269. asm volatile ("iske %0,%1" : "=d" (skey) : "a" (pte_val(pte)));
  270. return skey & _PAGE_REFERENCED;
  271. }
  272. /*
  273.  * pgd/pmd/pte modification functions
  274.  */
  275. extern inline void pgd_clear(pgd_t * pgdp)
  276. {
  277. pgd_val(*pgdp) = _PGD_ENTRY_INV | _PGD_ENTRY;
  278. }
  279. extern inline void pmd_clear(pmd_t * pmdp)
  280. {
  281. pmd_val(*pmdp) = _PMD_ENTRY_INV | _PMD_ENTRY;
  282. pmd_val1(*pmdp) = _PMD_ENTRY_INV | _PMD_ENTRY;
  283. }
  284. extern inline void pte_clear(pte_t *ptep)
  285. {
  286. pte_val(*ptep) = _PAGE_INVALID;
  287. }
  288. #define PTE_INIT(x) pte_clear(x)
  289. /*
  290.  * The following pte_modification functions only work if 
  291.  * pte_present() is true. Undefined behaviour if not..
  292.  */
  293. extern inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
  294. {
  295. pte_val(pte) = (pte_val(pte) & PAGE_MASK) | pgprot_val(newprot);
  296. return pte; 
  297. }
  298. extern inline pte_t pte_wrprotect(pte_t pte)
  299. {
  300. pte_val(pte) |= _PAGE_RO;
  301. return pte;
  302. }
  303. extern inline pte_t pte_mkwrite(pte_t pte)
  304. {
  305. pte_val(pte) &= ~_PAGE_RO;
  306. return pte;
  307. }
  308. extern inline pte_t pte_mkclean(pte_t pte)
  309. {
  310. /* The only user of pte_mkclean is the fork() code.
  311.    We must *not* clear the *physical* page dirty bit
  312.    just because fork() wants to clear the dirty bit in
  313.    *one* of the page's mappings.  So we just do nothing. */
  314. return pte;
  315. }
  316. extern inline pte_t pte_mkdirty(pte_t pte)
  317. /* We can't set the changed bit atomically either. For now we
  318.          * set (!) the page referenced bit. */
  319. asm volatile ("sske %0,%1" 
  320.               : : "d" (_PAGE_CHANGED|_PAGE_REFERENCED),
  321.           "a" (pte_val(pte)));
  322. pte_val(pte) &= ~_PAGE_MKCLEAR;
  323. return pte;
  324. }
  325. extern inline pte_t pte_mkold(pte_t pte)
  326. {
  327. asm volatile ("rrbe 0,%0" : : "a" (pte_val(pte)) : "cc" );
  328. return pte;
  329. }
  330. extern inline pte_t pte_mkyoung(pte_t pte)
  331. {
  332. /* To set the referenced bit we read the first word from the real
  333.  * page with a special instruction: load using real address (lura).
  334.  * Isn't S/390 a nice architecture ?! */
  335. asm volatile ("lura 0,%0" : : "a" (pte_val(pte) & PAGE_MASK) : "0" );
  336. return pte;
  337. }
  338. static inline int ptep_test_and_clear_young(pte_t *ptep)
  339. {
  340. int ccode;
  341. asm volatile ("rrbe 0,%1nt"
  342.       "ipm  %0nt"
  343.       "srl  %0,28nt"
  344.       : "=d" (ccode) : "a" (pte_val(*ptep)) : "cc" );
  345. return ccode & 2;
  346. }
  347. static inline int ptep_test_and_clear_dirty(pte_t *ptep)
  348. {
  349. int skey;
  350. asm volatile ("iske %0,%1" : "=d" (skey) : "a" (*ptep));
  351. if ((skey & _PAGE_CHANGED) == 0)
  352. return 0;
  353. /* We can't clear the changed bit atomically. For now we
  354.          * clear (!) the page referenced bit. */
  355. asm volatile ("sske %0,%1" 
  356.               : : "d" (0), "a" (*ptep));
  357. return 1;
  358. }
  359. static inline pte_t ptep_get_and_clear(pte_t *ptep)
  360. {
  361. pte_t pte = *ptep;
  362. pte_clear(ptep);
  363. return pte;
  364. }
  365. static inline void ptep_set_wrprotect(pte_t *ptep)
  366. {
  367. pte_t old_pte = *ptep;
  368. set_pte(ptep, pte_wrprotect(old_pte));
  369. }
  370. static inline void ptep_mkdirty(pte_t *ptep)
  371. {
  372. pte_mkdirty(*ptep);
  373. }
  374. /*
  375.  * Conversion functions: convert a page and protection to a page entry,
  376.  * and a page entry and page directory to the page they refer to.
  377.  */
  378. extern inline pte_t mk_pte_phys(unsigned long physpage, pgprot_t pgprot)
  379. {
  380. pte_t __pte;
  381. pte_val(__pte) = physpage + pgprot_val(pgprot);
  382. return __pte;
  383. }
  384. #define mk_pte(pg, pgprot)                                                
  385. ({                                                                        
  386. struct page *__page = (pg);                                       
  387. unsigned long __physpage = __pa((__page-mem_map) << PAGE_SHIFT);  
  388. pte_t __pte = mk_pte_phys(__physpage, (pgprot));                  
  389.                                                                   
  390. if (__page != ZERO_PAGE(__physpage)) {                            
  391. int __users = page_count(__page);                         
  392. __users -= !!__page->buffers + !!__page->mapping;         
  393.                                                                   
  394. if (__users == 1)                                         
  395. pte_val(__pte) |= _PAGE_MKCLEAR;                  
  396.         }                                                                 
  397.                                                                   
  398. __pte;                                                            
  399. })
  400. #define pte_page(x) (mem_map+(unsigned long)((pte_val(x) >> PAGE_SHIFT)))
  401. #define pmd_page(pmd) 
  402.         ((unsigned long) __va(pmd_val(pmd) & PAGE_MASK))
  403. /* to find an entry in a page-table-directory */
  404. #define pgd_index(address) ((address >> PGDIR_SHIFT) & (PTRS_PER_PGD-1))
  405. #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address))
  406. #define pgd_page(pmd) 
  407.         ((unsigned long) __va(pgd_val(pmd) & PAGE_MASK))
  408. /* to find an entry in a kernel page-table-directory */
  409. #define pgd_offset_k(address) pgd_offset(&init_mm, address)
  410. /* Find an entry in the second-level page table.. */
  411. #define pmd_offset(dir,addr) 
  412. ((pmd_t *) pgd_page(*(dir)) + (((addr) >> PMD_SHIFT) & (PTRS_PER_PMD - 1)))
  413. /* Find an entry in the third-level page table.. */
  414. #define pte_offset(dir,addr) 
  415. ((pte_t *) pmd_page(*(dir)) + (((addr) >> PAGE_SHIFT) & (PTRS_PER_PTE - 1)))
  416. /*
  417.  * A page-table entry has some bits we have to treat in a special way.
  418.  * Bits 52 and bit 55 have to be zero, otherwise an specification
  419.  * exception will occur instead of a page translation exception. The
  420.  * specifiation exception has the bad habit not to store necessary
  421.  * information in the lowcore.
  422.  * Bit 53 and bit 54 are the page invalid bit and the page protection
  423.  * bit. We set both to indicate a swapped page.
  424.  * Bit 63 is used as the software page present bit. If a page is
  425.  * swapped this obviously has to be zero.
  426.  * This leaves the bits 0-51 and bits 56-62 to store type and offset.
  427.  * We use the 7 bits from 56-62 for the type and the 52 bits from 0-51
  428.  * for the offset.
  429.  * |                     offset                       |0110|type |0
  430.  * 0000000000111111111122222222223333333333444444444455555555556666
  431.  * 0123456789012345678901234567890123456789012345678901234567890123
  432.  */
  433. extern inline pte_t mk_swap_pte(unsigned long type, unsigned long offset)
  434. {
  435. pte_t pte;
  436. pte_val(pte) = (type << 1) | (offset << 12) | _PAGE_INVALID | _PAGE_RO;
  437. pte_val(pte) &= 0xfffffffffffff6fe;  /* better to be paranoid */
  438. return pte;
  439. }
  440. #define SWP_TYPE(entry) (((entry).val >> 1) & 0x3f)
  441. #define SWP_OFFSET(entry) ((entry).val >> 12)
  442. #define SWP_ENTRY(type,offset) ((swp_entry_t) { pte_val(mk_swap_pte((type),(offset))) })
  443. #define pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) })
  444. #define swp_entry_to_pte(x) ((pte_t) { (x).val })
  445. #endif /* !__ASSEMBLY__ */
  446. /* Needs to be defined here and not in linux/mm.h, as it is arch dependent */
  447. #define PageSkip(page)          (0)
  448. #define kern_addr_valid(addr)   (1)
  449. /*
  450.  * No page table caches to initialise
  451.  */
  452. #define pgtable_cache_init() do { } while (0)
  453. #endif /* _S390_PAGE_H */