Home
last modified time | relevance | path

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

/linux-6.6.21/arch/arm64/kvm/
Dsys_regs.c44 static u64 sys_reg_to_index(const struct sys_reg_desc *reg);
3485 static u64 sys_reg_to_index(const struct sys_reg_desc *reg) in sys_reg_to_index() function
3501 if (put_user(sys_reg_to_index(reg), *uind)) in copy_reg_to_user()
3562 if (put_user(sys_reg_to_index(&invariant_sys_regs[i]), uindices)) in kvm_arm_copy_sys_reg_indices()