/qemu/hw/ppc/ |
H A D | spapr_events.c | 190 #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 D | ufs.h | 165 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 D | xen-emu.c | 754 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 D | os-sys.c | 161 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 D | virtio-serial-test.c | 23 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 D | virtio-ccw-test.c | 44 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 D | machine.c | 290 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 D | test_hppa_seabios.py | 24 wait_for_console_pattern(self, f'Emulated machine: HP {mach} ({bits}-bit')
|
/qemu/linux-user/hppa/ |
H A D | target_fcntl.h | 12 #define TARGET_O_NONBLOCK_MASK 000200004 /* includes old HP-UX NDELAY flag */
|
/qemu/hw/pci-host/ |
H A D | astro.c | 2 * 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 D | astro.h | 2 * HP-PARISC Astro Bus connector with Elroy PCI host bridges
|
H A D | dino.h | 2 * HP-PARISC Dino PCI chipset emulation, as in B160L and similar machines
|
/qemu/include/hw/misc/ |
H A D | lasi.h | 2 * HP-PARISC Lasi chipset emulation.
|
/qemu/hw/smbios/ |
H A D | smbios_build.h | 9 * Alex Williamson <alex.williamson@hp.com>
|
H A D | smbios_legacy.c | 8 * Alex Williamson <alex.williamson@hp.com>
|
/qemu/hw/usb/ |
H A D | quirks-pl2303-ids.h | 124 /* Hewlett-Packard LD220-HP POS Pole Display */
|
/qemu/pc-bios/ |
HD | openbios-sparc32 | ( 8 H ! ` x p " p # $ 0 @ p % ` p x @ A B ( ... |
H A D | README | 99 files for the HP-PARISC (hppa) architecture.
|
/qemu/target/hppa/ |
H A D | sys_helper.c | 70 * However, HP-UX 10.20 does this with the SSM instruction. in HELPER()
|
/qemu/hw/net/ |
H A D | lasi_i82596.c | 137 s->state.conf.macaddr = HP_MAC; /* set HP MAC prefix */ in lasi_82596_init()
|
/qemu/include/disas/ |
H A D | dis-asm.h | 157 bfd_arch_hppa, /* HP PA RISC */ 237 bfd_arch_ia64, /* HP/Intel ia64 */
|
/qemu/hw/misc/ |
H A D | lasi.c | 2 * HP-PARISC Lasi chipset emulation.
|
/qemu/include/hw/firmware/ |
H A D | smbios.h | 13 * Alex Williamson <alex.williamson@hp.com>
|
/qemu/include/exec/ |
H A D | translation-block.h | 48 * targets like Arm, MIPS, HP-PA, which reuse low bits for ISA or
|
/qemu/include/scsi/ |
H A D | constants.h | 210 #define TYPE_PROCESSOR 0x03 /* HP scanners use this */
|