Searched refs:gic_cpu_write (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/intc/ |
H A D | arm_gic.c | 1715 static MemTxResult gic_cpu_write(GICState *s, int cpu, int offset, in gic_cpu_write() function 1820 return gic_cpu_write(s, gic_get_current_cpu(s), addr, value, attrs); in gic_thiscpu_write() 1842 return gic_cpu_write(s, id, addr, value, attrs); in gic_do_cpu_write() 1859 return gic_cpu_write(s, gic_get_current_vcpu(s), addr, value, attrs); in gic_thisvcpu_write()
|
H A D | trace-events | 103 gic_cpu_write(const char *s, int cpu, int addr, uint32_t val) "%s %d iface write at 0x%08x 0x%08" P…
|