Searched refs:HYPERVISOR_platform_op (Results 1 – 14 of 14) sorted by relevance
46 if (HYPERVISOR_platform_op(&op) < 0) in xen_efi_get_time()72 if (HYPERVISOR_platform_op(&op) < 0) in xen_efi_set_time()84 if (HYPERVISOR_platform_op(&op) < 0) in xen_efi_get_wakeup_time()114 if (HYPERVISOR_platform_op(&op) < 0) in xen_efi_set_wakeup_time()134 if (HYPERVISOR_platform_op(&op) < 0) in xen_efi_get_variable()158 if (HYPERVISOR_platform_op(&op) < 0) in xen_efi_get_next_variable()183 if (HYPERVISOR_platform_op(&op) < 0) in xen_efi_set_variable()201 if (HYPERVISOR_platform_op(&op) < 0) in xen_efi_query_variable_info()216 if (HYPERVISOR_platform_op(&op) < 0) in xen_efi_get_next_high_mono_count()238 if (HYPERVISOR_platform_op(&op) < 0) in xen_efi_update_capsule()[all …]
81 return HYPERVISOR_platform_op(&op); in xen_pcpu_down()92 return HYPERVISOR_platform_op(&op); in xen_pcpu_up()280 ret = HYPERVISOR_platform_op(&op); in sync_pcpu()367 if (HYPERVISOR_platform_op(&op)) { in xen_pcpu_id()
39 return HYPERVISOR_platform_op(&op); in xen_acpi_pad_idle_cpus()49 return HYPERVISOR_platform_op(&op) in xen_acpi_pad_idle_cpus_num()
121 ret = HYPERVISOR_platform_op(&op); in push_cxx_to_hypervisor()249 ret = HYPERVISOR_platform_op(&op); in push_pxx_to_hypervisor()307 ret = HYPERVISOR_platform_op(&op); in get_max_acpi_id()315 ret = HYPERVISOR_platform_op(&op); in get_max_acpi_id()
61 HYPERVISOR_platform_op(&op); in xen_acpi_notify_hypervisor_state()
209 cpu_id = HYPERVISOR_platform_op(&op); in xen_hotadd_cpu()
68 if (!xen_initial_domain() || HYPERVISOR_platform_op(&op) < 0) in xen_efi_probe()95 if (HYPERVISOR_platform_op(&op) == 0) { in xen_efi_probe()105 if (HYPERVISOR_platform_op(&op) == 0) in xen_efi_probe()112 if (HYPERVISOR_platform_op(&op) == 0) in xen_efi_probe()
68 ret = HYPERVISOR_platform_op(&op); in xen_apic_read()
260 if ((HYPERVISOR_platform_op(&op) == 0) && in xen_check_mwait()1143 ret = HYPERVISOR_platform_op(&op); in xen_boot_params_init_edd()1161 ret = HYPERVISOR_platform_op(&op); in xen_boot_params_init_edd()1375 if (HYPERVISOR_platform_op(&op) == 0) in xen_start_kernel()
124 ret = HYPERVISOR_platform_op(&op); in xen_pvclock_gtod_notify()
34 ret = HYPERVISOR_platform_op(&xs->op); in xensyms_next_sym()53 ret = HYPERVISOR_platform_op(&xs->op); in xensyms_next_sym()
61 static inline int HYPERVISOR_platform_op(struct xen_platform_op *op) in HYPERVISOR_platform_op() function
153 (void)HYPERVISOR_platform_op(&op); in xen_pvclock_gtod_notify()473 EXPORT_SYMBOL_GPL(HYPERVISOR_platform_op);
286 HYPERVISOR_platform_op(struct xen_platform_op *op) in HYPERVISOR_platform_op() function