Searched refs:INTERCEPT_SS (Results 1 – 1 of 1) sorted by relevance
48 #define INTERCEPT_SS (BIT_ULL(SS_VECTOR))49 #define INTERCEPT_SS_DF (INTERCEPT_SS | BIT_ULL(DF_VECTOR))104 ctrl->intercept_exceptions = INTERCEPT_SS; in l1_svm_code() 147 GUEST_ASSERT_EQ(vmwrite(EXCEPTION_BITMAP, INTERCEPT_SS), 0); in l1_vmx_code() 50 #define INTERCEPT_SS global() macro