Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dtrapnr.h15 #define EVENT_TYPE_OTHER 7 // FRED SYSCALL/SYSENTER, VT-x MTF macro
H A Dvmx.h407 #define INTR_TYPE_OTHER_EVENT (EVENT_TYPE_OTHER << 8) /* other event */
/linux/arch/x86/entry/
H A Dentry_fred.c248 case EVENT_TYPE_OTHER: in fred_entry_from_user()