Searched refs:exception_error_code (Results 1 – 4 of 4) sorted by relevance
341 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()
30 uint16_t exception_error_code; member85 BUILD_PERCPU_OP(exception_error_code);
243 unsigned exception_error_code(void);
329 unsigned exception_error_code(void) in exception_error_code() function