Home
last modified time | relevance | path

Searched refs:ih (Results 1 – 8 of 8) sorted by relevance

/qemu/hw/arm/
H A Domap1.c549 qemu_irq_lower(qdev_get_gpio_in(s->ih[1], OMAP_INT_GAUGE_32K)); in omap_ulpd_pm_read()
652 qemu_irq_raise(qdev_get_gpio_in(s->ih[1], OMAP_INT_GAUGE_32K)); in omap_ulpd_pm_write()
3837 s->ih[0] = qdev_new("omap-intc"); in omap310_mpu_init()
3838 qdev_prop_set_uint32(s->ih[0], "size", 0x100); in omap310_mpu_init()
3839 omap_intc_set_iclk(OMAP_INTC(s->ih[0]), omap_findclk(s, "arminth_ck")); in omap310_mpu_init()
3840 busdev = SYS_BUS_DEVICE(s->ih[0]); in omap310_mpu_init()
3847 s->ih[1] = qdev_new("omap-intc"); in omap310_mpu_init()
3848 qdev_prop_set_uint32(s->ih[1], "size", 0x800); in omap310_mpu_init()
3849 omap_intc_set_iclk(OMAP_INTC(s->ih[1]), omap_findclk(s, "arminth_ck")); in omap310_mpu_init()
3850 busdev = SYS_BUS_DEVICE(s->ih[1]); in omap310_mpu_init()
[all …]
/qemu/hw/ppc/
H A Dtrace-events79 vof_error_unknown_ihandle_close(uint32_t ih) "ih=0x%x"
81 vof_error_write(uint32_t ih) "ih=0x%x"
85 vof_method(uint32_t ihandle, const char *method, uint32_t param, uint32_t ret, uint32_t ret2) "ih=0…
89 vof_open(const char *path, uint32_t ph, uint32_t ih) "%s ph=0x%x => ih=0x%x"
92 vof_instance_to_path(uint32_t ih, uint32_t ph, const char *tmp, int ret) "ih=0x%x ph=0x%x => %s len…
93 vof_instance_to_package(uint32_t ih, uint32_t ph) "ih=0x%x => ph=0x%x"
94 vof_write(uint32_t ih, unsigned cb, const char *msg) "ih=0x%x [%u] \"%s\""
/qemu/hw/intc/
H A Domap_intc.c110 OMAPIntcState *ih = opaque; in omap_set_intr() local
113 struct omap_intr_handler_bank_s *bank = &ih->bank[irq >> 5]; in omap_set_intr()
124 omap_inth_update(ih, 0); in omap_set_intr()
125 omap_inth_update(ih, 1); in omap_set_intr()
/qemu/target/ppc/
H A Dmmu-hash64.c106 void helper_SLBIA(CPUPPCState *env, uint32_t ih) in helper_SLBIA() argument
138 switch (ih) { in helper_SLBIA()
152 "slbia undefined IH field %u.\n", ih); in helper_SLBIA()
168 if (ih == 0x3 && (slb->vsid & SLB_VSID_C) == 0) { in helper_SLBIA()
H A Dinsn32.decode170 &X_ih ih:uint8_t
171 @X_ih ...... .. ih:3 ..... ..... .......... . &X_ih
/qemu/include/hw/arm/
H A Domap.h348 int ih; member
624 DeviceState *ih[2]; member
/qemu/target/ppc/translate/
H A Dstorage-ctrl-impl.c.inc61 gen_helper_SLBIA(tcg_env, tcg_constant_i32(a->ih));
/qemu/target/arm/tcg/
H A Dsve_helper.c3332 intptr_t ih = oprsz - 8 - i; in HELPER() local
3334 uint64_t h = reverse_bits_64(*(uint64_t *)(vn + ih), esz); in HELPER()
3336 *(uint64_t *)(vd + ih) = l; in HELPER()
3341 intptr_t ih = H1(oprsz - 1 - i); in HELPER() local
3343 uint8_t h = reverse_bits_8(*(uint8_t *)(vn + ih), esz); in HELPER()
3345 *(uint8_t *)(vd + ih) = l; in HELPER()