Home
last modified time | relevance | path

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

/kvm-unit-tests/x86/
H A Demulator64.c341 report(exception_vector() == GP_VECTOR && exception_error_code() == 0, in test_reg_noncanonical()
344 exception_mnemonic(exception_vector()), exception_error_code()); in test_reg_noncanonical()
349 report(exception_vector() == SS_VECTOR && exception_error_code() == 0, in test_reg_noncanonical()
352 exception_mnemonic(exception_vector()), exception_error_code()); in test_reg_noncanonical()
357 report(exception_vector() == SS_VECTOR && exception_error_code() == 0, in test_reg_noncanonical()
360 exception_mnemonic(exception_vector()), exception_error_code()); in test_reg_noncanonical()
414 exception_error_code() == 0 && read_ss() == 0, in test_sreg()
421 exception_error_code() == KERNEL_DS && read_ss() == 0, in test_sreg()
/kvm-unit-tests/lib/x86/
H A Dsmp.h30 uint16_t exception_error_code; member
85 BUILD_PERCPU_OP(exception_error_code);
H A Ddesc.h243 unsigned exception_error_code(void);
H A Ddesc.c329 unsigned exception_error_code(void) in exception_error_code() function