Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kvm/
Dx86.h33 return (nr == BP_VECTOR) || (nr == OF_VECTOR); in kvm_exception_is_soft()
Dsvm.c2850 (int_vec == OF_VECTOR || int_vec == BP_VECTOR))) in task_switch_interception()
Dx86.c341 if (mask & ((1 << DB_VECTOR) | (1 << BP_VECTOR) | (1 << OF_VECTOR))) in exception_type()
Dvmx.c5012 case OF_VECTOR: in rmode_exception()
/linux-4.1.27/arch/x86/include/uapi/asm/
Dkvm.h15 #define OF_VECTOR 4 macro