Home
last modified time | relevance | path

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

/linux/arch/riscv/kernel/
H A Dptrace.c420 static const struct user_regset_view compat_riscv_user_native_view = { variable
441 static const struct user_regset_view compat_riscv_user_native_view = {}; variable
447 return &compat_riscv_user_native_view; in task_user_regset_view()