Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/kernel/cpu/
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-v6.1/arch/x86/include/asm/
Dx86_init.h172 struct x86_hyper_init hyper; member
304 struct x86_hyper_runtime hyper; member
/Linux-v6.1/arch/x86/kernel/
Dx86_init.c109 .hyper = {
148 .hyper.pin_vcpu = x86_op_int_noop,
Dsev.c1719 if (x86_platform.hyper.sev_es_hcall_prepare) in vc_handle_vmmcall()
1720 x86_platform.hyper.sev_es_hcall_prepare(ghcb, ctxt->regs); in vc_handle_vmmcall()
1736 if (x86_platform.hyper.sev_es_hcall_finish && in vc_handle_vmmcall()
1737 !x86_platform.hyper.sev_es_hcall_finish(ghcb, ctxt->regs)) in vc_handle_vmmcall()
Dsetup.c1297 x86_init.hyper.guest_late_init(); in setup_arch()
/Linux-v6.1/include/linux/
Dhypervisor.h17 x86_platform.hyper.pin_vcpu(cpu); in hypervisor_pin_vcpu()
/Linux-v6.1/drivers/iommu/
Dhyperv-iommu.c126 x86_init.hyper.msi_ext_dest_id() || in hyperv_prepare_irq_remapping()
/Linux-v6.1/arch/x86/xen/
Denlighten_pv.c1275 x86_init.hyper.init_platform = xen_pv_init_platform; in xen_start_kernel()
1276 x86_init.hyper.guest_late_init = xen_pv_guest_late_init; in xen_start_kernel()
Dmmu_pv.c2173 x86_init.hyper.init_after_bootmem = xen_after_bootmem; in xen_init_mmu_ops()
/Linux-v6.1/arch/x86/mm/
Dinit_32.c752 x86_init.hyper.init_after_bootmem(); in mem_init()
Dinit.c790 x86_init.hyper.init_mem_mapping(); in init_mem_mapping()
Dinit_64.c1340 x86_init.hyper.init_after_bootmem(); in mem_init()
/Linux-v6.1/arch/x86/kernel/apic/
Dapic.c1893 if (!x86_init.hyper.x2apic_available()) { in try_to_enable_x2apic()
1904 if (x86_init.hyper.msi_ext_dest_id()) { in try_to_enable_x2apic()
/Linux-v6.1/Documentation/admin-guide/hw-vuln/
Dspectre.rst276 kernel. The kernel is entered via hyper-calls or other virtualization
280 (e.g. in registers) via hyper-calls to derive invalid pointers to
409 between different hyper threads. This feature can be controlled through
Dl1tf.rst294 core only one - the so called primary (hyper) thread is
/Linux-v6.1/Documentation/virt/hyperv/
Doverview.rst55 .. _Hyper-V Top Level Functional Spec (TLFS): https://docs.microsoft.com/en-us/virtualization/hyper
/Linux-v6.1/Documentation/admin-guide/pm/
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
Dcpuidle.rst67 (or hyper-threads specifically on Intel hardware), that each can follow one
/Linux-v6.1/scripts/
Dspelling.txt742 hypter||hyper
/Linux-v6.1/arch/x86/
DKconfig776 Say Y here to enable options for running Linux under various hyper-
/Linux-v6.1/
DMAINTAINERS11312 KVM X86 HYPER-V (KVM/hyper-v)