Home
last modified time | relevance | path

Searched refs: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() argument
275 | (s1ptw << 7) | (wnr << 6) | fsc; in syn_gpc()
286 int wnr, int fsc) in syn_data_abort_no_iss() argument
291 | (wnr << 6) | fsc; in syn_data_abort_no_iss()
298 int wnr, int fsc, in syn_data_abort_with_iss() argument
305 | (ea << 9) | (cm << 8) | (s1ptw << 7) | (wnr << 6) | 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() argument
315 | ARM_EL_IL | ARM_EL_VNCR | (wnr << 6) | fsc; in syn_data_abort_vncr()
324 static inline uint32_t syn_watchpoint(int same_el, int cm, int wnr) in syn_watchpoint() argument
327 | ARM_EL_IL | (cm << 8) | (wnr << 6) | 0x22; in syn_watchpoint()
H A Ddebug_helper.c477 bool wnr = (wp_hit->flags & BP_WATCHPOINT_HIT_WRITE) != 0; in arm_debug_excp_handler() local
484 syn_watchpoint(0, 0, wnr)); in arm_debug_excp_handler()