Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/kvm/
Dcoproc.c1120 static bool copy_reg_to_user(const struct coproc_reg *reg, u64 __user **uind) in copy_reg_to_user() function
1154 if (!copy_reg_to_user(i1, &uind)) in walk_cp15()
1161 if (!copy_reg_to_user(i2, &uind)) in walk_cp15()
/linux-4.1.27/arch/arm64/kvm/
Dsys_regs.c1365 static bool copy_reg_to_user(const struct sys_reg_desc *reg, u64 __user **uind) in copy_reg_to_user() function
1399 if (!copy_reg_to_user(i1, &uind)) in walk_sys_regs()
1406 if (!copy_reg_to_user(i2, &uind)) in walk_sys_regs()