Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/include/arm64/
H A Dprocessor.h290 void smccc_hvc(uint32_t function_id, uint64_t arg0, uint64_t arg1,
388 smccc_hvc(__VA_ARGS__); \
/linux/tools/testing/selftests/kvm/arm64/
H A Dsmccc_filter.c47 smccc_hvc(func_id, 0, 0, 0, 0, 0, 0, 0, &res); in guest_main()
/linux/tools/testing/selftests/kvm/lib/arm64/
H A Dprocessor.c649 void smccc_hvc(uint32_t function_id, uint64_t arg0, uint64_t arg1, in smccc_hvc() function