Searched refs:PSCI_0_2_FN64_CPU_ON (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/tools/testing/selftests/kvm/aarch64/ |
H A D | smccc_filter.c | 126 r = __set_smccc_filter(vm, PSCI_0_2_FN64_CPU_ON, 0, KVM_SMCCC_FILTER_DENY); in test_invalid_nr_functions() 152 r = __set_smccc_filter(vm, PSCI_0_2_FN64_CPU_ON, 1, -1); in test_reserved_action() 167 set_smccc_filter(vm, PSCI_0_2_FN64_CPU_ON, 1, KVM_SMCCC_FILTER_DENY); in test_filter_overlap() 169 r = __set_smccc_filter(vm, PSCI_0_2_FN64_CPU_ON, 1, KVM_SMCCC_FILTER_DENY); in test_filter_overlap()
|
H A D | psci_test.c | 30 smccc_hvc(PSCI_0_2_FN64_CPU_ON, target_cpu, entry_addr, context_id, in psci_cpu_on()
|
/openbmc/u-boot/include/linux/ |
H A D | psci.h | 44 #define PSCI_0_2_FN64_CPU_ON PSCI_0_2_FN64(3) macro
|
/openbmc/linux/arch/arm64/kvm/ |
H A D | psci.c | 265 case PSCI_0_2_FN64_CPU_ON: in kvm_psci_0_2_call() 341 case PSCI_0_2_FN64_CPU_ON: in kvm_psci_1_x_call()
|
/openbmc/linux/include/uapi/linux/ |
H A D | psci.h | 45 #define PSCI_0_2_FN64_CPU_ON PSCI_0_2_FN64(3) macro
|
/openbmc/qemu/linux-headers/linux/ |
H A D | psci.h | 45 #define PSCI_0_2_FN64_CPU_ON PSCI_0_2_FN64(3) macro
|
/openbmc/qemu/target/arm/ |
H A D | kvm-consts.h | 87 MISMATCH_CHECK(QEMU_PSCI_0_2_FN64_CPU_ON, PSCI_0_2_FN64_CPU_ON);
|
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/ |
H A D | psci-relay.c | 255 case PSCI_0_2_FN64_CPU_ON: in psci_0_2_handler()
|