Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/kernel/ !
Didt.c32 #define INTG(_vector, _addr) \ macro
47 #define ISTG(_vector, _addr, _ist) INTG(_vector, _addr)
63 INTG(X86_TRAP_DB, asm_exc_debug),
70 INTG(X86_TRAP_PF, asm_exc_page_fault),
73 INTG(X86_TRAP_VE, asm_exc_virtualization_exception),
84 INTG(X86_TRAP_DE, asm_exc_divide_error),
86 INTG(X86_TRAP_BR, asm_exc_bounds),
87 INTG(X86_TRAP_UD, asm_exc_invalid_op),
88 INTG(X86_TRAP_NM, asm_exc_device_not_available),
89 INTG(X86_TRAP_OLD_MF, asm_exc_coproc_segment_overrun),
[all …]