Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dmips_gic.c179 case USM_VISIBLE_SECTION_OFS + GIC_USER_MODE_COUNTERLO: in gic_read()
182 case USM_VISIBLE_SECTION_OFS + GIC_USER_MODE_COUNTERHI: in gic_read()
341 case USM_VISIBLE_SECTION_OFS + GIC_USER_MODE_COUNTERLO: in gic_write()
342 case USM_VISIBLE_SECTION_OFS + GIC_USER_MODE_COUNTERHI: in gic_write()
/openbmc/qemu/include/hw/intc/
H A Dmips_gic.h42 #define USM_VISIBLE_SECTION_OFS 0x10000 macro