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

/linux-master/arch/x86/include/asm/
H A Dcpu_entry_area.h150 #define __this_cpu_ist_bottom_va(name) \ macro
/linux-master/arch/x86/kernel/
H A Dsev.c170 return ((sp >= __this_cpu_ist_bottom_va(VC)) && (sp < __this_cpu_ist_top_va(VC)));
1851 return (sp >= __this_cpu_ist_bottom_va(VC2) && sp < __this_cpu_ist_top_va(VC2));

Completed in 82 milliseconds