Home
last modified time | relevance | path

Searched refs:VP_LOCAL_SECTION_OFS (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/intc/
H A Dmips_gic.c170 case VP_LOCAL_SECTION_OFS ... (VP_LOCAL_SECTION_OFS + GIC_VL_BRK_GROUP): in gic_read()
171 ret = gic_read_vp(gic, vp_index, addr - VP_LOCAL_SECTION_OFS, size); in gic_read()
334 case VP_LOCAL_SECTION_OFS ... (VP_LOCAL_SECTION_OFS + GIC_VL_BRK_GROUP): in gic_write()
335 gic_write_vp(gic, vp_index, addr - VP_LOCAL_SECTION_OFS, data, size); in gic_write()
/openbmc/qemu/include/hw/intc/
H A Dmips_gic.h38 #define VP_LOCAL_SECTION_OFS 0x8000 macro