Home
last modified time | relevance | path

Searched refs:sys_reg_desc (Results 1 – 7 of 7) sorted by relevance

/linux/arch/arm64/kvm/
H A Dsys_regs.h52 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 …]
H A Dvgic-sys-reg-v3.c13 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 Dsys_regs.c47 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 …]
H A Dtrace_handle_exit.h161 TP_PROTO(unsigned long vcpu_pc, struct sys_reg_params *params, const struct sys_reg_desc *reg),
H A Demulate-nested.c2037 int __init populate_sysreg_config(const struct sys_reg_desc *sr, in populate_sysreg_config()
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dsys_regs.c244 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/arch/arm64/include/asm/
H A Dkvm_host.h1199 struct sys_reg_desc;
1200 int __init populate_sysreg_config(const struct sys_reg_desc *sr,