Lines Matching refs:coproc_reg

75 				       const struct coproc_reg *r,  in vcpu_cp15_reg64_set()
83 const struct coproc_reg *r) in vcpu_cp15_reg64_get()
115 static void reset_mpidr(struct kvm_vcpu *vcpu, const struct coproc_reg *r) in reset_mpidr()
130 const struct coproc_reg *r) in access_actlr()
142 const struct coproc_reg *r) in access_cbar()
152 const struct coproc_reg *r) in access_l2ctlr()
161 static void reset_l2ctlr(struct kvm_vcpu *vcpu, const struct coproc_reg *r) in reset_l2ctlr()
177 static void reset_actlr(struct kvm_vcpu *vcpu, const struct coproc_reg *r) in reset_actlr()
198 const struct coproc_reg *r) in access_l2ectlr()
212 const struct coproc_reg *r) in access_dcsw()
230 const struct coproc_reg *r) in access_vm_reg()
246 const struct coproc_reg *r) in access_gic_sgi()
282 const struct coproc_reg *r) in access_gic_sre()
294 const struct coproc_reg *r) in access_cntp_tval()
312 const struct coproc_reg *r) in access_cntp_ctl()
329 const struct coproc_reg *r) in access_cntp_cval()
357 const struct coproc_reg *r) in trap_raz_wi()
386 static const struct coproc_reg cp15_regs[] = {
518 static int check_reg_table(const struct coproc_reg *table, unsigned int n) in check_reg_table()
542 static const struct coproc_reg *get_target_table(unsigned target, size_t *num) in get_target_table()
565 const struct coproc_reg *r = elt; in match_reg()
570 static const struct coproc_reg *find_reg(const struct coproc_params *params, in find_reg()
571 const struct coproc_reg table[], in find_reg()
583 const struct coproc_reg *table, *r; in emulate_cp15()
661 const struct coproc_reg *table, size_t num) in reset_coproc_regs()
764 static const struct coproc_reg *index_to_coproc_reg(struct kvm_vcpu *vcpu, in index_to_coproc_reg()
768 const struct coproc_reg *table, *r; in index_to_coproc_reg()
800 const struct coproc_reg *r) \
808 ((struct coproc_reg *)r)->val = val; \
834 static struct coproc_reg invariant_cp15[] = {
886 const struct coproc_reg *r; in get_invariant_cp15()
910 const struct coproc_reg *r; in set_invariant_cp15()
1205 const struct coproc_reg *r; in kvm_arm_coproc_get_reg()
1234 const struct coproc_reg *r; in kvm_arm_coproc_set_reg()
1289 static u64 cp15_to_index(const struct coproc_reg *reg) in cp15_to_index()
1313 static bool copy_reg_to_user(const struct coproc_reg *reg, u64 __user **uind) in copy_reg_to_user()
1328 const struct coproc_reg *i1, *i2, *end1, *end2; in walk_cp15()
1441 const struct coproc_reg *table; in kvm_reset_coprocs()