|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
| struct | linux_prom_translation |
Macros | |
| #define | MAX_PHYS_ADDRESS (1UL << 41UL) |
| #define | KPTE_BITMAP_CHUNK_SZ (256UL * 1024UL * 1024UL) |
| #define | KPTE_BITMAP_BYTES ((MAX_PHYS_ADDRESS / KPTE_BITMAP_CHUNK_SZ) / 4) |
| #define | VALID_ADDR_BITMAP_CHUNK_SZ (4UL * 1024UL * 1024UL) |
| #define | VALID_ADDR_BITMAP_BYTES ((MAX_PHYS_ADDRESS / VALID_ADDR_BITMAP_CHUNK_SZ) / 8) |
Functions | |
| void | mmu_info (struct seq_file *m) |
| void | prom_world (int enter) |
Variables | |
| unsigned long | kern_linear_pte_xor [4] |
| unsigned long | kpte_linear_bitmap [KPTE_BITMAP_BYTES/sizeof(unsigned long)] |
| unsigned int | sparc64_highest_unlocked_tlb_ent |
| unsigned long | sparc64_kern_pri_context |
| unsigned long | sparc64_kern_pri_nuc_bits |
| unsigned long | sparc64_kern_sec_context |
| struct linux_prom_translation | prom_trans [512] |
| unsigned int | prom_trans_ents |
| unsigned long | kern_locked_tte_data |
| #define KPTE_BITMAP_BYTES ((MAX_PHYS_ADDRESS / KPTE_BITMAP_CHUNK_SZ) / 4) |
| #define VALID_ADDR_BITMAP_BYTES ((MAX_PHYS_ADDRESS / VALID_ADDR_BITMAP_CHUNK_SZ) / 8) |
| unsigned long kern_linear_pte_xor[4] |
| unsigned long kpte_linear_bitmap[KPTE_BITMAP_BYTES/sizeof(unsigned long)] |
| struct linux_prom_translation prom_trans |
| unsigned int prom_trans_ents |
| unsigned int sparc64_highest_unlocked_tlb_ent |
| unsigned long sparc64_kern_pri_context |
| unsigned long sparc64_kern_pri_nuc_bits |
| unsigned long sparc64_kern_sec_context |
1.8.2