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

/linux-master/include/uapi/linux/
H A Dpsci.h31 #define PSCI_0_2_FN64(n) (PSCI_0_2_FN64_BASE + (n)) macro
44 #define PSCI_0_2_FN64_CPU_SUSPEND PSCI_0_2_FN64(1)
45 #define PSCI_0_2_FN64_CPU_ON PSCI_0_2_FN64(3)
46 #define PSCI_0_2_FN64_AFFINITY_INFO PSCI_0_2_FN64(4)
47 #define PSCI_0_2_FN64_MIGRATE PSCI_0_2_FN64(5)
48 #define PSCI_0_2_FN64_MIGRATE_INFO_UP_CPU PSCI_0_2_FN64(7)
63 #define PSCI_1_0_FN64_CPU_DEFAULT_SUSPEND PSCI_0_2_FN64(12)
64 #define PSCI_1_0_FN64_NODE_HW_STATE PSCI_0_2_FN64(13)
65 #define PSCI_1_0_FN64_SYSTEM_SUSPEND PSCI_0_2_FN64(14)
66 #define PSCI_1_0_FN64_STAT_RESIDENCY PSCI_0_2_FN64(1
[all...]
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dpsci-relay.c60 (PSCI_0_2_FN64(0) <= func_id && func_id <= PSCI_0_2_FN64(31));

Completed in 197 milliseconds