Home
last modified time | relevance | path

Searched refs:function_id (Results 1 – 4 of 4) sorted by relevance

/tools/testing/selftests/kvm/lib/riscv/
A Ducall.c20 switch (run->riscv_sbi.function_id) { in ucall_arch_get_ucall()
/tools/testing/selftests/kvm/lib/arm64/
A Dprocessor.c593 #define __smccc_call(insn, function_id, arg0, arg1, arg2, arg3, arg4, arg5, \ argument
610 : [function_id] "r"(function_id), [arg0] "r"(arg0), \
616 void smccc_hvc(uint32_t function_id, uint64_t arg0, uint64_t arg1, in smccc_hvc() argument
620 __smccc_call(hvc, function_id, arg0, arg1, arg2, arg3, arg4, arg5, in smccc_hvc()
624 void smccc_smc(uint32_t function_id, uint64_t arg0, uint64_t arg1, in smccc_smc() argument
628 __smccc_call(smc, function_id, arg0, arg1, arg2, arg3, arg4, arg5, in smccc_smc()
/tools/testing/selftests/kvm/include/arm64/
A Dprocessor.h285 void smccc_hvc(uint32_t function_id, uint64_t arg0, uint64_t arg1,
296 void smccc_smc(uint32_t function_id, uint64_t arg0, uint64_t arg1,
/tools/include/uapi/linux/
A Dkvm.h427 unsigned long function_id; member

Completed in 13 milliseconds