Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/kvm/aarch64/
Dpsci_test.c30 smccc_hvc(PSCI_0_2_FN64_CPU_ON, target_cpu, entry_addr, context_id, in psci_cpu_on()
41 smccc_hvc(PSCI_0_2_FN64_AFFINITY_INFO, target_affinity, lowest_affinity_level, in psci_affinity_info()
51 smccc_hvc(PSCI_1_0_FN64_SYSTEM_SUSPEND, entry_addr, context_id, in psci_system_suspend()
61 smccc_hvc(PSCI_1_0_FN_PSCI_FEATURES, func_id, 0, 0, 0, 0, 0, 0, &res); in psci_features()
Dhypercalls.c103 smccc_hvc(hc_info->func_id, hc_info->arg1, 0, 0, 0, 0, 0, 0, &res); in guest_test_hvc()
/linux-6.1.9/tools/testing/selftests/kvm/include/aarch64/
Dprocessor.h190 void smccc_hvc(uint32_t function_id, uint64_t arg0, uint64_t arg1,
/linux-6.1.9/tools/testing/selftests/kvm/
Dsteal_time.c119 smccc_hvc(func, arg, 0, 0, 0, 0, 0, 0, &res); in smccc()
/linux-6.1.9/tools/testing/selftests/kvm/lib/aarch64/
Dprocessor.c507 void smccc_hvc(uint32_t function_id, uint64_t arg0, uint64_t arg1, in smccc_hvc() function