/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/64/ |
H A D | pgtable-4k.h | 69 *p4dp = __p4d(0); in p4d_clear() 79 return __p4d(pte_val(pte)); in pte_p4d()
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/64/ |
H A D | pgtable-4k.h | 69 *p4dp = __p4d(0); in p4d_clear() 79 return __p4d(pte_val(pte)); in pte_p4d()
|
/kernel/linux/linux-6.6/arch/riscv/include/asm/ |
H A D | pgalloc.h | 47 set_p4d(p4d, __p4d((pfn << _PAGE_PFN_SHIFT) | _PAGE_TABLE)); in p4d_populate() 58 __p4d((pfn << _PAGE_PFN_SHIFT) | _PAGE_TABLE)); in p4d_populate_safe()
|
H A D | pgtable-64.h | 52 #define __p4d(x) ((p4d_t) { (x) }) macro 309 set_p4d(p4d, __p4d(0)); in p4d_clear() 314 return __p4d((pfn << _PAGE_PFN_SHIFT) | pgprot_val(prot)); in pfn_p4d()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | pgalloc.h | 118 set_p4d(p4d, __p4d(_PAGE_TABLE | __pa(pud))); in p4d_populate() 124 set_p4d_safe(p4d, __p4d(_PAGE_TABLE | __pa(pud))); in p4d_populate_safe()
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | pgalloc.h | 116 set_p4d(p4d, __p4d(_PAGE_TABLE | __pa(pud))); in p4d_populate() 122 set_p4d_safe(p4d, __p4d(_PAGE_TABLE | __pa(pud))); in p4d_populate_safe()
|
/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | pgtable-nopud.h | 49 #define __pud(x) ((pud_t) { __p4d(x) })
|
H A D | pgtable-nop4d.h | 42 #define __p4d(x) ((p4d_t) { __pgd(x) }) macro
|
/kernel/linux/linux-6.6/include/asm-generic/ |
H A D | pgtable-nopud.h | 49 #define __pud(x) ((pud_t) { __p4d(x) })
|
H A D | pgtable-nop4d.h | 41 #define __p4d(x) ((p4d_t) { __pgd(x) }) macro
|
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | pgalloc.h | 39 set_p4d(p4d, __p4d((unsigned long)pud)); in p4d_populate()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | pgalloc.h | 103 set_p4d(p4d, __p4d((unsigned long)pud)); in p4d_populate()
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | pgalloc.h | 43 set_p4d(p4dp, __p4d(__phys_to_p4d_val(pudp) | prot)); in __p4d_populate()
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | pgalloc.h | 106 set_p4d(p4d, __p4d((unsigned long)pud)); in p4d_populate()
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | pgalloc.h | 46 set_p4d(p4dp, __p4d(__phys_to_p4d_val(pudp) | prot)); in __p4d_populate()
|
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | pgalloc.h | 38 set_p4d(p4d, __p4d((unsigned long)pud)); in p4d_populate()
|
/kernel/linux/linux-6.6/arch/arc/include/asm/ |
H A D | pgalloc.h | 77 set_p4d(p4dp, __p4d((unsigned long)pudp)); in p4d_populate()
|
/kernel/linux/linux-5.10/arch/x86/mm/ |
H A D | kaslr.c | 173 __p4d(_KERNPG_TABLE | __pa(pud_page_tramp))); in init_trampoline_kaslr()
|
/kernel/linux/linux-5.10/arch/x86/power/ |
H A D | hibernate.c | 169 set_p4d(p4d, __p4d(p4d_val(*p4d) & ~_PAGE_NX)); in relocate_restore_code()
|
H A D | hibernate_64.c | 73 p4d_t new_p4d = __p4d(__pa(pud) | pgprot_val(pgtable_prot)); in set_up_temporary_text_mapping()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/ |
H A D | pgalloc.h | 90 *pgd = __p4d(__pgtable_ptr_val(pud) | PGD_VAL_BITS); in p4d_populate()
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/ |
H A D | pgalloc.h | 90 *pgd = __p4d(__pgtable_ptr_val(pud) | PGD_VAL_BITS); in p4d_populate()
|
/kernel/linux/linux-6.6/arch/x86/power/ |
H A D | hibernate.c | 169 set_p4d(p4d, __p4d(p4d_val(*p4d) & ~_PAGE_NX)); in relocate_restore_code()
|
H A D | hibernate_64.c | 73 p4d_t new_p4d = __p4d(__pa(pud) | pgprot_val(pgtable_prot)); in set_up_temporary_text_mapping()
|
/kernel/linux/linux-6.6/arch/x86/mm/ |
H A D | kaslr.c | 173 __p4d(_KERNPG_TABLE | __pa(pud_page_tramp))); in init_trampoline_kaslr()
|