Searched refs:PGD (Results 1 – 9 of 9) sorted by relevance
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | dtlb_backend.S | 53 ldxa [%g1] ASI_DMMU, %g5 ! Doing PGD caching? 61 srlx %g6, (TLB_PGD_SHIFT - 2), %g5 ! Position PGD offset 62 and %g5, TLB_PGD_MASK, %g5 ! Mask PGD offset 63 lduwa [%g7 + %g5] ASI_PHYS_USE_EC, %g5! Load PGD
|
/linux-2.4.37.9/arch/cris/ |
D | README.mm | 147 Paging - PTE's, PMD's and PGD's 172 PGD PTE page offset 182 PGDIR_SHIFT is the log2 of the amount of memory an entry in the PGD can map; in our 183 case it is 24, corresponding to 16 MB. This means that each entry in the PGD 205 PGD-part of the address. 217 init-task's PGD. 231 First the PGD entry is found using init_mm.pgd. This is passed to 233 check if the PGD entry points anywhere - if not, a page table page is 234 allocated and the PGD entry updated. Then the alloc_area_pte function is
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | pgalloc.h | 58 #define pgd_populate(MM, PGD, PMD) pgd_set(PGD, PMD) argument
|
/linux-2.4.37.9/include/asm-m68k/ |
D | motorola_pgalloc.h | 178 #define pgd_populate(MM, PGD, PMD) pgd_set(PGD, PMD) argument
|
/linux-2.4.37.9/include/asm-sparc/ |
D | pgalloc.h | 116 #define pgd_populate(MM, PGD, PMD) pgd_set(PGD, PMD) in BTFIXUPDEF_CALL() argument
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | pgalloc.h | 232 #define pgd_populate(MM, PGD, PMD) pgd_set(PGD, PMD) argument
|
/linux-2.4.37.9/Documentation/x86_64/ |
D | mm.txt | 13 entries. The levels are named in Linux PML4, PGD, PMD, PTE; AMD calls them
|
/linux-2.4.37.9/Documentation/s390/ |
D | Debugging390.txt | 276 The SX ( segment index, roughly corresponding to the PGD & PMD in linux terminology ) 290 1) s/390 has no PMD so the PMD is really the PGD also. 308 4096*512(PTES)*1024(PMDS)*2048(PGD) = 4398046511104 bytes,
|
/linux-2.4.37.9/Documentation/ |
D | Configure.help | 3928 be streamlined if we restrict the kernel to one PGD for all vmalloc
|