Searched refs:sys_reg_desc (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/arch/arm64/kvm/ |
H A 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 137 const struct sys_reg_desc *r) in reset_unknown() 145 static inline u64 reset_val(struct kvm_vcpu *vcpu, const struct sys_reg_desc *r) in reset_val() 154 const struct sys_reg_desc *r) in sysreg_visibility() 163 const struct sys_reg_desc *r) in sysreg_hidden() [all …]
|
H A D | sys_regs.c | 45 static u64 sys_reg_to_index(const struct sys_reg_desc *reg); 46 static int set_id_reg(struct kvm_vcpu *vcpu, const struct sys_reg_desc *rd, 51 const struct sys_reg_desc *r) in read_from_write_only() 61 const struct sys_reg_desc *r) in write_to_read_only() 184 const struct sys_reg_desc *r) in access_rw() 199 const struct sys_reg_desc *r) in access_dcsw() 219 const struct sys_reg_desc *r) in access_dcgsw() 230 static void get_access_mask(const struct sys_reg_desc *r, u64 *mask, u64 *shift) in get_access_mask() 255 const struct sys_reg_desc *r) in access_vm_reg() 280 const struct sys_reg_desc *r) in access_actlr() [all …]
|
H A 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 …]
|
H A D | nested.c | 27 const struct sys_reg_desc *r) in access_nested_id_reg()
|
H A D | trace_handle_exit.h | 161 TP_PROTO(unsigned long vcpu_pc, struct sys_reg_params *params, const struct sys_reg_desc *reg),
|
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/ |
H A 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()
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | kvm_nested.h | 17 struct sys_reg_desc; 20 const struct sys_reg_desc *r);
|