Home | History | Annotate | Download | only in processor

Lines Matching refs:exception_record

663     *address = raw_exception->exception_record.exception_address;
670 uint32_t exception_code = raw_exception->exception_record.exception_code;
671 uint32_t exception_flags = raw_exception->exception_record.exception_flags;
1023 if (raw_exception->exception_record.number_parameters >= 1) {
1026 (raw_exception->exception_record.exception_information[0]);
1045 raw_exception->exception_record.number_parameters >= 2) {
1047 raw_exception->exception_record.exception_information[1];
1060 if (raw_exception->exception_record.number_parameters >= 1) {
1063 (raw_exception->exception_record.exception_information[0]);
1082 raw_exception->exception_record.number_parameters >= 2) {
1084 raw_exception->exception_record.exception_information[1];
1086 if (raw_exception->exception_record.number_parameters >= 3) {
1089 (raw_exception->exception_record.exception_information[2]);