Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/include/asm/
Dpgtable.h1190 #define PTI_PGTABLE_SWITCH_BIT PAGE_SHIFT macro
1213 return ptr_set_bit(pgdp, PTI_PGTABLE_SWITCH_BIT); in kernel_to_user_pgdp()
1218 return ptr_clear_bit(pgdp, PTI_PGTABLE_SWITCH_BIT); in user_to_kernel_pgdp()
1223 return ptr_set_bit(p4dp, PTI_PGTABLE_SWITCH_BIT); in kernel_to_user_p4dp()
1228 return ptr_clear_bit(p4dp, PTI_PGTABLE_SWITCH_BIT); in user_to_kernel_p4dp()