Home
last modified time | relevance | path

Searched refs:set_vsyscall_pgtable_user_bits (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/include/asm/
Dvsyscall.h10 extern void set_vsyscall_pgtable_user_bits(pgd_t *root);
/kernel/linux/linux-5.10/arch/x86/entry/vsyscall/
Dvsyscall_64.c357 void __init set_vsyscall_pgtable_user_bits(pgd_t *root) in set_vsyscall_pgtable_user_bits() function
389 set_vsyscall_pgtable_user_bits(swapper_pg_dir); in map_vsyscall()
/kernel/linux/linux-5.10/arch/x86/mm/
Dpti.c291 set_vsyscall_pgtable_user_bits(kernel_to_user_pgdp(swapper_pg_dir)); in pti_setup_vsyscall()