Searched refs:HYPERVISOR_platform_op (Results 1 – 7 of 7) sorted by relevance
56 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()
51 int ret = HYPERVISOR_platform_op(&op); in xen_pvh_init()
66 ret = HYPERVISOR_platform_op(&op); in xen_apic_read()
232 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()
125 ret = HYPERVISOR_platform_op(&op); in xen_pvclock_gtod_notify()
120 (void)HYPERVISOR_platform_op(&op); in xen_pvclock_gtod_notify()
305 HYPERVISOR_platform_op(struct xen_platform_op *op) in HYPERVISOR_platform_op() function