Searched refs:PGD (Results 1 – 7 of 7) sorted by relevance
/arch/powerpc/include/asm/nohash/64/ |
D | pgalloc.h | 18 #define pgd_populate(MM, PGD, PUD) pgd_set(PGD, (unsigned long)PUD) argument
|
/arch/sparc/include/asm/ |
D | pgalloc_32.h | 36 #define pgd_populate(MM, PGD, PMD) pgd_set(PGD, PMD) argument
|
D | pgalloc_64.h | 24 #define pgd_populate(MM, PGD, PUD) __pgd_populate(PGD, PUD) argument
|
/arch/arm/kernel/ |
D | head.S | 200 orr r3, r3, #3 @ PGD block type 205 str r7, [r0], #4 @ set top PGD entry bits 206 str r3, [r0], #4 @ set bottom PGD entry bits 208 str r3, [r0], #4 @ set bottom PGD entry bits 209 str r7, [r0], #4 @ set top PGD entry bits 348 sub r4, r4, #0x1000 @ point to the PGD table
|
/arch/arc/mm/ |
D | tlbex.S | 204 lsr r0, r2, PGDIR_SHIFT ; Bits for indexing into PGD 205 ld.as r3, [r1, r0] ; PGD entry corresp to faulting addr 212 bnz.d 2f ; YES: PGD == PMD has THP PTE: stop pgd walk
|
/arch/arm/kvm/ |
D | init.S | 64 @ Set the HTTBR to point to the hypervisor PGD pointer passed
|
/arch/alpha/ |
D | Kconfig | 600 be streamlined if we restrict the kernel to one PGD for all vmalloc
|