/qemu/target/s390x/ |
H A D | cpu_features.c | 247 FEAT_GROUP_INIT("msa", MSA, "Message-security-assist facility"), 248 FEAT_GROUP_INIT("msa1", MSA_EXT_1, "Message-security-assist-extension 1 facility"), 249 FEAT_GROUP_INIT("msa2", MSA_EXT_2, "Message-security-assist-extension 2 facility"), 250 FEAT_GROUP_INIT("msa3", MSA_EXT_3, "Message-security-assist-extension 3 facility"), 251 FEAT_GROUP_INIT("msa4", MSA_EXT_4, "Message-security-assist-extension 4 facility"), 252 FEAT_GROUP_INIT("msa5", MSA_EXT_5, "Message-security-assist-extension 5 facility"), 253 FEAT_GROUP_INIT("msa6", MSA_EXT_6, "Message-security-assist-extension 6 facility"), 254 FEAT_GROUP_INIT("msa7", MSA_EXT_7, "Message-security-assist-extension 7 facility"), 255 FEAT_GROUP_INIT("msa8", MSA_EXT_8, "Message-security-assist-extension 8 facility"), 256 FEAT_GROUP_INIT("msa9", MSA_EXT_9, "Message-security-assist-extension 9 facility"), [all …]
|
H A D | cpu_features_def.h.inc | 39 DEF_FEAT(MSA, "msa-base", STFL, 17, "Message-security-assist facility (excluding subfunctions)") 74 DEF_FEAT(MSA_EXT_5, "msa5-base", STFL, 57, "Message-security-assist-extension-5 facility (excluding… 76 DEF_FEAT(SEMAPHORE_ASSIST, "sema", STFL, 59, "Semaphore-assist facility") 87 DEF_FEAT(MSA_EXT_3, "msa3-base", STFL, 76, "Message-security-assist-extension-3 facility (excluding… 88 DEF_FEAT(MSA_EXT_4, "msa4-base", STFL, 77, "Message-security-assist-extension-4 facility (excluding… 95 DEF_FEAT(MSA_EXT_12, "msa12-base", STFL, 86, "Message-security-assist-extension-12 facility (exclud… 107 DEF_FEAT(MSA_EXT_8, "msa8-base", STFL, 146, "Message-security-assist-extension-8 facility (excludin… 113 DEF_FEAT(MSA_EXT_9, "msa9-base", STFL, 155, "Message-security-assist-extension-9 facility (excludin… 130 DEF_FEAT(HPMA2, "hpma2", SCLP_CONF_CHAR, 90, "Host page management assist 2 Facility") /* 91-2 */ 135 DEF_FEAT(SIE_CMMA, "cmma", SCLP_CONF_CHAR_EXT, 1, "SIE: Collaborative-memory-management assist")
|
/qemu/include/hw/s390x/ |
H A D | s390-pci-kvm.h | 20 int s390_pci_kvm_aif_enable(S390PCIBusDevice *pbdev, ZpciFib *fib, bool assist); 28 bool assist) in s390_pci_kvm_aif_enable() argument
|
/qemu/hw/s390x/ |
H A D | s390-pci-kvm.c | 29 int s390_pci_kvm_aif_enable(S390PCIBusDevice *pbdev, ZpciFib *fib, bool assist) in s390_pci_kvm_aif_enable() argument 40 .u.reg_aen.flags = (assist) ? 0 : KVM_S390_ZPCIOP_REGAEN_HOST in s390_pci_kvm_aif_enable()
|
H A D | s390-virtio-ccw.c | 1026 { TYPE_S390_PCI_DEVICE, "forwarding-assist", "off", }, in ccw_machine_7_1_class_options()
|
H A D | s390-pci-bus.c | 1545 DEFINE_PROP_BOOL("forwarding-assist", S390PCIBusDevice, forwarding_assist,
|
/qemu/linux-user/ppc/ |
H A D | cpu_loop.c | 300 case POWERPC_EXCP_FPA: /* Floating-point assist exception */ in cpu_loop() 301 cpu_abort(cs, "Floating-point assist exception not handled\n"); in cpu_loop() 318 case POWERPC_EXCP_VPUA: /* Vector assist exception */ in cpu_loop() 319 cpu_abort(cs, "Vector assist exception not handled\n"); in cpu_loop()
|
/qemu/tests/qtest/ |
H A D | ppc-util.h | 17 "cap-ccf-assist=off,"
|
/qemu/hw/ppc/ |
H A D | spapr_caps.c | 602 warn_report("TCG doesn't support requested feature, cap-ccf-assist=on"); in cap_ccf_assist_apply() 608 * If we don't have CCF assist on the host, the assist in cap_ccf_assist_apply() 620 "Requested count cache flush assist capability level not supported by KVM"); in cap_ccf_assist_apply() 621 error_append_hint(errp, "Try appending -machine cap-ccf-assist=off\n"); in cap_ccf_assist_apply() 828 .name = "ccf-assist", 829 .description = "Count Cache Flush Assist via HW Instruction",
|
/qemu/tests/functional/ |
H A D | test_ppc64_hv.py | 112 'cap-ibs=broken,cap-ccf-assist=off ' 144 self.vm.add_args("-machine", "x-vof=on,cap-nested-hv=on,cap-ccf-assist=off")
|
/qemu/docs/devel/migration/ |
H A D | qatzip-compression.rst | 103 For more ``QAT`` hardware introduction, please refer to `intel-quick-assist-technology-overview 104 <https://www.intel.com/content/www/us/en/architecture-and-technology/intel-quick-assist-technology-…
|
/qemu/include/exec/ |
H A D | memattrs.h | 33 * easier to have both fields to assist code that does not understand
|
/qemu/target/hppa/ |
H A D | int_helper.c | 230 [EXCP_ASSIST] = "assist exception trap", in hppa_cpu_do_interrupt() 238 [EXCP_ASSIST_EMU] = "assist emulation trap", in hppa_cpu_do_interrupt()
|
H A D | cpu.h | 77 #define EXCP_ASSIST 14 /* assist exception trap */ 85 #define EXCP_ASSIST_EMU 22 /* assist emulation trap */
|
/qemu/docs/specs/ |
H A D | spdm.rst | 5 SPDM enables authentication, attestation and key exchange to assist in
|
/qemu/include/hw/xen/interface/hvm/ |
H A D | params.h | 130 /* Use APIC assist */
|
/qemu/include/qemu/ |
H A D | bswap.h | 59 * to assist people who search the headers to find their definitions.)
|
/qemu/docs/system/i386/ |
H A D | hyperv.rst | 46 Provides so-called VP Assist page MSR to guest allowing it to work with APIC
|
/qemu/hw/ide/ |
H A D | trace-events | 100 … *s, int port, uint8_t tag) "ahci(%p)[%d][tag:%d]: Warn: Unsupported attempt to use Rebuild Assist"
|
/qemu/target/i386/nvmm/ |
H A D | nvmm-all.c | 537 error_report("NVMM: Mem Assist Failed [gpa=%p]", in nvmm_handle_mem() 551 error_report("NVMM: I/O Assist Failed [port=%d]", in nvmm_handle_io()
|
/qemu/hw/misc/ |
H A D | xlnx-versal-trng.c | 218 * To assist debugging of certain classes of software defects, in trng_reseed()
|
/qemu/target/ppc/ |
H A D | excp_helper.c | 635 case POWERPC_EXCP_FPA: /* Floating-point assist exception */ in powerpc_excp_6xx() 934 case POWERPC_EXCP_VPUA: /* Vector assist exception */ in powerpc_excp_74xx() 1510 case POWERPC_EXCP_VPUA: /* Vector assist exception */ in powerpc_excp_books()
|
H A D | cpu.h | 118 POWERPC_EXCP_FPA = 81, /* Floating-point assist exception */ 126 POWERPC_EXCP_VPUA = 87, /* Vector assist exception */ 1248 /* used to speed-up TLB assist handlers */ 2529 /* ISA 2.06 BCD assist instructions */
|
H A D | insn32.decode | 476 ## BCD Assist
|
/qemu/include/hw/ppc/ |
H A D | spapr.h | 76 /* Count Cache Flush Assist HW Instruction */
|