Searched refs:function_id (Results 1 – 4 of 4) sorted by relevance
| /tools/testing/selftests/kvm/lib/riscv/ |
| A D | ucall.c | 20 switch (run->riscv_sbi.function_id) { in ucall_arch_get_ucall()
|
| /tools/testing/selftests/kvm/lib/arm64/ |
| A D | processor.c | 593 #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 D | processor.h | 285 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 D | kvm.h | 427 unsigned long function_id; member
|
Completed in 15 milliseconds