Searched refs:PSCI_0_2_FN64_CPU_ON (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/kvm/arm64/ |
| H A D | smccc_filter.c | 139 r = __set_smccc_filter(vm, PSCI_0_2_FN64_CPU_ON, 0, KVM_SMCCC_FILTER_DENY); in test_invalid_nr_functions() 165 r = __set_smccc_filter(vm, PSCI_0_2_FN64_CPU_ON, 1, -1); in test_reserved_action() 180 set_smccc_filter(vm, PSCI_0_2_FN64_CPU_ON, 1, KVM_SMCCC_FILTER_DENY); in test_filter_overlap() 182 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 do_smccc(PSCI_0_2_FN64_CPU_ON, target_cpu, entry_addr, context_id, in psci_cpu_on()
|
| /linux/arch/arm64/kvm/ |
| H A D | psci.c | 271 case PSCI_0_2_FN64_CPU_ON: in kvm_psci_0_2_call() 347 case PSCI_0_2_FN64_CPU_ON: in kvm_psci_1_x_call()
|
| /linux/include/uapi/linux/ |
| H A D | psci.h | 45 #define PSCI_0_2_FN64_CPU_ON PSCI_0_2_FN64(3) macro
|
| /linux/arch/arm64/kvm/hyp/nvhe/ |
| H A D | psci-relay.c | 258 case PSCI_0_2_FN64_CPU_ON: in psci_0_2_handler()
|