Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dpage_64_types.h29 #define IST_INDEX_DB 2 macro
/arch/x86/kernel/
Didt.c185 ISTG(X86_TRAP_DB, debug, IST_INDEX_DB),
/arch/x86/entry/
Dentry_64.S1196 idtentry debug do_debug has_error_code=0 paranoid=1 shift_ist=IST_INDEX_DB ist_offset=DB_STACK_O…
/arch/x86/kernel/cpu/
Dcommon.c2048 t->x86_tss.ist[IST_INDEX_DB] = __this_cpu_ist_top_va(DB); in cpu_init()