Home
last modified time | relevance | path

Searched refs:do_riscv_hwprobe (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/riscv/kernel/
H A Dsys_riscv.c230 static int do_riscv_hwprobe(struct riscv_hwprobe __user *pairs, in do_riscv_hwprobe() function
335 return do_riscv_hwprobe(pairs, pair_count, cpu_count, in SYSCALL_DEFINE5()
/openbmc/qemu/linux-user/
H A Dsyscall.c9040 static abi_long do_riscv_hwprobe(CPUArchState *cpu_env, abi_long arg1, in do_riscv_hwprobe() function
13762 return do_riscv_hwprobe(cpu_env, arg1, arg2, arg3, arg4, arg5); in _syscall2()