Searched defs:PTE (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/sparc/include/asm/ |
D | pgalloc_64.h | 70 #define pmd_populate_kernel(MM, PMD, PTE) pmd_set(MM, PMD, PTE) argument 71 #define pmd_populate(MM, PMD, PTE) pmd_set(MM, PMD, PTE) argument
|
D | pgalloc_32.h | 59 #define pmd_populate_kernel(MM, PMD, PTE) pmd_set(PMD, PTE) argument
|
/Linux-v4.19/arch/microblaze/include/asm/ |
D | mmu.h | 39 } PTE; typedef
|