Searched refs:hyper (Results 1 – 17 of 17) sorted by relevance
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()
114 .hyper = {159 .hyper.pin_vcpu = x86_op_int_noop,160 .hyper.is_private_mmio = is_private_mmio_noop,
1245 x86_init.hyper.guest_late_init(); in setup_arch()
183 struct x86_hyper_init hyper; member327 struct x86_hyper_runtime hyper; member
759 if (x86_platform.hyper.sev_es_hcall_prepare) in vc_handle_vmmcall()760 x86_platform.hyper.sev_es_hcall_prepare(ghcb, ctxt->regs); in vc_handle_vmmcall()776 if (x86_platform.hyper.sev_es_hcall_finish && in vc_handle_vmmcall()777 !x86_platform.hyper.sev_es_hcall_finish(ghcb, ctxt->regs)) in vc_handle_vmmcall()
86 x86_init.hyper.msi_ext_dest_id = hv_vtl_msi_ext_dest_id; in hv_vtl_init_platform()
667 x86_platform.hyper.is_private_mmio = hv_is_private_mmio; in hv_vtom_init()
1435 x86_init.hyper.init_platform = xen_pv_init_platform; in xen_start_kernel()1436 x86_init.hyper.guest_late_init = xen_pv_guest_late_init; in xen_start_kernel()
2242 x86_init.hyper.init_after_bootmem = xen_after_bootmem; in xen_init_mmu_ops()
697 x86_init.hyper.init_after_bootmem(); in mem_init()
119 if (x86_platform.hyper.is_private_mmio(addr)) { in __ioremap_check_other()
810 x86_init.hyper.init_mem_mapping(); in init_mem_mapping()
1362 x86_init.hyper.init_after_bootmem(); in mem_init()
1830 if (!x86_init.hyper.x2apic_available()) { in try_to_enable_x2apic()1841 if (x86_init.hyper.msi_ext_dest_id()) { in try_to_enable_x2apic()
2533 if (x86_platform.hyper.is_private_mmio(phys)) in io_apic_set_fixmap()
198 https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/reference/tlfs
775 Say Y here to enable options for running Linux under various hyper-
Completed in 59 milliseconds