Home
last modified time | relevance | path

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

/arch/x86/include/uapi/asm/
Dvm86.h36 #define VM86_INTx 2 /* int3/int x instruction (ARG = x) */ macro
/arch/x86/kernel/
Dvm86_32.c567 save_v86_state(regs, VM86_INTx + (i << 8)); in do_int()
669 save_v86_state(regs, VM86_INTx + (intno << 8)); in handle_vm86_fault()