Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/include/asm/
Dcpu_entry_area.h148 #define __this_cpu_ist_bottom_va(name) \ macro
/Linux-v5.10/arch/x86/kernel/
Dsev-es.c126 return ((sp >= __this_cpu_ist_bottom_va(VC)) && (sp < __this_cpu_ist_top_va(VC))); in on_vc_stack()
1222 return (sp >= __this_cpu_ist_bottom_va(VC2) && sp < __this_cpu_ist_top_va(VC2)); in on_vc_fallback_stack()