Searched refs:sys_reg_desc (Results 1 – 4 of 4) sorted by relevance
| /linux-4.4.14/arch/arm64/kvm/ |
| D | sys_regs.h | 37 struct sys_reg_desc { struct 48 const struct sys_reg_desc *); argument 51 void (*reset)(struct kvm_vcpu *, const struct sys_reg_desc *); argument 60 int (*get_user)(struct kvm_vcpu *vcpu, const struct sys_reg_desc *rd, argument 62 int (*set_user)(struct kvm_vcpu *vcpu, const struct sys_reg_desc *rd, argument 106 const struct sys_reg_desc *r) in reset_unknown() 113 static inline void reset_val(struct kvm_vcpu *vcpu, const struct sys_reg_desc *r) in reset_val() 120 static inline int cmp_sys_reg(const struct sys_reg_desc *i1, in cmp_sys_reg() 121 const struct sys_reg_desc *i2) in cmp_sys_reg()
|
| D | sys_regs.c | 82 const struct sys_reg_desc *r) in access_dcsw() 98 const struct sys_reg_desc *r) in access_vm_reg() 124 const struct sys_reg_desc *r) in access_gic_sgi() 136 const struct sys_reg_desc *r) in trap_raz_wi() 146 const struct sys_reg_desc *r) in trap_oslsr_el1() 158 const struct sys_reg_desc *r) in trap_dbgauthstatus_el1() 199 const struct sys_reg_desc *r) in trap_debug_regs() 248 const struct sys_reg_desc *rd) in trap_bvr() 262 static int set_bvr(struct kvm_vcpu *vcpu, const struct sys_reg_desc *rd, in set_bvr() 272 static int get_bvr(struct kvm_vcpu *vcpu, const struct sys_reg_desc *rd, in get_bvr() [all …]
|
| D | sys_regs_generic_v8.c | 35 const struct sys_reg_desc *r) in access_actlr() 44 static void reset_actlr(struct kvm_vcpu *vcpu, const struct sys_reg_desc *r) in reset_actlr() 56 static const struct sys_reg_desc genericv8_sys_regs[] = { 62 static const struct sys_reg_desc genericv8_cp15_regs[] = {
|
| /linux-4.4.14/arch/arm64/include/asm/ |
| D | kvm_coproc.h | 29 const struct sys_reg_desc *table;
|