Home
last modified time | relevance | path

Searched defs:esr (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/arch/arm64/core/
Dfatal.c58 static void dump_esr(uint64_t esr, bool *dump_far) in dump_esr()
284 static bool z_arm64_stack_corruption_check(struct arch_esf *esf, uint64_t esr, uint64_t far) in z_arm64_stack_corruption_check()
325 static bool is_recoverable(struct arch_esf *esf, uint64_t esr, uint64_t far, in is_recoverable()
350 uint64_t esr = 0; in z_arm64_fatal_error() local
Dmmu.c1599 bool z_arm64_do_demand_paging(struct arch_esf *esf, uint64_t esr, uint64_t far) in z_arm64_do_demand_paging()
/Zephyr-latest/include/zephyr/arch/arm64/
Dcpu.h104 #define GET_ESR_EC(esr) (((esr) >> ESR_EC_SHIFT) & ESR_EC_MASK) argument
105 #define GET_ESR_IL(esr) (((esr) >> ESR_IL_SHIFT) & ESR_IL_MASK) argument
106 #define GET_ESR_ISS(esr) (((esr) >> ESR_ISS_SHIFT) & ESR_ISS_MASK) argument