Lines Matching refs:sys_reg_desc
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
88 const struct sys_reg_desc *r) in reset_unknown()
95 static inline void reset_val(struct kvm_vcpu *vcpu, const struct sys_reg_desc *r) in reset_val()
102 static inline int cmp_sys_reg(const struct sys_reg_desc *i1, in cmp_sys_reg()
103 const struct sys_reg_desc *i2) in cmp_sys_reg()
121 const struct sys_reg_desc *find_reg_by_id(u64 id,
123 const struct sys_reg_desc table[],