Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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)
55 #define PSCI_1_0_FN64_SYSTEM_SUSPEND PSCI_0_2_FN64(14)
56 #define PSCI_1_1_FN64_SYSTEM_RESET2 PSCI_0_2_FN64(18)
/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.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)
53 #define PSCI_1_0_FN64_SYSTEM_SUSPEND PSCI_0_2_FN64(14)
/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.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)
53 #define PSCI_1_0_FN64_SYSTEM_SUSPEND PSCI_0_2_FN64(14)
/OK3568_Linux_fs/u-boot/include/linux/
H A Dpsci.h30 #define PSCI_0_2_FN64(n) (PSCI_0_2_FN64_BASE + (n)) macro
43 #define PSCI_0_2_FN64_CPU_SUSPEND PSCI_0_2_FN64(1)
44 #define PSCI_0_2_FN64_CPU_ON PSCI_0_2_FN64(3)
45 #define PSCI_0_2_FN64_AFFINITY_INFO PSCI_0_2_FN64(4)
46 #define PSCI_0_2_FN64_MIGRATE PSCI_0_2_FN64(5)
47 #define PSCI_0_2_FN64_MIGRATE_INFO_UP_CPU PSCI_0_2_FN64(7)
/OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/nvhe/
H A Dpsci-relay.c60 (PSCI_0_2_FN64(0) <= func_id && func_id <= PSCI_0_2_FN64(31)); in is_psci_0_2_call()