Searched refs:ipb (Results 1 – 5 of 5) sorted by relevance
| /openbmc/qemu/target/s390x/ |
| H A D | ioinst.c | 24 static uint64_t get_address_from_regs(CPUS390XState *env, uint32_t ipb, in get_address_from_regs() argument 38 return decode_basedisp_s(env, ipb, ar); in get_address_from_regs() 135 void ioinst_handle_msch(S390CPU *cpu, uint64_t reg1, uint32_t ipb, uintptr_t ra) in ioinst_handle_msch() argument 144 addr = get_address_from_regs(env, ipb, &ar); in ioinst_handle_msch() 194 void ioinst_handle_ssch(S390CPU *cpu, uint64_t reg1, uint32_t ipb, uintptr_t ra) in ioinst_handle_ssch() argument 203 addr = get_address_from_regs(env, ipb, &ar); in ioinst_handle_ssch() 229 void ioinst_handle_stcrw(S390CPU *cpu, uint32_t ipb, uintptr_t ra) in ioinst_handle_stcrw() argument 237 addr = get_address_from_regs(env, ipb, &ar); in ioinst_handle_stcrw() 262 void ioinst_handle_stsch(S390CPU *cpu, uint64_t reg1, uint32_t ipb, in ioinst_handle_stsch() argument 273 addr = get_address_from_regs(env, ipb, &ar); in ioinst_handle_stsch() [all …]
|
| /openbmc/qemu/tests/qtest/ |
| H A D | pnv-xive2-test.c | 280 uint8_t pq, nsr, cppr, ipb; in test_pool_irq() local 308 ipb = (reg32 >> 8) & 0xFF; in test_pool_irq() 311 g_assert_cmphex(ipb, ==, 0x80 >> priority); in test_pool_irq() 326 ipb = (reg32 >> 8) & 0xFF; in test_pool_irq() 327 g_assert_cmphex(ipb, ==, 0); in test_pool_irq()
|
| /openbmc/qemu/target/s390x/kvm/ |
| H A D | trace-events | 12 kvm_insn(uint32_t ipa, uint32_t ipb) "handle_instruction 0x%x 0x%x"
|
| /openbmc/qemu/hw/intc/ |
| H A D | xive.c | 613 uint8_t ipb; in xive_tctx_restore_nvp() local 625 ipb = xive_get_field32(NVT_W4_IPB, nvt.w4); in xive_tctx_restore_nvp() 627 if (ipb) { in xive_tctx_restore_nvp() 633 regs[TM_IPB] |= ipb; in xive_tctx_restore_nvp() 2139 uint8_t ipb; in xive_router_end_notify() local 2152 ipb = xive_get_field32(NVT_W4_IPB, nvt.w4) | in xive_router_end_notify() 2154 nvt.w4 = xive_set_field32(NVT_W4_IPB, nvt.w4, ipb); in xive_router_end_notify()
|
| H A D | trace-events | 277 xive_tctx_accept(uint32_t index, uint8_t ring, uint8_t ipb, uint8_t pipr, uint8_t cppr, uint8_t nsr… 278 xive_tctx_notify(uint32_t index, uint8_t ring, uint8_t ipb, uint8_t pipr, uint8_t cppr, uint8_t nsr… 279 xive_tctx_set_cppr(uint32_t index, uint8_t ring, uint8_t ipb, uint8_t pipr, uint8_t cppr, uint8_t n…
|