Searched refs:gic_hyp_write (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/intc/ |
H A D | arm_gic.c | 1977 static MemTxResult gic_hyp_write(void *opaque, int cpu, hwaddr addr, in gic_hyp_write() function 2036 return gic_hyp_write(s, gic_get_current_cpu(s), addr, value, attrs); in gic_thiscpu_hyp_write() 2057 return gic_hyp_write(s, id + GIC_NCPU, addr, value, attrs); in gic_do_hyp_write()
|
H A D | trace-events | 106 gic_hyp_write(int addr, uint32_t val) "hyp write at 0x%08x: 0x%08" PRIx32
|