Home
last modified time | relevance | path

Searched refs:HYPERVISOR_platform_op (Results 1 – 7 of 7) sorted by relevance

/arch/x86/xen/
Defi.c56 if (!xen_initial_domain() || HYPERVISOR_platform_op(&op) < 0) in xen_efi_probe()
71 if (HYPERVISOR_platform_op(&op) == 0) { in xen_efi_probe()
81 if (HYPERVISOR_platform_op(&op) == 0) in xen_efi_probe()
88 if (HYPERVISOR_platform_op(&op) == 0) in xen_efi_probe()
Denlighten_pvh.c51 int ret = HYPERVISOR_platform_op(&op); in xen_pvh_init()
Dapic.c66 ret = HYPERVISOR_platform_op(&op); in xen_apic_read()
Denlighten_pv.c232 if ((HYPERVISOR_platform_op(&op) == 0) && in xen_check_mwait()
1145 ret = HYPERVISOR_platform_op(&op); in xen_boot_params_init_edd()
1163 ret = HYPERVISOR_platform_op(&op); in xen_boot_params_init_edd()
1361 if (HYPERVISOR_platform_op(&op) == 0) in xen_start_kernel()
Dtime.c125 ret = HYPERVISOR_platform_op(&op); in xen_pvclock_gtod_notify()
/arch/arm/xen/
Denlighten.c120 (void)HYPERVISOR_platform_op(&op); in xen_pvclock_gtod_notify()
/arch/x86/include/asm/xen/
Dhypercall.h305 HYPERVISOR_platform_op(struct xen_platform_op *op) in HYPERVISOR_platform_op() function