Home
last modified time | relevance | path

Searched refs:intb (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/target/rx/
H A Dgdbstub.c38 return gdb_get_regl(mem_buf, env->intb); in rx_cpu_gdb_read_register()
88 env->intb = ldl_p(mem_buf); in rx_cpu_gdb_write_register()
H A Dcpu.h91 uint32_t intb; /* interrupt vector */ member
/openbmc/qemu/tests/unit/
H A Dtest-clone-visitor.c134 src->alt->u.udfu.u.value3.intb = 99; in test_clone_complex2()
145 g_assert_cmpint(dst->alt->u.udfu.u.value3.intb, ==, 99); in test_clone_complex2()
H A Dtest-vmstate.c909 TestGTreeInterval *intb = (TestGTreeInterval *)b; in iommu_preload()
911 if (inta->high < intb->low) {
913 } else if (intb->high < inta->low) {
867 TestGTreeInterval *intb = (TestGTreeInterval *)b; interval_cmp() local
/openbmc/qemu/hw/virtio/
H A Dvirtio-iommu.c199 VirtIOIOMMUInterval *intb = (VirtIOIOMMUInterval *)b; in interval_cmp() local
201 if (inta->high < intb->low) { in interval_cmp()
203 } else if (intb->high < inta->low) { in interval_cmp()
/openbmc/qemu/tests/qapi-schema/
H A Dqapi-schema-test.json85 'data': { 'intb': 'int', '*a-b': 'bool' } }
H A Dqapi-schema-test.out74 member intb: int optional=False