Searched refs:set_p4d (Results 1 – 20 of 20) sorted by relevance
/Linux-v4.19/include/asm-generic/ |
D | pgtable-nop4d.h | 33 #define set_pgd(pgdptr, pgdval) set_p4d((p4d_t *)(pgdptr), (p4d_t) { pgdval })
|
D | pgtable-nopud.h | 42 #define set_p4d(p4dptr, p4dval) set_pud((pud_t *)(p4dptr), (pud_t) { p4dval }) macro
|
D | 5level-fixup.h | 33 #define set_p4d(p4dp, p4d) set_pgd(p4dp, p4d) macro
|
/Linux-v4.19/arch/x86/power/ |
D | hibernate_64.c | 97 set_p4d(p4d + p4d_index(restore_jump_address), new_p4d); in set_up_temporary_text_mapping() 167 set_p4d(p4d, __p4d(p4d_val(*p4d) & ~_PAGE_NX)); in relocate_restore_code()
|
/Linux-v4.19/arch/x86/include/asm/ |
D | paravirt.h | 550 static inline void set_p4d(p4d_t *p4dp, p4d_t p4d) in set_p4d() function 555 PVOP_VCALL3(pv_mmu_ops.set_p4d, p4dp, in set_p4d() 558 PVOP_VCALL2(pv_mmu_ops.set_p4d, p4dp, in set_p4d() 585 set_p4d((p4d_t *)(pgdp), (p4d_t) { (pgdval).pgd }); \ 597 set_p4d(p4dp, __p4d(0)); in p4d_clear()
|
D | pgalloc.h | 141 set_p4d(p4d, __p4d(_PAGE_TABLE | __pa(pud))); in p4d_populate()
|
D | pgtable.h | 74 #ifndef set_p4d 75 # define set_p4d(p4dp, p4d) native_set_p4d(p4dp, p4d) macro
|
D | paravirt_types.h | 280 void (*set_p4d)(p4d_t *p4dp, p4d_t p4dval); member
|
/Linux-v4.19/arch/x86/mm/ |
D | ident_map.c | 83 set_p4d(p4d, __p4d(__pa(pud) | info->kernpg_flag)); in ident_p4d_init()
|
D | pti.c | 222 set_p4d(p4d, __p4d(_KERNPG_TABLE | __pa(new_pud_page))); in pti_user_pagetable_walk_pmd()
|
D | init_64.c | 169 set_p4d(p4d, *p4d_ref); in sync_global_pgds_l4() 351 set_p4d(p4d, __p4d(__pa(pud) | _KERNPG_TABLE | in __init_extra_mapping() 663 set_p4d(p4d, __p4d(0)); in phys_p4d_init()
|
D | kasan_init_64.c | 227 set_p4d(p4d, p4d_entry); in kasan_early_p4d_populate()
|
D | mem_encrypt_identity.c | 114 set_p4d(p4d, __p4d(P4D_FLAGS | __pa(pud))); in sme_prepare_pgd()
|
D | tlb.c | 178 set_p4d(p4d, *p4d_ref); in sync_current_stack_to_mm()
|
D | fault.c | 458 set_p4d(p4d, *p4d_k); in vmalloc_fault()
|
D | pageattr.c | 1150 set_p4d(p4d, __p4d(__pa(pud) | _KERNPG_TABLE)); in populate_pgd()
|
/Linux-v4.19/arch/x86/entry/vsyscall/ |
D | vsyscall_64.c | 354 set_p4d(p4d, __p4d(p4d_val(*p4d) | _PAGE_USER)); in set_vsyscall_pgtable_user_bits()
|
/Linux-v4.19/arch/x86/kernel/ |
D | paravirt.c | 449 .set_p4d = native_set_p4d,
|
D | machine_kexec_64.c | 76 set_p4d(p4d, __p4d(__pa(pud) | _KERNPG_TABLE)); in init_transition_pgtable()
|
/Linux-v4.19/arch/x86/xen/ |
D | mmu_pv.c | 1191 set_p4d(p4d, __p4d(0)); in xen_cleanmfnmap_p4d() 2365 pv_mmu_ops.set_p4d = xen_set_p4d; in xen_post_allocator_init() 2440 .set_p4d = xen_set_p4d_hyper,
|