Searched refs:psci_boot_args (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dpsci-relay.c27 struct psci_boot_args { struct
37 ((struct psci_boot_args){ \
41 static DEFINE_PER_CPU(struct psci_boot_args, cpu_on_args) = PSCI_BOOT_ARGS_INIT;
42 static DEFINE_PER_CPU(struct psci_boot_args, suspend_args) = PSCI_BOOT_ARGS_INIT;
94 static __always_inline bool try_acquire_boot_args(struct psci_boot_args *args)
102 static __always_inline void release_boot_args(struct psci_boot_args *args)
114 struct psci_boot_args *boot_args;
157 struct psci_boot_args *boot_args;
184 struct psci_boot_args *boot_args;
205 struct psci_boot_args *boot_arg
[all...]

Completed in 130 milliseconds