Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/
H A Dfred.c22 #define FRED_STKLVL(vector, lvl) ((lvl) << (2 * (vector))) macro
83 FRED_STKLVL(X86_TRAP_DB, FRED_DB_STACK_LEVEL) | in cpu_init_fred_rsps()
84 FRED_STKLVL(X86_TRAP_NMI, FRED_NMI_STACK_LEVEL) | in cpu_init_fred_rsps()
85 FRED_STKLVL(X86_TRAP_MC, FRED_MC_STACK_LEVEL) | in cpu_init_fred_rsps()
86 FRED_STKLVL(X86_TRAP_DF, FRED_DF_STACK_LEVEL)); in cpu_init_fred_rsps()