Searched refs:__this_cpu_ist_top_va (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/x86/kernel/
H A Dfred.c47 wrmsrl(MSR_IA32_FRED_RSP1, __this_cpu_ist_top_va(DB));
48 wrmsrl(MSR_IA32_FRED_RSP2, __this_cpu_ist_top_va(NMI));
49 wrmsrl(MSR_IA32_FRED_RSP3, __this_cpu_ist_top_va(DF));
H A Dsev.c170 return ((sp >= __this_cpu_ist_bottom_va(VC)) && (sp < __this_cpu_ist_top_va(VC)));
222 if (WARN_ON(ist == __this_cpu_ist_top_va(VC)))
1851 return (sp >= __this_cpu_ist_bottom_va(VC2) && sp < __this_cpu_ist_top_va(VC2));
H A Dtraps.c809 sp = __this_cpu_ist_top_va(VC2);
/linux-master/arch/x86/include/asm/
H A Dcpu_entry_area.h147 #define __this_cpu_ist_top_va(name) \ macro
/linux-master/arch/x86/kernel/cpu/
H A Dcommon.c2142 tss->x86_tss.ist[IST_INDEX_DF] = __this_cpu_ist_top_va(DF);
2143 tss->x86_tss.ist[IST_INDEX_NMI] = __this_cpu_ist_top_va(NMI);
2144 tss->x86_tss.ist[IST_INDEX_DB] = __this_cpu_ist_top_va(DB);
2145 tss->x86_tss.ist[IST_INDEX_MCE] = __this_cpu_ist_top_va(MCE);
2147 tss->x86_tss.ist[IST_INDEX_VC] = __this_cpu_ist_top_va(VC);
/linux-master/arch/x86/mm/
H A Dfault.c674 call_on_stack(__this_cpu_ist_top_va(DF) - sizeof(void*),

Completed in 294 milliseconds