Home
last modified time | relevance | path

Searched refs:xen_platform_op (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/drivers/xen/
Defi.c43 struct xen_platform_op op = INIT_EFI_OP(get_time); in xen_efi_get_time()
65 struct xen_platform_op op = INIT_EFI_OP(set_time); in xen_efi_set_time()
80 struct xen_platform_op op = INIT_EFI_OP(get_wakeup_time); in xen_efi_get_wakeup_time()
101 struct xen_platform_op op = INIT_EFI_OP(set_wakeup_time); in xen_efi_set_wakeup_time()
123 struct xen_platform_op op = INIT_EFI_OP(get_variable); in xen_efi_get_variable()
146 struct xen_platform_op op = INIT_EFI_OP(get_next_variable_name); in xen_efi_get_next_variable()
171 struct xen_platform_op op = INIT_EFI_OP(set_variable); in xen_efi_set_variable()
192 struct xen_platform_op op = INIT_EFI_OP(query_variable_info); in xen_efi_query_variable_info()
211 struct xen_platform_op op = INIT_EFI_OP(get_next_high_monotonic_count); in xen_efi_get_next_high_mono_count()
225 struct xen_platform_op op = INIT_EFI_OP(update_capsule); in xen_efi_update_capsule()
[all …]
Dpcpu.c75 struct xen_platform_op op = { in xen_pcpu_down()
86 struct xen_platform_op op = { in xen_pcpu_up()
274 struct xen_platform_op op = { in sync_pcpu()
362 struct xen_platform_op op; in xen_pcpu_id()
Dxen-acpi-pad.c33 struct xen_platform_op op; in xen_acpi_pad_idle_cpus()
44 struct xen_platform_op op; in xen_acpi_pad_idle_cpus_num()
Dacpi.c44 struct xen_platform_op op = { in xen_acpi_notify_hypervisor_state()
Dxen-acpi-processor.c59 struct xen_platform_op op = { in push_cxx_to_hypervisor()
213 struct xen_platform_op op = { in push_pxx_to_hypervisor()
295 struct xen_platform_op op = { in get_max_acpi_id()
Dxen-acpi-cpuhotplug.c194 struct xen_platform_op op; in xen_hotadd_cpu()
Dxen-acpi-memhotplug.c51 struct xen_platform_op op; in xen_hotadd_memory()
/linux-4.1.27/arch/x86/xen/
Dapic.c45 struct xen_platform_op op = { in xen_apic_read()
Denlighten.c358 struct xen_platform_op op = { in xen_check_mwait()
1350 struct xen_platform_op op; in xen_boot_params_init_edd()
1680 struct xen_platform_op op = { in xen_start_kernel()
Dtime.c199 struct xen_platform_op op; in xen_pvclock_gtod_notify()
/linux-4.1.27/include/xen/interface/
Dplatform.h477 struct xen_platform_op { struct
/linux-4.1.27/arch/x86/include/asm/xen/
Dhypercall.h313 HYPERVISOR_dom0_op(struct xen_platform_op *platform_op) in HYPERVISOR_dom0_op()