Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
Dcpu_entry_area.h154 #define __this_cpu_ist_bottom_va(name) \ macro
/linux-6.1.9/arch/x86/kernel/
Dsev.c137 return ((sp >= __this_cpu_ist_bottom_va(VC)) && (sp < __this_cpu_ist_top_va(VC))); in on_vc_stack()
1846 return (sp >= __this_cpu_ist_bottom_va(VC2) && sp < __this_cpu_ist_top_va(VC2)); in is_vc2_stack()