Home
last modified time | relevance | path

Searched refs:sys_reg_desc (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-6.6/arch/arm64/kvm/
H A Dsys_regs.h52 struct sys_reg_desc { struct
72 const struct sys_reg_desc *);
78 u64 (*reset)(struct kvm_vcpu *, const struct sys_reg_desc *);
87 int (*get_user)(struct kvm_vcpu *vcpu, const struct sys_reg_desc *rd,
89 int (*set_user)(struct kvm_vcpu *vcpu, const struct sys_reg_desc *rd,
94 const struct sys_reg_desc *rd);
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 * 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 *
[all...]
H A Dsys_regs.c44 static u64 sys_reg_to_index(const struct sys_reg_desc *reg);
45 static int set_id_reg(struct kvm_vcpu *vcpu, const struct sys_reg_desc *rd,
50 const struct sys_reg_desc *r) in read_from_write_only()
60 const struct sys_reg_desc *r) in write_to_read_only()
183 const struct sys_reg_desc *r) in access_rw()
198 const struct sys_reg_desc *r) in access_dcsw()
218 const struct sys_reg_desc *r) in access_dcgsw()
229 static void get_access_mask(const struct sys_reg_desc *r, u64 *mask, u64 *shift) in get_access_mask()
254 const struct sys_reg_desc *r) in access_vm_reg()
279 const struct sys_reg_desc * in access_actlr()
[all...]
H A Dnested.c27 const struct sys_reg_desc *r) in access_nested_id_reg()
H A Dtrace_handle_exit.h161 TP_PROTO(unsigned long vcpu_pc, struct sys_reg_params *params, const struct sys_reg_desc *reg),
/kernel/linux/linux-5.10/arch/arm64/kvm/
H A Dsys_regs.h26 struct sys_reg_desc { struct
40 const struct sys_reg_desc *);
43 void (*reset)(struct kvm_vcpu *, const struct sys_reg_desc *);
52 int (*get_user)(struct kvm_vcpu *vcpu, const struct sys_reg_desc *rd,
54 int (*set_user)(struct kvm_vcpu *vcpu, const struct sys_reg_desc *rd,
59 const struct sys_reg_desc *rd);
100 const struct sys_reg_desc *r) in reset_unknown()
107 static inline void reset_val(struct kvm_vcpu *vcpu, const struct sys_reg_desc *r) in reset_val()
115 const struct sys_reg_desc *r) in sysreg_hidden()
124 const struct sys_reg_desc * in sysreg_visible_as_raz()
[all...]
H A Dsys_regs.c50 const struct sys_reg_desc *r) in read_from_write_only()
60 const struct sys_reg_desc *r) in write_to_read_only()
195 const struct sys_reg_desc *r) in access_dcsw()
220 const struct sys_reg_desc *r) in access_vm_reg()
250 const struct sys_reg_desc *r) in access_actlr()
275 const struct sys_reg_desc *r) in access_gic_sgi()
325 const struct sys_reg_desc *r) in access_gic_sre()
336 const struct sys_reg_desc *r) in trap_raz_wi()
352 const struct sys_reg_desc *r) in trap_loregion()
371 const struct sys_reg_desc * in trap_oslsr_el1()
[all...]
H A Dvgic-sys-reg-v3.c14 const struct sys_reg_desc *r) in access_gic_ctlr()
88 const struct sys_reg_desc *r) in access_gic_pmr()
104 const struct sys_reg_desc *r) in access_gic_bpr0()
122 const struct sys_reg_desc *r) in access_gic_bpr1()
148 const struct sys_reg_desc *r) in access_gic_grpen0()
166 const struct sys_reg_desc *r) in access_gic_grpen1()
201 const struct sys_reg_desc *r, u8 apr) in access_gic_aprn()
218 const struct sys_reg_desc *r) in access_gic_ap0r()
225 const struct sys_reg_desc *r) in access_gic_ap1r()
231 const struct sys_reg_desc * in access_gic_sre()
[all...]
H A Dtrace_handle_exit.h157 TP_PROTO(unsigned long vcpu_pc, struct sys_reg_params *params, const struct sys_reg_desc *reg),
/kernel/linux/linux-6.6/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()
322 * sys_reg_desc initialiser for architecturally unallocated cpufeature ID
344 static const struct sys_reg_desc pvm_sys_reg_descs[] = {
476 const struct sys_reg_desc *r; in kvm_handle_pvm_sysreg()
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dkvm_nested.h17 struct sys_reg_desc;
20 const struct sys_reg_desc *r);
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dkvm_coproc.h18 const struct sys_reg_desc *table;

Completed in 8 milliseconds