| /OK3568_Linux_fs/kernel/arch/powerpc/mm/ |
| H A D | pgtable_64.c | 113 struct page *pud_page(pud_t pud) in pud_page() function
|
| /OK3568_Linux_fs/kernel/arch/sh/include/asm/ |
| H A D | pgtable-3level.h | 41 #define pud_page(pud) NULL macro
|
| /OK3568_Linux_fs/kernel/arch/x86/mm/ |
| H A D | ident_map.c | 21 static int ident_pud_init(struct x86_mapping_info *info, pud_t *pud_page, in ident_pud_init()
|
| H A D | init_64.c | 312 void set_pte_vaddr_pud(pud_t *pud_page, unsigned long vaddr, pte_t new_pte) in set_pte_vaddr_pud() 587 phys_pud_init(pud_t *pud_page, unsigned long paddr, unsigned long paddr_end, in phys_pud_init()
|
| /OK3568_Linux_fs/kernel/arch/riscv/include/asm/ |
| H A D | pgtable-64.h | 68 static inline struct page *pud_page(pud_t pud) in pud_page() function
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | pgtable-nopmd.h | 53 #define pud_page(pud) (pmd_page((pmd_t){ pud })) macro
|
| /OK3568_Linux_fs/kernel/arch/um/include/asm/ |
| H A D | pgtable-3level.h | 86 #define pud_page(pud) phys_to_page(pud_val(pud) & PAGE_MASK) macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | pgtable-64.h | 322 #define pud_page(pud) (pfn_to_page(pud_phys(pud) >> PAGE_SHIFT)) macro
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | pgtable-3level.h | 189 #define pud_page(pud) pmd_page(__pmd(pud_val(pud))) macro
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A D | motorola_pgtable.h | 160 #define pud_page(pud) (mem_map + ((unsigned long)(__va(pud_val(pud)) - PAGE_OFFSET) >> PAGE_SHIFT)) macro
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/asm/ |
| H A D | pgtable.h | 241 #define pud_page(pud) (mem_map + ((pud_val(pud) & _PFN_MASK) >> 32)) macro
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/asm/ |
| H A D | pgtable.h | 334 #define pud_page(pud) virt_to_page((void *)pud_page_vaddr(pud)) macro
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | pgtable.h | 283 #define pud_page(pud) virt_to_page((pud_val(pud) + PAGE_OFFSET)) macro
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | pgtable_64.h | 859 #define pud_page(pud) virt_to_page((void *)pud_page_vaddr(pud)) macro
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | pgtable.h | 665 #define pud_page(pud) phys_to_page(__pud_to_phys(pud)) macro
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | pgtable.h | 877 #define pud_page(pud) pfn_to_page(pud_pfn(pud)) macro
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | pgtable.h | 1355 #define pud_page(pud) pfn_to_page(pud_pfn(pud)) macro
|