Searched defs:PTE (Results 1 – 6 of 6) sorted by relevance
/linux-3.3/arch/tile/kernel/ |
D | head_32.S | 142 .macro PTE va, cpa, bits1, no_org=0 macro
|
D | head_64.S | 210 .macro PTE cpa, bits1 macro
|
/linux-3.3/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.3/arch/microblaze/include/asm/ |
D | mmu.h | 39 } PTE; typedef
|
/linux-3.3/arch/frv/include/asm/ |
D | pgtable.h | 484 #define pte_to_pgoff(PTE) ((PTE).pte >> 2) argument
|