Home
last modified time | relevance | path

Searched refs:hyper (Results 1 – 25 of 40) sorted by relevance

12

/openbmc/linux/arch/x86/kernel/cpu/
H A Dhypervisor.c104 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 Dpython3-h2_4.1.0.bb2 HOMEPAGE = "https://github.com/python-hyper/hyper-h2"
/openbmc/linux/arch/x86/kernel/
H A Dx86_init.c113 .hyper = {
156 .hyper.pin_vcpu = x86_op_int_noop,
157 .hyper.is_private_mmio = is_private_mmio_noop,
H A Dsev.c1702 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 Dx86_init.h173 struct x86_hyper_init hyper; member
316 struct x86_hyper_runtime hyper; member
/openbmc/linux/include/linux/
H A Dhypervisor.h17 x86_platform.hyper.pin_vcpu(cpu); in hypervisor_pin_vcpu()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/python-hyperframe/
H A Dpython3-hyperframe_6.1.0.bb2 HOMEPAGE = "https://github.com/python-hyper/hyperframe"
/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/python-priority/
H A Dpython3-priority_2.0.0.bb2 HOMEPAGE = "https://github.com/python-hyper/priority"
/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/python-hpack/
H A Dpython3-hpack_4.1.0.bb2 HOMEPAGE = "https://github.com/python-hyper/hpack"
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-h11_0.14.0.bb2 HOMEPAGE = "https://github.com/python-hyper/h11"
H A Dpython3-wsproto_1.2.0.bb2 HOMEPAGE = "https://github.com/python-hyper/wsproto/"
H A Dpython3-hyperlink_21.0.0.bb2 HOMEPAGE = "https://github.com/python-hyper/hyperlink"
/openbmc/linux/Documentation/tools/rtla/
H A Drtla-hwnoise.rst39 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 Drun-state.json500 # @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 Dkrill-crates.inc90 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 Dhv_vtl.c48 x86_init.hyper.msi_ext_dest_id = hv_vtl_msi_ext_dest_id; in hv_vtl_init_platform()
H A Divm.c608 x86_platform.hyper.is_private_mmio = hv_is_private_mmio; in hv_vtom_init()
/openbmc/linux/drivers/iommu/
H A Dhyperv-iommu.c130 x86_init.hyper.msi_ext_dest_id()) in hyperv_prepare_irq_remapping()
/openbmc/linux/arch/x86/xen/
H A Denlighten_pv.c1361 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 Dhyperv.rst195 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 Dinit_32.c739 x86_init.hyper.init_after_bootmem(); in mem_init()
H A Dioremap.c119 if (x86_platform.hyper.is_private_mmio(addr)) { in __ioremap_check_other()
H A Dinit.c802 x86_init.hyper.init_mem_mapping(); in init_mem_mapping()
/openbmc/linux/arch/x86/kernel/apic/
H A Dapic.c1876 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 Dfalse-sharing.rst137 unnecessary to hyper-optimize every rarely used data structure or

12