Searched refs:sys_reg_to_index (Results 1 – 1 of 1) sorted by relevance
1169 static u64 sys_reg_to_index(const struct sys_reg_desc *reg);1185 const u64 id = sys_reg_to_index(rd); in set_id_aa64pfr0_el1()1234 const u64 id = sys_reg_to_index(rd); in __get_id_reg()1244 const u64 id = sys_reg_to_index(rd); in __set_id_reg()1284 const u64 id = sys_reg_to_index(rd); in get_raz_reg()1297 err = reg_from_user(&val, uaddr, sys_reg_to_index(rd)); in set_wi_reg()2728 static u64 sys_reg_to_index(const struct sys_reg_desc *reg) in sys_reg_to_index() function2744 if (put_user(sys_reg_to_index(reg), *uind)) in copy_reg_to_user()2805 if (put_user(sys_reg_to_index(&invariant_sys_regs[i]), uindices)) in kvm_arm_copy_sys_reg_indices()
Completed in 8 milliseconds