Home
last modified time | relevance | path

Searched refs:arm_cm_exception_frame (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/trusty/lk/arch/arm/arm-m/
Dexceptions.c32 static void dump_frame(const struct arm_cm_exception_frame *frame) in dump_frame()
46 static void hardfault(struct arm_cm_exception_frame *frame) in hardfault()
58 static void memmanage(struct arm_cm_exception_frame *frame) in memmanage()
89 static void usagefault(struct arm_cm_exception_frame *frame) in usagefault()
115 static void busfault(struct arm_cm_exception_frame *frame) in busfault()
179 struct arm_cm_exception_frame *frame; in _hardfault()
200 struct arm_cm_exception_frame *frame; in _memmanage()
220 struct arm_cm_exception_frame *frame; in _busfault()
240 struct arm_cm_exception_frame *frame; in _usagefault()
/aosp_15_r20/external/trusty/lk/arch/arm/arm-m/include/arch/arm/
Dcm.h53 struct arm_cm_exception_frame { struct