Searched refs:PGD (Results 1 – 12 of 12) sorted by relevance
/arch/sparc/include/asm/ |
D | pgalloc_32.h | 38 #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/cris/arch-v32/mm/ |
D | mmu.S | 81 ; 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/ |
D | README.mm | 150 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/ |
D | head.S | 203 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/ |
D | pgalloc.h | 57 #define pgd_populate(MM, PGD, PUD) pgd_set(PGD, (unsigned long)PUD) argument
|
/arch/mn10300/mm/ |
D | tlb-mn10300.S | 51 mov (a2,d2),a2 # PTD *ptd = PGD[addr 31..22] 114 mov (a2,d2),a2 # PTD *ptd = PGD[addr 31..22]
|
/arch/arc/mm/ |
D | tlbex.S | 207 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/ |
D | init.S | 76 @ Set the HTTBR to point to the hypervisor PGD pointer passed
|
/arch/cris/arch-v10/kernel/ |
D | entry.S | 369 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/ |
D | head.S | 70 # preload the PGD pointer register
|
/arch/alpha/ |
D | Kconfig | 632 be streamlined if we restrict the kernel to one PGD for all vmalloc
|