Home
last modified time | relevance | path

Searched refs:hp (Results 1 – 5 of 5) sorted by relevance

/qemu/hw/ppc/
H A Dspapr_events.c215 struct rtas_event_log_v6_hp hp; member
594 struct rtas_event_log_v6_hp *hp; in spapr_hotplug_req_event() local
603 hp = &new_hp->hp; in spapr_hotplug_req_event()
623 hp->hdr.section_length = cpu_to_be16(sizeof(*hp)); in spapr_hotplug_req_event()
625 hp->hotplug_action = hp_action; in spapr_hotplug_req_event()
626 hp->hotplug_identifier = hp_id; in spapr_hotplug_req_event()
630 hp->hotplug_type = RTAS_LOG_V6_HP_TYPE_PCI; in spapr_hotplug_req_event()
636 hp->hotplug_type = RTAS_LOG_V6_HP_TYPE_CPU; in spapr_hotplug_req_event()
639 hp->hotplug_type = RTAS_LOG_V6_HP_TYPE_PHB; in spapr_hotplug_req_event()
661 hp->drc_id.count_indexed.count = in spapr_hotplug_req_event()
[all …]
H A Dspapr_pci.c2245 HotplugHandlerClass *hp = HOTPLUG_HANDLER_CLASS(klass); in spapr_phb_class_init() local
2256 hp->pre_plug = spapr_pci_pre_plug; in spapr_phb_class_init()
2257 hp->plug = spapr_pci_plug; in spapr_phb_class_init()
2258 hp->unplug = spapr_pci_unplug; in spapr_phb_class_init()
2259 hp->unplug_request = spapr_pci_unplug_request; in spapr_phb_class_init()
/qemu/bsd-user/freebsd/
H A Dos-sys.c161 uint8_t *hp, *gp; in h2g_old_sysctl() local
169 gp = hp = (uint8_t *)holdp; in h2g_old_sysctl()
189 *(uint16_t *)gp = tswap16(*(uint16_t *)hp); in h2g_old_sysctl()
192 *(uint32_t *)gp = tswap32(*(uint32_t *)hp); in h2g_old_sysctl()
195 *(uint64_t *)gp = tswap64(*(uint64_t *)hp); in h2g_old_sysctl()
210 *(abi_long *)gp = tswap32(h2g_long_sat(*(long *)hp)); in h2g_old_sysctl()
213 *(abi_ulong *)gp = tswap32(h2g_ulong_sat(*(u_long *)hp)); in h2g_old_sysctl()
223 hp += hlen; in h2g_old_sysctl()
/qemu/target/i386/kvm/
H A Dxen-emu.c758 struct xen_hvm_param hp; in handle_set_param() local
764 if (kvm_copy_from_gva(cs, arg, &hp, sizeof(hp))) { in handle_set_param()
769 if (hp.domid != DOMID_SELF && hp.domid != xen_domid) { in handle_set_param()
774 switch (hp.index) { in handle_set_param()
794 struct xen_hvm_param hp; in handle_get_param() local
800 if (kvm_copy_from_gva(cs, arg, &hp, sizeof(hp))) { in handle_get_param()
805 if (hp.domid != DOMID_SELF && hp.domid != xen_domid) { in handle_get_param()
810 switch (hp.index) { in handle_get_param()
819 if (!hp.value) { in handle_get_param()
825 if (!hp.value) { in handle_get_param()
[all …]
/qemu/target/arm/tcg/
H A Dtranslate-vfp.c2263 MAKE_VFM_TRANS_FNS(hp)
2412 DO_VFP_2OP(VABS, hp, gen_helper_vfp_absh, aa32_fp16_arith) in DO_VFP_VMOV()
2416 DO_VFP_2OP(VNEG, hp, gen_helper_vfp_negh, aa32_fp16_arith) in DO_VFP_VMOV()
2435 DO_VFP_2OP(VSQRT, hp, gen_VSQRT_hp, aa32_fp16_arith) in DO_VFP_2OP() argument