Searched refs:gic_write_vp (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/intc/ |
H A D | mips_gic.c | 224 static void gic_write_vp(MIPSGICState *gic, uint32_t vp_index, hwaddr addr, in gic_write_vp() function 335 gic_write_vp(gic, vp_index, addr - VP_LOCAL_SECTION_OFS, data, size); in gic_write() 339 gic_write_vp(gic, other_index, addr - VP_OTHER_SECTION_OFS, data, size); in gic_write()
|