/openbmc/linux/arch/x86/kernel/cpu/ |
H A D | hypervisor.c | 104 copy_array(&h->init, &x86_init.hyper, sizeof(h->init)); in init_hypervisor_platform() 105 copy_array(&h->runtime, &x86_platform.hyper, sizeof(h->runtime)); in init_hypervisor_platform() 108 x86_init.hyper.init_platform(); in init_hypervisor_platform()
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/python-h2/ |
H A D | python3-h2_4.1.0.bb | 2 HOMEPAGE = "https://github.com/python-hyper/hyper-h2"
|
/openbmc/linux/arch/x86/kernel/ |
H A D | x86_init.c | 113 .hyper = { 156 .hyper.pin_vcpu = x86_op_int_noop, 157 .hyper.is_private_mmio = is_private_mmio_noop,
|
H A D | sev.c | 1702 if (x86_platform.hyper.sev_es_hcall_prepare) in vc_handle_vmmcall() 1703 x86_platform.hyper.sev_es_hcall_prepare(ghcb, ctxt->regs); in vc_handle_vmmcall() 1719 if (x86_platform.hyper.sev_es_hcall_finish && in vc_handle_vmmcall() 1720 !x86_platform.hyper.sev_es_hcall_finish(ghcb, ctxt->regs)) in vc_handle_vmmcall()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | x86_init.h | 173 struct x86_hyper_init hyper; member 316 struct x86_hyper_runtime hyper; member
|
/openbmc/linux/include/linux/ |
H A D | hypervisor.h | 17 x86_platform.hyper.pin_vcpu(cpu); in hypervisor_pin_vcpu()
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/python-hyperframe/ |
H A D | python3-hyperframe_6.1.0.bb | 2 HOMEPAGE = "https://github.com/python-hyper/hyperframe"
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/python-priority/ |
H A D | python3-priority_2.0.0.bb | 2 HOMEPAGE = "https://github.com/python-hyper/priority"
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/python-hpack/ |
H A D | python3-hpack_4.1.0.bb | 2 HOMEPAGE = "https://github.com/python-hyper/hpack"
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-h11_0.14.0.bb | 2 HOMEPAGE = "https://github.com/python-hyper/h11"
|
H A D | python3-wsproto_1.2.0.bb | 2 HOMEPAGE = "https://github.com/python-hyper/wsproto/"
|
H A D | python3-hyperlink_21.0.0.bb | 2 HOMEPAGE = "https://github.com/python-hyper/hyperlink"
|
/openbmc/linux/Documentation/tools/rtla/ |
H A D | rtla-hwnoise.rst | 39 on a system with 8 cores/16 threads with hyper-threading enabled. 79 For example, by disabling hyper-threading to remove the hardware noise,
|
/openbmc/qemu/qapi/ |
H A D | run-state.json | 500 # @hyper-v: hyper-v guest panic information type 507 'data': [ 'hyper-v', 's390' ] } 521 'data': {'hyper-v': 'GuestPanicInformationHyperV',
|
/openbmc/openbmc/meta-security/recipes-security/krill/ |
H A D | krill-crates.inc | 90 crate://crates.io/hyper/0.14.20;name=hyper-0.14.20 \ 91 crate://crates.io/hyper-tls/0.5.0;name=hyper-tls-0.5.0 \ 364 SRC_URI[hyper-0.14.20.sha256sum] = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafba… 365 SRC_URI[hyper-tls-0.5.0.sha256sum] = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9…
|
/openbmc/linux/arch/x86/hyperv/ |
H A D | hv_vtl.c | 48 x86_init.hyper.msi_ext_dest_id = hv_vtl_msi_ext_dest_id; in hv_vtl_init_platform()
|
H A D | ivm.c | 608 x86_platform.hyper.is_private_mmio = hv_is_private_mmio; in hv_vtom_init()
|
/openbmc/linux/drivers/iommu/ |
H A D | hyperv-iommu.c | 130 x86_init.hyper.msi_ext_dest_id()) in hyperv_prepare_irq_remapping()
|
/openbmc/linux/arch/x86/xen/ |
H A D | enlighten_pv.c | 1361 x86_init.hyper.init_platform = xen_pv_init_platform; in xen_start_kernel() 1362 x86_init.hyper.guest_late_init = xen_pv_guest_late_init; in xen_start_kernel()
|
/openbmc/qemu/docs/system/i386/ |
H A D | hyperv.rst | 195 hyper-threading is not supported or completely disabled on the host. This 322 - https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/tlfs/tlfs
|
/openbmc/linux/arch/x86/mm/ |
H A D | init_32.c | 739 x86_init.hyper.init_after_bootmem(); in mem_init()
|
H A D | ioremap.c | 119 if (x86_platform.hyper.is_private_mmio(addr)) { in __ioremap_check_other()
|
H A D | init.c | 802 x86_init.hyper.init_mem_mapping(); in init_mem_mapping()
|
/openbmc/linux/arch/x86/kernel/apic/ |
H A D | apic.c | 1876 if (!x86_init.hyper.x2apic_available()) { in try_to_enable_x2apic() 1887 if (x86_init.hyper.msi_ext_dest_id()) { in try_to_enable_x2apic()
|
/openbmc/linux/Documentation/kernel-hacking/ |
H A D | false-sharing.rst | 137 unnecessary to hyper-optimize every rarely used data structure or
|