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(u32 function_id, u64 arg0, u64 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.c648 void smccc_hvc(u32 function_id, u64 arg0, u64 arg1, in smccc_hvc() function