Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/kvm/
Dcoproc.c1313 static bool copy_reg_to_user(const struct coproc_reg *reg, u64 __user **uind) in copy_reg_to_user() function
1347 if (!copy_reg_to_user(i1, &uind)) in walk_cp15()
1354 if (!copy_reg_to_user(i2, &uind)) in walk_cp15()
/Linux-v4.19/arch/arm64/kvm/
Dsys_regs.c2425 static bool copy_reg_to_user(const struct sys_reg_desc *reg, u64 __user **uind) in copy_reg_to_user() function
2448 if (!copy_reg_to_user(rd, uind)) in walk_one_sys_reg()