Searched refs:sys_reg_desc (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/arch/arm64/kvm/ |
D | sys_regs.h | 45 struct sys_reg_desc { struct 65 const struct sys_reg_desc *); argument 68 void (*reset)(struct kvm_vcpu *, const struct sys_reg_desc *); argument 77 int (*get_user)(struct kvm_vcpu *vcpu, const struct sys_reg_desc *rd, argument 79 int (*set_user)(struct kvm_vcpu *vcpu, const struct sys_reg_desc *rd, argument 84 const struct sys_reg_desc *rd); argument 126 const struct sys_reg_desc *r) in reset_unknown() 133 static inline void reset_val(struct kvm_vcpu *vcpu, const struct sys_reg_desc *r) in reset_val() 141 const struct sys_reg_desc *r) in sysreg_visibility() 150 const struct sys_reg_desc *r) in sysreg_hidden() [all …]
|
D | sys_regs.c | 42 static u64 sys_reg_to_index(const struct sys_reg_desc *reg); 46 const struct sys_reg_desc *r) in read_from_write_only() 56 const struct sys_reg_desc *r) in write_to_read_only() 110 const struct sys_reg_desc *r) in access_dcsw() 128 static void get_access_mask(const struct sys_reg_desc *r, u64 *mask, u64 *shift) in get_access_mask() 153 const struct sys_reg_desc *r) in access_vm_reg() 178 const struct sys_reg_desc *r) in access_actlr() 199 const struct sys_reg_desc *r) in access_gic_sgi() 244 const struct sys_reg_desc *r) in access_gic_sre() 255 const struct sys_reg_desc *r) in trap_raz_wi() [all …]
|
D | vgic-sys-reg-v3.c | 13 static int set_gic_ctlr(struct kvm_vcpu *vcpu, const struct sys_reg_desc *r, in set_gic_ctlr() 59 static int get_gic_ctlr(struct kvm_vcpu *vcpu, const struct sys_reg_desc *r, in get_gic_ctlr() 87 static int set_gic_pmr(struct kvm_vcpu *vcpu, const struct sys_reg_desc *r, in set_gic_pmr() 99 static int get_gic_pmr(struct kvm_vcpu *vcpu, const struct sys_reg_desc *r, in get_gic_pmr() 110 static int set_gic_bpr0(struct kvm_vcpu *vcpu, const struct sys_reg_desc *r, in set_gic_bpr0() 122 static int get_gic_bpr0(struct kvm_vcpu *vcpu, const struct sys_reg_desc *r, in get_gic_bpr0() 133 static int set_gic_bpr1(struct kvm_vcpu *vcpu, const struct sys_reg_desc *r, in set_gic_bpr1() 147 static int get_gic_bpr1(struct kvm_vcpu *vcpu, const struct sys_reg_desc *r, in get_gic_bpr1() 162 static int set_gic_grpen0(struct kvm_vcpu *vcpu, const struct sys_reg_desc *r, in set_gic_grpen0() 174 static int get_gic_grpen0(struct kvm_vcpu *vcpu, const struct sys_reg_desc *r, in get_gic_grpen0() [all …]
|
D | trace_handle_exit.h | 161 TP_PROTO(unsigned long vcpu_pc, struct sys_reg_params *params, const struct sys_reg_desc *reg),
|
/linux-6.1.9/arch/arm64/kvm/hyp/nvhe/ |
D | sys_regs.c | 250 struct sys_reg_desc const *r) in read_id_reg() 257 const struct sys_reg_desc *r) in pvm_access_raz_wi() 273 const struct sys_reg_desc *r) in pvm_access_id_aarch32() 299 const struct sys_reg_desc *r) in pvm_access_id_aarch64() 312 const struct sys_reg_desc *r) in pvm_gic_read_sre() 350 static const struct sys_reg_desc pvm_sys_reg_descs[] = { 482 const struct sys_reg_desc *r; in kvm_handle_pvm_sysreg()
|