Home
last modified time | relevance | path

Searched defs:wnr (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/arm/
H A Dsyndrome.h271 int cm, int s1ptw, int wnr, int fsc) in syn_gpc()
286 int wnr, int fsc) in syn_data_abort_no_iss()
298 int wnr, int fsc, in syn_data_abort_with_iss()
312 static inline uint32_t syn_data_abort_vncr(int ea, int wnr, int fsc) in syn_data_abort_vncr()
324 static inline uint32_t syn_watchpoint(int same_el, int cm, int wnr) in syn_watchpoint()
H A Ddebug_helper.c477 bool wnr = (wp_hit->flags & BP_WATCHPOINT_HIT_WRITE) != 0; in arm_debug_excp_handler() local