Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/kvm/aarch64/
H A 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()
H A Dhypercalls.c102 smccc_hvc(hc_info->func_id, hc_info->arg1, 0, 0, 0, 0, 0, 0, &res); in guest_test_hvc()
H A Dsmccc_filter.c35 smccc_hvc(func_id, 0, 0, 0, 0, 0, 0, 0, &res); in guest_main()
/openbmc/linux/tools/testing/selftests/kvm/include/aarch64/
H A Dprocessor.h213 void smccc_hvc(uint32_t function_id, uint64_t arg0, uint64_t arg1,
/openbmc/linux/tools/testing/selftests/kvm/
H A Dsteal_time.c119 smccc_hvc(func, arg, 0, 0, 0, 0, 0, 0, &res); in smccc()
/openbmc/linux/tools/testing/selftests/kvm/lib/aarch64/
H A Dprocessor.c553 void smccc_hvc(uint32_t function_id, uint64_t arg0, uint64_t arg1, in smccc_hvc() function