Home
last modified time | relevance | path

Searched refs:PGD (Results 1 – 12 of 12) sorted by relevance

/arch/sparc/include/asm/
Dpgalloc_32.h38 #define pgd_populate(MM, PGD, PMD) pgd_set(PGD, PMD) argument
Dpgalloc_64.h24 #define pgd_populate(MM, PGD, PUD) __pgd_populate(PGD, PUD) argument
/arch/cris/arch-v32/mm/
Dmmu.S81 ; Bits 24-31 : PMD offset within the PGD
119 move.d current_pgd, $acr ; PGD
120 ; Look up PMD in PGD
121 lsrq 24, $r0 ; Get PMD index into PGD (bit 24-31)
122 move.d [$acr], $acr ; PGD for the current process
/arch/cris/arch-v10/
DREADME.mm150 Paging - PTE's, PMD's and PGD's
175 PGD PTE page offset
185 PGDIR_SHIFT is the log2 of the amount of memory an entry in the PGD can map; in our
186 case it is 24, corresponding to 16 MB. This means that each entry in the PGD
208 PGD-part of the address.
220 init-task's PGD.
234 First the PGD entry is found using init_mm.pgd. This is passed to
236 check if the PGD entry points anywhere - if not, a page table page is
237 allocated and the PGD entry updated. Then the alloc_area_pte function is
/arch/arm/kernel/
Dhead.S203 orr r3, r3, #3 @ PGD block type
208 str r7, [r0], #4 @ set top PGD entry bits
209 str r3, [r0], #4 @ set bottom PGD entry bits
211 str r3, [r0], #4 @ set bottom PGD entry bits
212 str r7, [r0], #4 @ set top PGD entry bits
352 sub r4, r4, #0x1000 @ point to the PGD table
/arch/powerpc/include/asm/nohash/64/
Dpgalloc.h57 #define pgd_populate(MM, PGD, PUD) pgd_set(PGD, (unsigned long)PUD) argument
/arch/mn10300/mm/
Dtlb-mn10300.S51 mov (a2,d2),a2 # PTD *ptd = PGD[addr 31..22]
114 mov (a2,d2),a2 # PTD *ptd = PGD[addr 31..22]
/arch/arc/mm/
Dtlbex.S207 lsr r0, r2, PGDIR_SHIFT ; Bits for indexing into PGD
208 ld.as r3, [r1, r0] ; PGD entry corresp to faulting addr
215 bnz.d 2f ; YES: PGD == PMD has THP PTE: stop pgd walk
/arch/arm/kvm/
Dinit.S76 @ Set the HTTBR to point to the hypervisor PGD pointer passed
/arch/cris/arch-v10/kernel/
Dentry.S369 lsrq 24, $r1 ; Get PGD index (bit 24-31)
370 move.d [current_pgd], $r0 ; PGD for the current process
377 and.d 0x7ff, $r1 ; Get PTE index into PGD (bit 13-23)
/arch/mn10300/kernel/
Dhead.S70 # preload the PGD pointer register
/arch/alpha/
DKconfig632 be streamlined if we restrict the kernel to one PGD for all vmalloc