Searched refs:HYPERVISOR_platform_op (Results 1 – 7 of 7) sorted by relevance
58 if (!xen_initial_domain() || HYPERVISOR_platform_op(&op) < 0) in xen_efi_probe()73 if (HYPERVISOR_platform_op(&op) == 0) { in xen_efi_probe()83 if (HYPERVISOR_platform_op(&op) == 0) in xen_efi_probe()90 if (HYPERVISOR_platform_op(&op) == 0) in xen_efi_probe()
58 ret = HYPERVISOR_platform_op(&op); in xen_apic_read()
162 int ret = HYPERVISOR_platform_op(&op); in xen_pvh_init()
193 if (HYPERVISOR_platform_op(&op)) in xen_set_mtrr_data()359 if ((HYPERVISOR_platform_op(&op) == 0) && in xen_check_mwait()1331 ret = HYPERVISOR_platform_op(&op); in xen_boot_params_init_edd()1349 ret = HYPERVISOR_platform_op(&op); in xen_boot_params_init_edd()1552 if (HYPERVISOR_platform_op(&op) == 0) in xen_start_kernel()
133 ret = HYPERVISOR_platform_op(&op); in xen_pvclock_gtod_notify()
413 HYPERVISOR_platform_op(struct xen_platform_op *op) in HYPERVISOR_platform_op() function
125 (void)HYPERVISOR_platform_op(&op); in xen_pvclock_gtod_notify()
Completed in 15 milliseconds