Searched refs:GET_ESR_ISS (Results 1 – 3 of 3) sorted by relevance
106 #define GET_ESR_ISS(esr) (((esr) >> ESR_ISS_SHIFT) & ESR_ISS_MASK) macro
183 LOG_ERR(" ISS: 0x%llx", GET_ESR_ISS(esr)); in dump_esr()
1649 uint32_t dfsc = GET_ESR_ISS(esr) & GENMASK(5, 0); in z_arm64_do_demand_paging()1650 bool write = (GET_ESR_ISS(esr) & BIT(6)) != 0; /* WnR */ in z_arm64_do_demand_paging()