Lines Matching refs:coproc_reg

63 				       const struct coproc_reg *r,  in vcpu_cp15_reg64_set()
71 const struct coproc_reg *r) in vcpu_cp15_reg64_get()
103 static void reset_mpidr(struct kvm_vcpu *vcpu, const struct coproc_reg *r) in reset_mpidr()
118 const struct coproc_reg *r) in access_actlr()
130 const struct coproc_reg *r) in access_cbar()
140 const struct coproc_reg *r) in access_l2ctlr()
149 static void reset_l2ctlr(struct kvm_vcpu *vcpu, const struct coproc_reg *r) in reset_l2ctlr()
165 static void reset_actlr(struct kvm_vcpu *vcpu, const struct coproc_reg *r) in reset_actlr()
186 const struct coproc_reg *r) in access_l2ectlr()
200 const struct coproc_reg *r) in access_dcsw()
218 const struct coproc_reg *r) in access_vm_reg()
234 const struct coproc_reg *r) in access_gic_sgi()
270 const struct coproc_reg *r) in access_gic_sre()
282 const struct coproc_reg *r) in access_cntp_tval()
301 const struct coproc_reg *r) in access_cntp_ctl()
320 const struct coproc_reg *r) in access_cntp_cval()
350 const struct coproc_reg *r) in trap_raz_wi()
379 static const struct coproc_reg cp15_regs[] = {
511 static int check_reg_table(const struct coproc_reg *table, unsigned int n) in check_reg_table()
535 static const struct coproc_reg *get_target_table(unsigned target, size_t *num) in get_target_table()
558 const struct coproc_reg *r = elt; in match_reg()
563 static const struct coproc_reg *find_reg(const struct coproc_params *params, in find_reg()
564 const struct coproc_reg table[], in find_reg()
576 const struct coproc_reg *table, *r; in emulate_cp15()
654 const struct coproc_reg *table, size_t num, in reset_coproc_regs()
766 static const struct coproc_reg *index_to_coproc_reg(struct kvm_vcpu *vcpu, in index_to_coproc_reg()
770 const struct coproc_reg *table, *r; in index_to_coproc_reg()
802 const struct coproc_reg *r) \
810 ((struct coproc_reg *)r)->val = val; \
836 static struct coproc_reg invariant_cp15[] = {
888 const struct coproc_reg *r; in get_invariant_cp15()
912 const struct coproc_reg *r; in set_invariant_cp15()
1207 const struct coproc_reg *r; in kvm_arm_coproc_get_reg()
1236 const struct coproc_reg *r; in kvm_arm_coproc_set_reg()
1291 static u64 cp15_to_index(const struct coproc_reg *reg) in cp15_to_index()
1315 static bool copy_reg_to_user(const struct coproc_reg *reg, u64 __user **uind) in copy_reg_to_user()
1330 const struct coproc_reg *i1, *i2, *end1, *end2; in walk_cp15()
1443 const struct coproc_reg *table; in kvm_reset_coprocs()