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