Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/arch/arm64/kvm/
Dsys_regs.c1602 static bool copy_reg_to_user(const struct sys_reg_desc *reg, u64 __user **uind) in copy_reg_to_user() function
1636 if (!copy_reg_to_user(i1, &uind)) in walk_sys_regs()
1643 if (!copy_reg_to_user(i2, &uind)) in walk_sys_regs()