Searched refs:sys_reg_desc (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/arch/arm64/kvm/ |
D | sys_regs.h | 52 struct sys_reg_desc { struct 72 const struct sys_reg_desc *); argument 78 u64 (*reset)(struct kvm_vcpu *, const struct sys_reg_desc *); argument 87 int (*get_user)(struct kvm_vcpu *vcpu, const struct sys_reg_desc *rd, argument 89 int (*set_user)(struct kvm_vcpu *vcpu, const struct sys_reg_desc *rd, argument 94 const struct sys_reg_desc *rd); argument 136 const struct sys_reg_desc *r) in reset_unknown() 144 static inline u64 reset_val(struct kvm_vcpu *vcpu, const struct sys_reg_desc *r) in reset_val() 153 const struct sys_reg_desc *r) in sysreg_visibility() 162 const struct sys_reg_desc *r) in sysreg_hidden() [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 | sys_regs.c | 47 static u64 sys_reg_to_index(const struct sys_reg_desc *reg); 48 static int set_id_reg(struct kvm_vcpu *vcpu, const struct sys_reg_desc *rd, 52 const struct sys_reg_desc *r) in undef_access() 60 const struct sys_reg_desc *r, in bad_trap() 70 const struct sys_reg_desc *r) in read_from_write_only() 78 const struct sys_reg_desc *r) in write_to_read_only() 319 const struct sys_reg_desc *r) in access_rw() 334 const struct sys_reg_desc *r) in access_dcsw() 354 const struct sys_reg_desc *r) in access_dcgsw() 363 static void get_access_mask(const struct sys_reg_desc *r, u64 *mask, u64 *shift) in get_access_mask() [all …]
|
D | trace_handle_exit.h | 161 TP_PROTO(unsigned long vcpu_pc, struct sys_reg_params *params, const struct sys_reg_desc *reg),
|
D | emulate-nested.c | 2037 int __init populate_sysreg_config(const struct sys_reg_desc *sr, in populate_sysreg_config()
|
/linux-6.12.1/arch/arm64/kvm/hyp/nvhe/ |
D | sys_regs.c | 244 struct sys_reg_desc const *r) in read_id_reg() 251 const struct sys_reg_desc *r) in pvm_access_raz_wi() 267 const struct sys_reg_desc *r) in pvm_access_id_aarch32() 293 const struct sys_reg_desc *r) in pvm_access_id_aarch64() 306 const struct sys_reg_desc *r) in pvm_gic_read_sre() 344 static const struct sys_reg_desc pvm_sys_reg_descs[] = { 476 const struct sys_reg_desc *r; in kvm_handle_pvm_sysreg()
|
/linux-6.12.1/arch/arm64/include/asm/ |
D | kvm_host.h | 1206 struct sys_reg_desc; 1207 int __init populate_sysreg_config(const struct sys_reg_desc *sr,
|