Home
last modified time | relevance | path

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

/openbmc/linux/drivers/xen/
H A Defi.c48 if (HYPERVISOR_platform_op(&op) < 0) in xen_efi_get_time()
73 if (HYPERVISOR_platform_op(&op) < 0) in xen_efi_set_time()
85 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()
133 if (HYPERVISOR_platform_op(&op) < 0) in xen_efi_get_variable()
156 if (HYPERVISOR_platform_op(&op) < 0) in xen_efi_get_next_variable()
180 if (HYPERVISOR_platform_op(&op) < 0) in xen_efi_set_variable()
197 if (HYPERVISOR_platform_op(&op) < 0) in xen_efi_query_variable_info()
211 if (HYPERVISOR_platform_op(&op) < 0) in xen_efi_get_next_high_mono_count()
232 if (HYPERVISOR_platform_op(&op) < 0) in xen_efi_update_capsule()
[all …]
H A Dpcpu.c85 return HYPERVISOR_platform_op(&op); in xen_pcpu_down()
96 return HYPERVISOR_platform_op(&op); in xen_pcpu_up()
285 ret = HYPERVISOR_platform_op(&op); in sync_pcpu()
418 ret = HYPERVISOR_platform_op(&op); in xen_sanitize_proc_cap_bits()
H A Dxen-acpi-pad.c32 return HYPERVISOR_platform_op(&op); in xen_acpi_pad_idle_cpus()
42 return HYPERVISOR_platform_op(&op) in xen_acpi_pad_idle_cpus_num()
H A Dacpi.c61 HYPERVISOR_platform_op(&op); in xen_acpi_notify_hypervisor_state()
H A Dxen-acpi-processor.c113 ret = HYPERVISOR_platform_op(&op); in push_cxx_to_hypervisor()
241 ret = HYPERVISOR_platform_op(&op); in push_pxx_to_hypervisor()
299 ret = HYPERVISOR_platform_op(&op); in get_max_acpi_id()
307 ret = HYPERVISOR_platform_op(&op); in get_max_acpi_id()
/openbmc/linux/arch/x86/xen/
H A Defi.c58 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()
H A Dapic.c66 ret = HYPERVISOR_platform_op(&op); in xen_apic_read()
H A Denlighten_pvh.c52 int ret = HYPERVISOR_platform_op(&op); in xen_pvh_init()
H A Denlighten_pv.c157 if (HYPERVISOR_platform_op(&op)) in xen_set_mtrr_data()
311 if ((HYPERVISOR_platform_op(&op) == 0) && in xen_check_mwait()
1257 ret = HYPERVISOR_platform_op(&op); in xen_boot_params_init_edd()
1275 ret = HYPERVISOR_platform_op(&op); in xen_boot_params_init_edd()
1476 if (HYPERVISOR_platform_op(&op) == 0) in xen_start_kernel()
H A Dtime.c133 ret = HYPERVISOR_platform_op(&op); in xen_pvclock_gtod_notify()
/openbmc/linux/drivers/xen/xenfs/
H A Dxensyms.c34 ret = HYPERVISOR_platform_op(&xs->op); in xensyms_next_sym()
53 ret = HYPERVISOR_platform_op(&xs->op); in xensyms_next_sym()
/openbmc/linux/include/xen/arm/
H A Dhypercall.h60 static inline int HYPERVISOR_platform_op(struct xen_platform_op *op) in HYPERVISOR_platform_op() function
/openbmc/linux/arch/x86/include/asm/xen/
H A Dhypercall.h407 HYPERVISOR_platform_op(struct xen_platform_op *op) in HYPERVISOR_platform_op() function
/openbmc/linux/arch/arm/xen/
H A Denlighten.c125 (void)HYPERVISOR_platform_op(&op); in xen_pvclock_gtod_notify()