Searched refs:function_id (Results 1 – 4 of 4) sorted by relevance
| /tools/testing/selftests/kvm/lib/riscv/ |
| D | ucall.c | 20 switch (run->riscv_sbi.function_id) { in ucall_arch_get_ucall()
|
| /tools/testing/selftests/kvm/lib/aarch64/ |
| D | processor.c | 585 #define __smccc_call(insn, function_id, arg0, arg1, arg2, arg3, arg4, arg5, \ argument 602 : [function_id] "r"(function_id), [arg0] "r"(arg0), \ 608 void smccc_hvc(uint32_t function_id, uint64_t arg0, uint64_t arg1, in smccc_hvc() argument 612 __smccc_call(hvc, function_id, arg0, arg1, arg2, arg3, arg4, arg5, in smccc_hvc() 616 void smccc_smc(uint32_t function_id, uint64_t arg0, uint64_t arg1, in smccc_smc() argument 620 __smccc_call(smc, function_id, arg0, arg1, arg2, arg3, arg4, arg5, in smccc_smc()
|
| /tools/testing/selftests/kvm/include/aarch64/ |
| D | processor.h | 231 void smccc_hvc(uint32_t function_id, uint64_t arg0, uint64_t arg1, 242 void smccc_smc(uint32_t function_id, uint64_t arg0, uint64_t arg1,
|
| /tools/include/uapi/linux/ |
| D | kvm.h | 426 unsigned long function_id; member
|