Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/xen/
Defi.c46 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 …]
Dpcpu.c81 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()
Dxen-acpi-pad.c39 return HYPERVISOR_platform_op(&op); in xen_acpi_pad_idle_cpus()
49 return HYPERVISOR_platform_op(&op) in xen_acpi_pad_idle_cpus_num()
Dxen-acpi-processor.c121 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()
Dacpi.c61 HYPERVISOR_platform_op(&op); in xen_acpi_notify_hypervisor_state()
Dxen-acpi-cpuhotplug.c209 cpu_id = HYPERVISOR_platform_op(&op); in xen_hotadd_cpu()
/Linux-v4.19/arch/x86/xen/
Defi.c68 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()
Dapic.c68 ret = HYPERVISOR_platform_op(&op); in xen_apic_read()
Denlighten_pv.c260 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()
Dtime.c124 ret = HYPERVISOR_platform_op(&op); in xen_pvclock_gtod_notify()
/Linux-v4.19/drivers/xen/xenfs/
Dxensyms.c34 ret = HYPERVISOR_platform_op(&xs->op); in xensyms_next_sym()
53 ret = HYPERVISOR_platform_op(&xs->op); in xensyms_next_sym()
/Linux-v4.19/include/xen/arm/
Dhypercall.h61 static inline int HYPERVISOR_platform_op(struct xen_platform_op *op) in HYPERVISOR_platform_op() function
/Linux-v4.19/arch/arm/xen/
Denlighten.c153 (void)HYPERVISOR_platform_op(&op); in xen_pvclock_gtod_notify()
473 EXPORT_SYMBOL_GPL(HYPERVISOR_platform_op);
/Linux-v4.19/arch/x86/include/asm/xen/
Dhypercall.h286 HYPERVISOR_platform_op(struct xen_platform_op *op) in HYPERVISOR_platform_op() function