/linux-3.4.99/arch/sparc/include/asm/ |
D | pgalloc_32.h | 51 #define pmd_populate(MM, PMD, PTE) BTFIXUP_CALL(pmd_populate)(PMD, PTE) argument 54 #define pmd_populate_kernel(MM, PMD, PTE) BTFIXUP_CALL(pmd_set)(PMD, PTE) argument
|
D | pgalloc_64.h | 72 #define pmd_populate_kernel(MM, PMD, PTE) pmd_set(PMD, PTE) argument
|
/linux-3.4.99/arch/cris/arch-v32/mm/ |
D | mmu.S | 60 ; 1. PMD and PTE exists in mm subsystem but not in TLB 61 ; 2. PMD exists but not PTE 76 ; Each page is 8 KB. Each PMD holds 8192/4 PTEs (each PTE is 4 bytes) so each 79 ; Bits 13-23 : PTE offset within a PMD 130 ; Look up PTE in PMD 133 and.d 0x7ff, $r0 ; Get PTE index into PMD (bit 13-23) 135 move.d [$acr], $acr ; Get PTE 183 9: ; PTE missing, let the mm subsystem fix it up.
|
/linux-3.4.99/arch/tile/kernel/ |
D | head_32.S | 142 .macro PTE va, cpa, bits1, no_org=0 macro 161 PTE addr + PAGE_OFFSET, addr, (1 << (HV_PTE_INDEX_READABLE - 32)) | \ 167 PTE MEM_SV_INTRPT, 0, (1 << (HV_PTE_INDEX_READABLE - 32)) | \ 181 PTE 0, 0, (1 << (HV_PTE_INDEX_READABLE - 32)) | \
|
D | head_64.S | 210 .macro PTE cpa, bits1 macro 237 PTE addr, HV_PTE_READABLE | HV_PTE_WRITABLE 252 PTE addr, HV_PTE_READABLE | HV_PTE_EXECUTABLE
|
/linux-3.4.99/arch/frv/mm/ |
D | tlb-miss.S | 160 # - the PTE must be marked accessed if it was valid 216 # the PTE we want wasn't in the PTD we have mapped, so we need to go looking for a more 303 # - punt the entry here (if valid) to the real TLB and then replace with the new PTE 345 # the PTE we want wasn't in the PTD we have mapped, so we need to go looking for a more 430 # - punt the entry here (if valid) to the real TLB and then replace with the new PTE 463 # the PTE we want wasn't in the PTD we have mapped, so we need to go looking for a more 550 # - punt the entry here (if valid) to the real TLB and then replace with the new PTE 583 # the PTE we want wasn't in the PTD we have mapped, so we need to go looking for a more
|
/linux-3.4.99/arch/microblaze/include/asm/ |
D | mmu.h | 39 } PTE; typedef
|
/linux-3.4.99/Documentation/ |
D | Intel-IOMMU.txt | 102 DMAR:[fault reason 05] PTE Write access is not set 104 DMAR:[fault reason 05] PTE Write access is not set
|
D | kernel-parameters.txt | 2853 [X86] Flags controlling user PTE allocations. 2855 nohigh = do not allocate PTE pages in
|
/linux-3.4.99/arch/arm/mm/ |
D | proc-macros.S | 92 #error PTE shared bit mismatch 97 #error Invalid Linux PTE bit settings
|
/linux-3.4.99/arch/frv/include/asm/ |
D | pgtable.h | 484 #define pte_to_pgoff(PTE) ((PTE).pte >> 2) argument
|
/linux-3.4.99/arch/sparc/kernel/ |
D | sun4v_tlb_miss.S | 81 mov %g3, %o2 ! PTE 124 mov %g3, %o2 ! PTE
|
/linux-3.4.99/arch/cris/arch-v10/kernel/ |
D | entry.S | 368 and.d 0x7ff, $r1 ; Get PTE index into PGD (bit 13-23) 369 move.d [$r0+$r1.d], $r1 ; Get PTE 379 2: ; PMD or PTE missing, let the mm subsystem fix it up.
|
/linux-3.4.99/arch/cris/arch-v10/ |
D | README.mm | 150 Paging - PTE's, PMD's and PGD's 175 PGD PTE page offset
|
/linux-3.4.99/Documentation/frv/ |
D | mmu-layout.txt | 92 addresses by installing a PTE in a special page table. The kernel can then access this page as it 93 wills. When it's finished, the kernel calls kunmap() to clear the PTE.
|
/linux-3.4.99/Documentation/vm/ |
D | highmem.txt | 156 advantage is that PAE has more PTE bits and can provide advanced features
|
/linux-3.4.99/Documentation/powerpc/ |
D | firmware-assisted-dump.txt | 51 also save system registers, and hardware PTE's.
|