Searched defs:fault (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/arch/arm/core/cortex_m/ |
D | fault.c | 101 static void fault_show(const struct arch_esf *esf, int fault) in fault_show() 120 static void fault_show(const struct arch_esf *esf, int fault) in fault_show() 784 static void reserved_exception(const struct arch_esf *esf, int fault) in reserved_exception() 794 static uint32_t fault_handle(struct arch_esf *esf, int fault, bool *recoverable) in fault_handle() 1048 int fault = SCB->ICSR & SCB_ICSR_VECTACTIVE_Msk; local
|
/Zephyr-latest/include/zephyr/arch/x86/ |
D | intel_vtd.h | 168 #define VTD_FRCD_FR(fault) \ argument 172 #define VTD_FRCD_SID(fault) \ argument 178 #define VTD_FRCD_FI(fault) \ argument 183 #define VTD_FRCD_FI_IR(fault) \ argument
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_harness.py | 177 def test_harness_process_test(line, fault, fail_on_fault, cap_cov, exp_stat, exp_id): argument
|
/Zephyr-latest/drivers/usb_c/tcpc/ |
D | ps8xxx.c | 609 uint8_t fault; in ps8xxx_alert_work_cb() local
|