Searched refs:hyper (Results 1 - 17 of 17) sorted by relevance

/linux-master/include/linux/
H A Dhypervisor.h17 x86_platform.hyper.pin_vcpu(cpu);
/linux-master/arch/x86/kernel/cpu/
H A Dhypervisor.c104 copy_array(&h->init, &x86_init.hyper, sizeof(h->init));
105 copy_array(&h->runtime, &x86_platform.hyper, sizeof(h->runtime));
108 x86_init.hyper.init_platform();
/linux-master/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.c1721 if (x86_platform.hyper.sev_es_hcall_prepare)
1722 x86_platform.hyper.sev_es_hcall_prepare(ghcb, ctxt->regs);
1738 if (x86_platform.hyper.sev_es_hcall_finish &&
1739 !x86_platform.hyper.sev_es_hcall_finish(ghcb, ctxt->regs))
H A Dsetup.c1154 x86_init.hyper.guest_late_init();
/linux-master/arch/x86/include/asm/
H A Dx86_init.h173 struct x86_hyper_init hyper; member in struct:x86_init_ops
298 * @hyper: x86 hypervisor specific runtime callbacks
316 struct x86_hyper_runtime hyper; member in struct:x86_platform_ops
/linux-master/drivers/iommu/
H A Dhyperv-iommu.c130 x86_init.hyper.msi_ext_dest_id())
/linux-master/arch/x86/hyperv/
H A Dhv_vtl.c49 x86_init.hyper.msi_ext_dest_id = hv_vtl_msi_ext_dest_id;
H A Divm.c662 x86_platform.hyper.is_private_mmio = hv_is_private_mmio;
/linux-master/arch/x86/xen/
H A Denlighten_pv.c1361 x86_init.hyper.init_platform = xen_pv_init_platform;
1362 x86_init.hyper.guest_late_init = xen_pv_guest_late_init;
H A Dmmu_pv.c2198 x86_init.hyper.init_after_bootmem = xen_after_bootmem;
/linux-master/arch/x86/mm/
H A Dioremap.c119 if (x86_platform.hyper.is_private_mmio(addr)) {
H A Dinit.c806 x86_init.hyper.init_mem_mapping();
H A Dinit_32.c739 x86_init.hyper.init_after_bootmem();
H A Dinit_64.c1340 x86_init.hyper.init_after_bootmem();
/linux-master/arch/x86/kernel/apic/
H A Dapic.c1821 if (!x86_init.hyper.x2apic_available()) {
1832 if (x86_init.hyper.msi_ext_dest_id()) {
H A Dio_apic.c2668 if (x86_platform.hyper.is_private_mmio(phys))

Completed in 222 milliseconds