Searched refs:smccc_hvc (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/tools/testing/selftests/kvm/aarch64/ |
D | psci_test.c | 30 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()
|
D | hypercalls.c | 103 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/ |
D | processor.h | 190 void smccc_hvc(uint32_t function_id, uint64_t arg0, uint64_t arg1,
|
/linux-6.1.9/tools/testing/selftests/kvm/ |
D | steal_time.c | 119 smccc_hvc(func, arg, 0, 0, 0, 0, 0, 0, &res); in smccc()
|
/linux-6.1.9/tools/testing/selftests/kvm/lib/aarch64/ |
D | processor.c | 507 void smccc_hvc(uint32_t function_id, uint64_t arg0, uint64_t arg1, in smccc_hvc() function
|