Searched refs:psci_method (Results 1 – 1 of 1) sorted by relevance
30 int __efi_runtime_data psci_method; variable32 int psci_method __attribute__ ((section(".data"))); variable47 if (psci_method == PSCI_METHOD_SMC) in invoke_psci_fn()49 else if (psci_method == PSCI_METHOD_HVC) in invoke_psci_fn()89 psci_method = PSCI_METHOD_HVC; in psci_probe()91 psci_method = PSCI_METHOD_SMC; in psci_probe()
Completed in 3 milliseconds