Home
last modified time | relevance | path

Searched full:hp (Results 1 – 25 of 49) sorted by relevance

12

/qemu/hw/ppc/
H A Dspapr_events.c190 #define RTAS_LOG_V6_SECTION_ID_HOTPLUG 0x4850 /* HP */
215 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()
614 spapr_init_maina(spapr, maina, 3 /* Main-A, Main-B, HP */); in spapr_hotplug_req_event()
622 hp->hdr.section_id = cpu_to_be16(RTAS_LOG_V6_SECTION_ID_HOTPLUG); in spapr_hotplug_req_event()
623 hp->hdr.section_length = cpu_to_be16(sizeof(*hp)); in spapr_hotplug_req_event()
624 hp->hdr.section_version = 1; /* includes extended modifier */ 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()
[all …]
/qemu/hw/ufs/
H A Dufs.h165 return u->mcq_op_reg[qid].sq.hp; in ufs_mcq_sq_head()
170 u->mcq_op_reg[qid].sq.hp = db; in ufs_mcq_update_sq_head()
190 return u->mcq_op_reg[qid].cq.hp; in ufs_mcq_cq_head()
195 u->mcq_op_reg[qid].cq.hp = db; in ufs_mcq_update_cq_head()
/qemu/target/i386/kvm/
H A Dxen-emu.c754 struct xen_hvm_param hp; in handle_set_param() local
758 qemu_build_assert(sizeof(hp) == 16); in handle_set_param()
760 if (kvm_copy_from_gva(cs, arg, &hp, sizeof(hp))) { in handle_set_param()
765 if (hp.domid != DOMID_SELF && hp.domid != xen_domid) { in handle_set_param()
770 switch (hp.index) { in handle_set_param()
773 err = xen_evtchn_set_callback_param(hp.value); in handle_set_param()
790 struct xen_hvm_param hp; in handle_get_param() local
794 qemu_build_assert(sizeof(hp) == 16); in handle_get_param()
796 if (kvm_copy_from_gva(cs, arg, &hp, sizeof(hp))) { in handle_get_param()
801 if (hp.domid != DOMID_SELF && hp.domid != xen_domid) { in handle_get_param()
[all …]
/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/tests/qtest/
H A Dvirtio-serial-test.c23 qtest_qmp_device_add(global_qtest, "virtserialport", "hp-port", "{}"); in serial_hotplug()
24 qtest_qmp_device_del(global_qtest, "hp-port"); in serial_hotplug()
H A Dvirtio-ccw-test.c44 qtest_qmp_device_add(qts, "virtserialport", "hp-port", "{}"); in virtio_serial_hotplug()
45 qtest_qmp_device_del(qts, "hp-port"); in virtio_serial_hotplug()
/qemu/hw/hppa/
H A Dmachine.c290 ram_max = 256 * GiB; /* like HP rp8440 */ in machine_HP_common_init_cpus()
390 /* BMC board: HP Diva GSP */ in machine_HP_common_init_tail()
529 * Create HP B160L workstation
543 error_report("The HP B160L workstation requires a 32-bit " in machine_HP_B160L_init()
609 * Create HP C3700 workstation
623 error_report("The HP C3000 workstation requires a 64-bit CPU. " in machine_HP_C3700_init()
695 mc->desc = "HP B160L workstation"; in HP_B160L_machine_init_class_init()
731 mc->desc = "HP C3700 workstation"; in HP_C3700_machine_init_class_init()
/qemu/tests/functional/
H A Dtest_hppa_seabios.py24 wait_for_console_pattern(self, f'Emulated machine: HP {mach} ({bits}-bit')
/qemu/linux-user/hppa/
H A Dtarget_fcntl.h12 #define TARGET_O_NONBLOCK_MASK 000200004 /* includes old HP-UX NDELAY flag */
/qemu/hw/pci-host/
H A Dastro.c2 * HP-PARISC Astro/Pluto/Ike/REO system bus adapter (SBA)
101 * PCI BUS number and Linux/HP-UX uses it then. in elroy_chip_read_with_attrs()
591 case 0x0030: /* HP-UX 10.20 and 11.11 reads it. No idea. */ in astro_chip_read_with_attrs()
605 case 0x10230: /* HP-UX 11.11 reads it. No idea. */ in astro_chip_read_with_attrs()
675 case 0x0030: /* HP-UX 10.20 and 11.11 reads it. No idea. */ in astro_chip_write_with_attrs()
687 case 0x10230: /* HP-UX 11.11 reads it. No idea. */ in astro_chip_write_with_attrs()
/qemu/include/hw/pci-host/
H A Dastro.h2 * HP-PARISC Astro Bus connector with Elroy PCI host bridges
H A Ddino.h2 * HP-PARISC Dino PCI chipset emulation, as in B160L and similar machines
/qemu/include/hw/misc/
H A Dlasi.h2 * HP-PARISC Lasi chipset emulation.
/qemu/hw/smbios/
H A Dsmbios_build.h9 * Alex Williamson <alex.williamson@hp.com>
H A Dsmbios_legacy.c8 * Alex Williamson <alex.williamson@hp.com>
/qemu/hw/usb/
H A Dquirks-pl2303-ids.h124 /* Hewlett-Packard LD220-HP POS Pole Display */
/qemu/pc-bios/
HDopenbios-sparc32( 8 H ! ` x p " p # $ 0 @ p % ` p x @ A B ( ...
H A DREADME99 files for the HP-PARISC (hppa) architecture.
/qemu/target/hppa/
H A Dsys_helper.c70 * However, HP-UX 10.20 does this with the SSM instruction. in HELPER()
/qemu/hw/net/
H A Dlasi_i82596.c137 s->state.conf.macaddr = HP_MAC; /* set HP MAC prefix */ in lasi_82596_init()
/qemu/include/disas/
H A Ddis-asm.h157 bfd_arch_hppa, /* HP PA RISC */
237 bfd_arch_ia64, /* HP/Intel ia64 */
/qemu/hw/misc/
H A Dlasi.c2 * HP-PARISC Lasi chipset emulation.
/qemu/include/hw/firmware/
H A Dsmbios.h13 * Alex Williamson <alex.williamson@hp.com>
/qemu/include/exec/
H A Dtranslation-block.h48 * targets like Arm, MIPS, HP-PA, which reuse low bits for ISA or
/qemu/include/scsi/
H A Dconstants.h210 #define TYPE_PROCESSOR 0x03 /* HP scanners use this */

12