Lines Matching refs:coproc_reg

54 				       const struct coproc_reg *r,  in vcpu_cp15_reg64_set()
62 const struct coproc_reg *r) in vcpu_cp15_reg64_get()
100 static void reset_mpidr(struct kvm_vcpu *vcpu, const struct coproc_reg *r) in reset_mpidr()
115 const struct coproc_reg *r) in access_actlr()
127 const struct coproc_reg *r) in access_cbar()
137 const struct coproc_reg *r) in access_l2ctlr()
146 static void reset_l2ctlr(struct kvm_vcpu *vcpu, const struct coproc_reg *r) in reset_l2ctlr()
162 static void reset_actlr(struct kvm_vcpu *vcpu, const struct coproc_reg *r) in reset_actlr()
183 const struct coproc_reg *r) in access_l2ectlr()
197 const struct coproc_reg *r) in access_dcsw()
215 const struct coproc_reg *r) in access_vm_reg()
240 const struct coproc_reg *r) in pm_fake()
269 static const struct coproc_reg cp15_regs[] = {
399 static const struct coproc_reg *get_target_table(unsigned target, size_t *num) in get_target_table()
408 static const struct coproc_reg *find_reg(const struct coproc_params *params, in find_reg()
409 const struct coproc_reg table[], in find_reg()
415 const struct coproc_reg *r = &table[i]; in find_reg()
437 const struct coproc_reg *table, *r; in emulate_cp15()
491 const struct coproc_reg *table, size_t num) in reset_coproc_regs()
571 static const struct coproc_reg *index_to_coproc_reg(struct kvm_vcpu *vcpu, in index_to_coproc_reg()
575 const struct coproc_reg *table, *r; in index_to_coproc_reg()
607 const struct coproc_reg *r) \
615 ((struct coproc_reg *)r)->val = val; \
641 static struct coproc_reg invariant_cp15[] = {
693 const struct coproc_reg *r; in get_invariant_cp15()
717 const struct coproc_reg *r; in set_invariant_cp15()
1012 const struct coproc_reg *r; in kvm_arm_coproc_get_reg()
1041 const struct coproc_reg *r; in kvm_arm_coproc_set_reg()
1096 static u64 cp15_to_index(const struct coproc_reg *reg) in cp15_to_index()
1120 static bool copy_reg_to_user(const struct coproc_reg *reg, u64 __user **uind) in copy_reg_to_user()
1135 const struct coproc_reg *i1, *i2, *end1, *end2; in walk_cp15()
1248 const struct coproc_reg *table; in kvm_reset_coprocs()