Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kernel/
Dfred.c22 #define FRED_STKLVL(vector, lvl) ((lvl) << (2 * (vector))) macro
77 FRED_STKLVL(X86_TRAP_DB, FRED_DB_STACK_LEVEL) | in cpu_init_fred_rsps()
78 FRED_STKLVL(X86_TRAP_NMI, FRED_NMI_STACK_LEVEL) | in cpu_init_fred_rsps()
79 FRED_STKLVL(X86_TRAP_MC, FRED_MC_STACK_LEVEL) | in cpu_init_fred_rsps()
80 FRED_STKLVL(X86_TRAP_DF, FRED_DF_STACK_LEVEL)); in cpu_init_fred_rsps()