/Linux-v5.4/arch/x86/include/asm/ |
D | pgtable_32.h | 49 #define pte_offset_map(dir, address) \ macro 54 #define pte_offset_map(dir, address) \ macro
|
D | pgtable_64.h | 184 #define pte_offset_map(dir, address) pte_offset_kernel((dir), (address)) macro
|
/Linux-v5.4/arch/mips/include/asm/ |
D | pgtable-32.h | 220 #define pte_offset_map(dir, address) \ macro
|
D | pgtable-64.h | 352 #define pte_offset_map(dir, address) \ macro
|
/Linux-v5.4/arch/nios2/include/asm/ |
D | pgtable.h | 253 #define pte_offset_map(dir, addr) \ macro
|
/Linux-v5.4/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 370 #define pte_offset_map(dir, addr) \ macro
|
/Linux-v5.4/arch/unicore32/include/asm/ |
D | pgtable.h | 160 #define pte_offset_map(dir, addr) (pmd_page_vaddr(*(dir)) \ macro
|
/Linux-v5.4/arch/hexagon/include/asm/ |
D | pgtable.h | 419 #define pte_offset_map(dir, address) \ macro
|
/Linux-v5.4/arch/sh/include/asm/ |
D | pgtable_64.h | 83 #define pte_offset_map(dir,addr) pte_offset_kernel(dir, addr) macro
|
D | pgtable_32.h | 424 #define pte_offset_map(dir, address) pte_offset_kernel(dir, address) macro
|
/Linux-v5.4/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 206 #define pte_offset_map(pmd, address) ((pte_t *)page_address(pmd_page(*pmd)) + pte_index(address)) macro
|
D | motorola_pgtable.h | 223 #define pte_offset_map(pmdp,address) ((pte_t *)__pmd_page(*pmdp) + (((address) >> PAGE_SHIFT) & (PT… macro
|
D | mcf_pgtable.h | 401 #define pte_offset_map(pmdp, addr) ((pte_t *)__pmd_page(*pmdp) + \ macro
|
/Linux-v5.4/arch/um/include/asm/ |
D | pgtable.h | 342 #define pte_offset_map(dir, address) \ macro
|
/Linux-v5.4/arch/csky/include/asm/ |
D | pgtable.h | 44 #define pte_offset_map(dir, address) \ macro
|
/Linux-v5.4/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 199 #define pte_offset_map(dir,addr) pte_offset_kernel((dir), (addr)) macro
|
/Linux-v5.4/arch/arc/include/asm/ |
D | pgtable.h | 296 #define pte_offset_map(dir, addr) pte_offset(dir, addr) macro
|
/Linux-v5.4/arch/arm/include/asm/ |
D | pgtable.h | 208 #define pte_offset_map(pmd,addr) (__pte_map(pmd) + pte_index(addr)) macro
|
/Linux-v5.4/arch/sparc/include/asm/ |
D | pgtable_32.h | 334 #define pte_offset_map(d, a) pte_offset_kernel(d,a) macro
|
/Linux-v5.4/arch/riscv/include/asm/ |
D | pgtable.h | 201 #define pte_offset_map(dir, addr) pte_offset_kernel((dir), (addr)) macro
|
/Linux-v5.4/arch/alpha/include/asm/ |
D | pgtable.h | 320 #define pte_offset_map(dir,addr) pte_offset_kernel((dir),(addr)) macro
|
/Linux-v5.4/arch/openrisc/include/asm/ |
D | pgtable.h | 394 #define pte_offset_map(dir, address) \ macro
|
/Linux-v5.4/arch/xtensa/include/asm/ |
D | pgtable.h | 381 #define pte_offset_map(dir,addr) pte_offset_kernel((dir),(addr)) macro
|
/Linux-v5.4/arch/nds32/include/asm/ |
D | pgtable.h | 196 #define pte_offset_map(dir, address) ((pte_t *)page_address(pmd_page(*(dir))) + pte_index(addr… macro
|
/Linux-v5.4/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 364 #define pte_offset_map(dir, addr) \ macro
|