Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dvsyscall.h11 extern void set_vsyscall_pgtable_user_bits(pgd_t *root);
/openbmc/linux/arch/x86/entry/vsyscall/
H A Dvsyscall_64.c334 void __init set_vsyscall_pgtable_user_bits(pgd_t *root) in set_vsyscall_pgtable_user_bits() function
366 set_vsyscall_pgtable_user_bits(swapper_pg_dir); in map_vsyscall()
/openbmc/linux/arch/x86/mm/
H A Dpti.c291 set_vsyscall_pgtable_user_bits(kernel_to_user_pgdp(swapper_pg_dir)); in pti_setup_vsyscall()