Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H 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)
39 #define PSCI_0_2_FN_MIGRATE_INFO_TYPE PSCI_0_2_FN(6)
40 #define PSCI_0_2_FN_MIGRATE_INFO_UP_CPU PSCI_0_2_FN(7)
41 #define PSCI_0_2_FN_SYSTEM_OFF PSCI_0_2_FN(8)
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H 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)
39 #define PSCI_0_2_FN_MIGRATE_INFO_TYPE PSCI_0_2_FN(6)
40 #define PSCI_0_2_FN_MIGRATE_INFO_UP_CPU PSCI_0_2_FN(7)
41 #define PSCI_0_2_FN_SYSTEM_OFF PSCI_0_2_FN(8)
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H 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)
39 #define PSCI_0_2_FN_MIGRATE_INFO_TYPE PSCI_0_2_FN(6)
40 #define PSCI_0_2_FN_MIGRATE_INFO_UP_CPU PSCI_0_2_FN(7)
41 #define PSCI_0_2_FN_SYSTEM_OFF PSCI_0_2_FN(8)
[all …]
/OK3568_Linux_fs/u-boot/include/linux/
H A Dpsci.h26 #define PSCI_0_2_FN(n) (PSCI_0_2_FN_BASE + (n)) macro
32 #define PSCI_0_2_FN_PSCI_VERSION PSCI_0_2_FN(0)
33 #define PSCI_0_2_FN_CPU_SUSPEND PSCI_0_2_FN(1)
34 #define PSCI_0_2_FN_CPU_OFF PSCI_0_2_FN(2)
35 #define PSCI_0_2_FN_CPU_ON PSCI_0_2_FN(3)
36 #define PSCI_0_2_FN_AFFINITY_INFO PSCI_0_2_FN(4)
37 #define PSCI_0_2_FN_MIGRATE PSCI_0_2_FN(5)
38 #define PSCI_0_2_FN_MIGRATE_INFO_TYPE PSCI_0_2_FN(6)
39 #define PSCI_0_2_FN_MIGRATE_INFO_UP_CPU PSCI_0_2_FN(7)
40 #define PSCI_0_2_FN_SYSTEM_OFF PSCI_0_2_FN(8)
[all …]
/OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/nvhe/
H 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()