Home
last modified time | relevance | path

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

/Linux-v6.1/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 …]
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()
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()
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()
Dacpi.c61 HYPERVISOR_platform_op(&op); in xen_acpi_notify_hypervisor_state()
/Linux-v6.1/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.c66 ret = HYPERVISOR_platform_op(&op); in xen_apic_read()
Denlighten_pv.c246 if ((HYPERVISOR_platform_op(&op) == 0) && in xen_check_mwait()
1176 ret = HYPERVISOR_platform_op(&op); in xen_boot_params_init_edd()
1194 ret = HYPERVISOR_platform_op(&op); in xen_boot_params_init_edd()
1394 if (HYPERVISOR_platform_op(&op) == 0) in xen_start_kernel()
Dtime.c125 ret = HYPERVISOR_platform_op(&op); in xen_pvclock_gtod_notify()
/Linux-v6.1/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-v6.1/include/xen/arm/
Dhypercall.h60 static inline int HYPERVISOR_platform_op(struct xen_platform_op *op) in HYPERVISOR_platform_op() function
/Linux-v6.1/arch/x86/include/asm/xen/
Dhypercall.h407 HYPERVISOR_platform_op(struct xen_platform_op *op) in HYPERVISOR_platform_op() function
/Linux-v6.1/arch/arm/xen/
Denlighten.c125 (void)HYPERVISOR_platform_op(&op); in xen_pvclock_gtod_notify()