Symbol: xen_platform_op
arch/arm/xen/enlighten.c
105
struct xen_platform_op op;
arch/x86/include/asm/xen/hypercall.h
414
HYPERVISOR_platform_op(struct xen_platform_op *op)
arch/x86/xen/apic.c
41
struct xen_platform_op op = {
arch/x86/xen/efi.c
49
struct xen_platform_op op = {
arch/x86/xen/enlighten_pv.c
1262
struct xen_platform_op op;
arch/x86/xen/enlighten_pv.c
1522
struct xen_platform_op op = {
arch/x86/xen/enlighten_pv.c
174
struct xen_platform_op op = {
arch/x86/xen/enlighten_pv.c
301
struct xen_platform_op op = {
arch/x86/xen/enlighten_pvh.c
159
struct xen_platform_op op = {
arch/x86/xen/time.c
105
struct xen_platform_op op;
drivers/xen/acpi.c
45
struct xen_platform_op op = {
drivers/xen/efi.c
104
struct xen_platform_op op = INIT_EFI_OP(set_wakeup_time);
drivers/xen/efi.c
124
struct xen_platform_op op = INIT_EFI_OP(get_variable);
drivers/xen/efi.c
147
struct xen_platform_op op = INIT_EFI_OP(get_next_variable_name);
drivers/xen/efi.c
170
struct xen_platform_op op = INIT_EFI_OP(set_variable);
drivers/xen/efi.c
190
struct xen_platform_op op = INIT_EFI_OP(query_variable_info);
drivers/xen/efi.c
209
struct xen_platform_op op = INIT_EFI_OP(get_next_high_monotonic_count);
drivers/xen/efi.c
222
struct xen_platform_op op = INIT_EFI_OP(update_capsule);
drivers/xen/efi.c
241
struct xen_platform_op op = INIT_EFI_OP(query_capsule_capabilities);
drivers/xen/efi.c
301
struct xen_platform_op op;
drivers/xen/efi.c
308
op = (struct xen_platform_op) {
drivers/xen/efi.c
46
struct xen_platform_op op = INIT_EFI_OP(get_time);
drivers/xen/efi.c
68
struct xen_platform_op op = INIT_EFI_OP(set_time);
drivers/xen/efi.c
83
struct xen_platform_op op = INIT_EFI_OP(get_wakeup_time);
drivers/xen/pcpu.c
279
struct xen_platform_op op = {
drivers/xen/pcpu.c
409
struct xen_platform_op op = {
drivers/xen/pcpu.c
79
struct xen_platform_op op = {
drivers/xen/pcpu.c
90
struct xen_platform_op op = {
drivers/xen/xen-acpi-pad.c
26
struct xen_platform_op op;
drivers/xen/xen-acpi-pad.c
37
struct xen_platform_op op;
drivers/xen/xen-acpi-processor.c
206
struct xen_platform_op op = {
drivers/xen/xen-acpi-processor.c
288
struct xen_platform_op op = {
drivers/xen/xen-acpi-processor.c
53
struct xen_platform_op op = {
drivers/xen/xenfs/xensyms.c
17
struct xen_platform_op op;
include/xen/arm/hypercall.h
60
static inline int HYPERVISOR_platform_op(struct xen_platform_op *op)