Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/xen/
Defi.c47 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()
113 if (HYPERVISOR_platform_op(&op) < 0) in xen_efi_set_wakeup_time()
132 if (HYPERVISOR_platform_op(&op) < 0) in xen_efi_get_variable()
155 if (HYPERVISOR_platform_op(&op) < 0) in xen_efi_get_next_variable()
179 if (HYPERVISOR_platform_op(&op) < 0) in xen_efi_set_variable()
196 if (HYPERVISOR_platform_op(&op) < 0) in xen_efi_query_variable_info()
210 if (HYPERVISOR_platform_op(&op) < 0) in xen_efi_get_next_high_mono_count()
231 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.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()
Dxen-acpi-processor.c112 ret = HYPERVISOR_platform_op(&op); in push_cxx_to_hypervisor()
240 ret = HYPERVISOR_platform_op(&op); in push_pxx_to_hypervisor()
298 ret = HYPERVISOR_platform_op(&op); in get_max_acpi_id()
306 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.c199 cpu_id = HYPERVISOR_platform_op(&op); in xen_hotadd_cpu()
/Linux-v5.4/arch/x86/xen/
Defi.c56 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()
Dapic.c68 ret = HYPERVISOR_platform_op(&op); in xen_apic_read()
Denlighten_pv.c267 if ((HYPERVISOR_platform_op(&op) == 0) && in xen_check_mwait()
1136 ret = HYPERVISOR_platform_op(&op); in xen_boot_params_init_edd()
1154 ret = HYPERVISOR_platform_op(&op); in xen_boot_params_init_edd()
1370 if (HYPERVISOR_platform_op(&op) == 0) in xen_start_kernel()
Dtime.c124 ret = HYPERVISOR_platform_op(&op); in xen_pvclock_gtod_notify()
/Linux-v5.4/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-v5.4/include/xen/arm/
Dhypercall.h61 static inline int HYPERVISOR_platform_op(struct xen_platform_op *op) in HYPERVISOR_platform_op() function
/Linux-v5.4/arch/arm/xen/
Denlighten.c119 (void)HYPERVISOR_platform_op(&op); in xen_pvclock_gtod_notify()
/Linux-v5.4/arch/x86/include/asm/xen/
Dhypercall.h305 HYPERVISOR_platform_op(struct xen_platform_op *op) in HYPERVISOR_platform_op() function