Home
last modified time | relevance | path

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

/linux-6.14.4/arch/x86/include/asm/
Dvsyscall.h11 extern void set_vsyscall_pgtable_user_bits(pgd_t *root);
/linux-6.14.4/arch/x86/entry/vsyscall/
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()
/linux-6.14.4/arch/x86/mm/
Dpti.c296 set_vsyscall_pgtable_user_bits(kernel_to_user_pgdp(swapper_pg_dir)); in pti_setup_vsyscall()