Home
last modified time | relevance | path

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 Dsmccc_filter.c126 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 Dpsci_test.c30 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 Dpsci.h44 #define PSCI_0_2_FN64_CPU_ON PSCI_0_2_FN64(3) macro
/openbmc/linux/arch/arm64/kvm/
H A Dpsci.c265 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 Dpsci.h45 #define PSCI_0_2_FN64_CPU_ON PSCI_0_2_FN64(3) macro
/openbmc/qemu/linux-headers/linux/
H A Dpsci.h45 #define PSCI_0_2_FN64_CPU_ON PSCI_0_2_FN64(3) macro
/openbmc/qemu/target/arm/
H A Dkvm-consts.h87 MISMATCH_CHECK(QEMU_PSCI_0_2_FN64_CPU_ON, PSCI_0_2_FN64_CPU_ON);
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dpsci-relay.c255 case PSCI_0_2_FN64_CPU_ON: in psci_0_2_handler()