Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/arm64/
H A Dpsci_test.c30 do_smccc(PSCI_0_2_FN64_CPU_ON, target_cpu, entry_addr, context_id, in psci_cpu_on()
41 do_smccc(PSCI_0_2_FN64_AFFINITY_INFO, target_affinity, lowest_affinity_level, in psci_affinity_info()
51 do_smccc(PSCI_1_0_FN64_SYSTEM_SUSPEND, entry_addr, context_id, in psci_system_suspend()
61 do_smccc(PSCI_1_3_FN64_SYSTEM_OFF2, type, cookie, 0, 0, 0, 0, 0, &res); in psci_system_off2()
70 do_smccc(PSCI_1_0_FN_PSCI_FEATURES, func_id, 0, 0, 0, 0, 0, 0, &res); in psci_features()
H A Dkvm-uuid.c28 do_smccc(ARM_SMCCC_VENDOR_HYP_CALL_UID_FUNC_ID, 0, 0, 0, 0, 0, 0, 0, &res); in guest_code()
H A Dhypercalls.c111 do_smccc(hc_info->func_id, hc_info->arg1, 0, 0, 0, 0, 0, 0, &res); in guest_test_hvc()
/linux/tools/testing/selftests/kvm/include/arm64/
H A Dprocessor.h383 #define do_smccc(...) \ macro
/linux/tools/testing/selftests/kvm/
H A Dsteal_time.c121 do_smccc(func, arg, 0, 0, 0, 0, 0, 0, &res); in smccc()