Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm64/kvm/
Dsys_regs.h26 struct sys_reg_desc { struct
40 const struct sys_reg_desc *); argument
43 void (*reset)(struct kvm_vcpu *, const struct sys_reg_desc *); argument
52 int (*get_user)(struct kvm_vcpu *vcpu, const struct sys_reg_desc *rd, argument
54 int (*set_user)(struct kvm_vcpu *vcpu, const struct sys_reg_desc *rd, argument
59 const struct sys_reg_desc *rd); argument
87 const struct sys_reg_desc *r) in reset_unknown()
94 static inline void reset_val(struct kvm_vcpu *vcpu, const struct sys_reg_desc *r) in reset_val()
102 const struct sys_reg_desc *r) in sysreg_hidden_from_guest()
111 const struct sys_reg_desc *r) in sysreg_hidden_from_user()
[all …]
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()
181 const struct sys_reg_desc *r) in access_dcsw()
206 const struct sys_reg_desc *r) in access_vm_reg()
242 const struct sys_reg_desc *r) in access_gic_sgi()
287 const struct sys_reg_desc *r) in access_gic_sre()
298 const struct sys_reg_desc *r) in trap_raz_wi()
314 const struct sys_reg_desc *r) in trap_loregion()
333 const struct sys_reg_desc *r) in trap_oslsr_el1()
345 const struct sys_reg_desc *r) in trap_dbgauthstatus_el1()
[all …]
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 *r) in access_gic_sre()
[all …]
Dsys_regs_generic_v8.c25 const struct sys_reg_desc *r) in access_actlr()
34 static void reset_actlr(struct kvm_vcpu *vcpu, const struct sys_reg_desc *r) in reset_actlr()
43 static const struct sys_reg_desc genericv8_sys_regs[] = {
47 static const struct sys_reg_desc genericv8_cp15_regs[] = {
Dtrace.h157 TP_PROTO(unsigned long vcpu_pc, struct sys_reg_params *params, const struct sys_reg_desc *reg),
/Linux-v5.4/arch/arm64/include/asm/
Dkvm_coproc.h18 const struct sys_reg_desc *table;