Home
last modified time | relevance | path

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

/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()
/linux/arch/x86/kernel/
H A Dx86_init.c114 .hyper = {
159 .hyper.pin_vcpu = x86_op_int_noop,
160 .hyper.is_private_mmio = is_private_mmio_noop,
H A Dsetup.c1162 x86_init.hyper.guest_late_init(); in setup_arch()
/linux/arch/x86/include/asm/
H A Dx86_init.h183 struct x86_hyper_init hyper; member
326 struct x86_hyper_runtime hyper; member
/linux/include/linux/
H A Dhypervisor.h17 x86_platform.hyper.pin_vcpu(cpu); in hypervisor_pin_vcpu()
/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,
/linux/arch/x86/hyperv/
H A Dhv_vtl.c49 x86_init.hyper.msi_ext_dest_id = hv_vtl_msi_ext_dest_id; in hv_vtl_init_platform()
H A Divm.c658 x86_platform.hyper.is_private_mmio = hv_is_private_mmio; in hv_vtom_init()
/linux/arch/x86/coco/sev/
H A Dcore.c2036 if (x86_platform.hyper.sev_es_hcall_prepare) in vc_handle_vmmcall()
2037 x86_platform.hyper.sev_es_hcall_prepare(ghcb, ctxt->regs); in vc_handle_vmmcall()
2053 if (x86_platform.hyper.sev_es_hcall_finish && in vc_handle_vmmcall()
2054 !x86_platform.hyper.sev_es_hcall_finish(ghcb, ctxt->regs)) in vc_handle_vmmcall()
/linux/arch/x86/xen/
H A Denlighten_pv.c1372 x86_init.hyper.init_platform = xen_pv_init_platform; in xen_start_kernel()
1373 x86_init.hyper.guest_late_init = xen_pv_guest_late_init; in xen_start_kernel()
H A Dmmu_pv.c2247 x86_init.hyper.init_after_bootmem = xen_after_bootmem; in xen_init_mmu_ops()
/linux/arch/x86/mm/
H A Dinit_32.c739 x86_init.hyper.init_after_bootmem(); in mem_init()
H A Dinit.c808 x86_init.hyper.init_mem_mapping(); in init_mem_mapping()
/linux/Documentation/admin-guide/hw-vuln/
H A Dspectre.rst275 kernel. The kernel is entered via hyper-calls or other virtualization
279 (e.g. in registers) via hyper-calls to derive invalid pointers to
408 between different hyper threads. This feature can be controlled through
H A Dl1tf.rst294 core only one - the so called primary (hyper) thread is
/linux/Documentation/admin-guide/pm/
H A Dintel_pstate.rst525 P-states, hyper-threading is enabled and on current performance requests
529 core P-states support, when hyper-threading is enabled, if the sibling CPU
H A Dcpuidle.rst67 (or hyper-threads specifically on Intel hardware), that each can follow one
/linux/Documentation/virt/hyperv/
H A Dvpci.rst20 .. _DDA: https://learn.microsoft.com/en-us/windows-server/virtualization/hyper-v/plan/plan-for-depl…
/linux/arch/x86/
H A DKconfig794 Say Y here to enable options for running Linux under various hyper-
/linux/
H A DMAINTAINERS13041 KVM X86 HYPER-V (KVM/hyper-v)