Searched refs:hyper (Results 1 – 22 of 22) sorted by relevance
/linux-6.3-rc2/arch/x86/kernel/cpu/ |
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()
|
/linux-6.3-rc2/arch/x86/kernel/ |
A D | x86_init.c | 110 .hyper = { 151 .hyper.pin_vcpu = x86_op_int_noop,
|
A D | sev.c | 1719 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()
|
A D | setup.c | 1282 x86_init.hyper.guest_late_init(); in setup_arch()
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | x86_init.h | 172 struct x86_hyper_init hyper; member 308 struct x86_hyper_runtime hyper; member
|
/linux-6.3-rc2/include/linux/ |
A D | hypervisor.h | 17 x86_platform.hyper.pin_vcpu(cpu); in hypervisor_pin_vcpu()
|
/linux-6.3-rc2/Documentation/tools/rtla/ |
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,
|
/linux-6.3-rc2/drivers/iommu/ |
A D | hyperv-iommu.c | 130 x86_init.hyper.msi_ext_dest_id()) in hyperv_prepare_irq_remapping()
|
/linux-6.3-rc2/arch/x86/xen/ |
A D | enlighten_pv.c | 1278 x86_init.hyper.init_platform = xen_pv_init_platform; in xen_start_kernel() 1279 x86_init.hyper.guest_late_init = xen_pv_guest_late_init; in xen_start_kernel()
|
A D | mmu_pv.c | 2173 x86_init.hyper.init_after_bootmem = xen_after_bootmem; in xen_init_mmu_ops()
|
/linux-6.3-rc2/arch/x86/mm/ |
A D | init_32.c | 752 x86_init.hyper.init_after_bootmem(); in mem_init()
|
A D | init.c | 791 x86_init.hyper.init_mem_mapping(); in init_mem_mapping()
|
A D | init_64.c | 1340 x86_init.hyper.init_after_bootmem(); in mem_init()
|
/linux-6.3-rc2/arch/x86/kernel/apic/ |
A D | apic.c | 1893 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-6.3-rc2/Documentation/admin-guide/hw-vuln/ |
A D | spectre.rst | 276 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
|
A D | l1tf.rst | 294 core only one - the so called primary (hyper) thread is
|
/linux-6.3-rc2/Documentation/virt/hyperv/ |
A D | overview.rst | 55 .. _Hyper-V Top Level Functional Spec (TLFS): https://docs.microsoft.com/en-us/virtualization/hyper…
|
/linux-6.3-rc2/Documentation/admin-guide/pm/ |
A D | intel_pstate.rst | 525 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
|
A D | cpuidle.rst | 67 (or hyper-threads specifically on Intel hardware), that each can follow one
|
/linux-6.3-rc2/scripts/ |
A D | spelling.txt | 762 hypter||hyper
|
/linux-6.3-rc2/arch/x86/ |
A D | Kconfig | 776 Say Y here to enable options for running Linux under various hyper-
|
/linux-6.3-rc2/ |
A D | MAINTAINERS | 11368 KVM X86 HYPER-V (KVM/hyper-v)
|
Completed in 73 milliseconds