Home
last modified time | relevance | path

Searched refs:PSCI_0_2_FN (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/linux/
A Dpsci.h27 #define PSCI_0_2_FN(n) (PSCI_0_2_FN_BASE + (n)) macro
33 #define PSCI_0_2_FN_PSCI_VERSION PSCI_0_2_FN(0)
34 #define PSCI_0_2_FN_CPU_SUSPEND PSCI_0_2_FN(1)
35 #define PSCI_0_2_FN_CPU_OFF PSCI_0_2_FN(2)
36 #define PSCI_0_2_FN_CPU_ON PSCI_0_2_FN(3)
37 #define PSCI_0_2_FN_AFFINITY_INFO PSCI_0_2_FN(4)
38 #define PSCI_0_2_FN_MIGRATE PSCI_0_2_FN(5)
41 #define PSCI_0_2_FN_SYSTEM_OFF PSCI_0_2_FN(8)
42 #define PSCI_0_2_FN_SYSTEM_RESET PSCI_0_2_FN(9)
50 #define PSCI_1_0_FN_PSCI_FEATURES PSCI_0_2_FN(10)
[all …]
/linux/arch/arm64/kvm/hyp/nvhe/
A Dpsci-relay.c59 return (PSCI_0_2_FN(0) <= func_id && func_id <= PSCI_0_2_FN(31)) || in is_psci_0_2_call()

Completed in 4 milliseconds