Searched refs:set_pgd (Results 1 – 17 of 17) sorted by relevance
| /linux/arch/x86/power/ |
| H A D | hibernate_32.c | 41 set_pgd(pgd, __pgd(__pa(pmd_table) | _PAGE_PRESENT)); in resume_one_md_table_init() 140 set_pgd(pg_dir + i, in resume_init_first_level_page_table()
|
| /linux/arch/x86/platform/olpc/ |
| H A D | olpc_ofw.c | 41 set_pgd(&swapper_pg_dir[OLPC_OFW_PDE_NR], *ofw_pde); in setup_olpc_ofw_pgd()
|
| /linux/arch/riscv/include/asm/ |
| H A D | pgtable-64.h | 343 static inline void set_pgd(pgd_t *pgdp, pgd_t pgd) in set_pgd() function 378 set_pgd(pgd, __pgd(0)); in pgd_clear()
|
| H A D | pgalloc.h | 67 set_pgd(pgd, __pgd((pfn << _PAGE_PFN_SHIFT) | _PAGE_TABLE)); in pgd_populate()
|
| /linux/arch/arc/mm/ |
| H A D | fault.c | 43 set_pgd(pgd, *pgd_k); in handle_kernel_vaddr_fault()
|
| /linux/arch/nios2/mm/ |
| H A D | fault.c | 241 set_pgd(pgd, *pgd_k); in do_page_fault()
|
| /linux/arch/x86/mm/ |
| H A D | kasan_init_64.c | 214 set_pgd(pgd, pgd_entry); in kasan_early_p4d_populate() 366 set_pgd(&early_top_pgt[pgd_index(KASAN_SHADOW_END)], in kasan_init()
|
| /linux/arch/x86/include/asm/ |
| H A D | pgalloc.h | 137 set_pgd(pgd, __pgd(_PAGE_TABLE | __pa(p4d))); in pgd_populate()
|
| /linux/arch/x86/kernel/ |
| H A D | machine_kexec_32.c | 89 set_pgd(pgd, __pgd(__pa(pmd) | _PAGE_PRESENT)); in machine_kexec_page_table_set_one()
|
| /linux/arch/csky/mm/ |
| H A D | fault.c | 145 set_pgd(pgd, *pgd_k); in vmalloc_fault()
|
| /linux/arch/loongarch/mm/ |
| H A D | pageattr.c | 35 set_pgd(pgd, val); in pageattr_pgd_entry()
|
| /linux/arch/mips/mm/ |
| H A D | fault.c | 297 set_pgd(pgd, *pgd_k); in __do_page_fault()
|
| /linux/arch/riscv/kernel/ |
| H A D | hibernate.c | 328 set_pgd(dst_pgdp, __pgd(pgd_val(pgd) | pgprot_val(prot))); in temp_pgtable_mapping()
|
| /linux/arch/riscv/mm/ |
| H A D | fault.c | 199 set_pgd(pgd, pgdp_get(pgd_k)); in vmalloc_fault()
|
| H A D | init.c | 1273 set_pgd(&swapper_pg_dir[idx], early_pg_dir[idx]); in setup_vm_final()
|
| /linux/Documentation/arch/x86/ |
| H A D | pti.rst | 110 be an update to the userspace PGD any time a set_pgd() is done
|
| /linux/arch/x86/xen/ |
| H A D | mmu_pv.c | 2038 set_pgd(pgd + 2 + idx_pud, __pgd(_PAGE_TABLE | pud_phys)); in xen_relocate_p2m() 2055 set_pgd(pgd + 1, __pgd(0)); in xen_relocate_p2m()
|