Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/kvm/
Dsys_regs.h37 struct sys_reg_desc { struct
48 const struct sys_reg_desc *); argument
51 void (*reset)(struct kvm_vcpu *, const struct sys_reg_desc *); argument
60 int (*get_user)(struct kvm_vcpu *vcpu, const struct sys_reg_desc *rd, argument
62 int (*set_user)(struct kvm_vcpu *vcpu, const struct sys_reg_desc *rd, argument
88 const struct sys_reg_desc *r) in reset_unknown()
95 static inline void reset_val(struct kvm_vcpu *vcpu, const struct sys_reg_desc *r) in reset_val()
102 static inline int cmp_sys_reg(const struct sys_reg_desc *i1, in cmp_sys_reg()
103 const struct sys_reg_desc *i2) in cmp_sys_reg()
121 const struct sys_reg_desc *find_reg_by_id(u64 id,
[all …]
Dsys_regs.c61 const struct sys_reg_desc *r) in read_from_write_only()
71 const struct sys_reg_desc *r) in write_to_read_only()
192 const struct sys_reg_desc *r) in access_dcsw()
217 const struct sys_reg_desc *r) in access_vm_reg()
253 const struct sys_reg_desc *r) in access_gic_sgi()
298 const struct sys_reg_desc *r) in access_gic_sre()
309 const struct sys_reg_desc *r) in trap_raz_wi()
319 const struct sys_reg_desc *r) in trap_undef()
327 const struct sys_reg_desc *r) in trap_oslsr_el1()
339 const struct sys_reg_desc *r) in trap_dbgauthstatus_el1()
[all …]
Dvgic-sys-reg-v3.c22 const struct sys_reg_desc *r) in access_gic_ctlr()
96 const struct sys_reg_desc *r) in access_gic_pmr()
112 const struct sys_reg_desc *r) in access_gic_bpr0()
130 const struct sys_reg_desc *r) in access_gic_bpr1()
156 const struct sys_reg_desc *r) in access_gic_grpen0()
174 const struct sys_reg_desc *r) in access_gic_grpen1()
209 const struct sys_reg_desc *r, u8 apr) in access_gic_aprn()
226 const struct sys_reg_desc *r) in access_gic_ap0r()
233 const struct sys_reg_desc *r) in access_gic_ap1r()
239 const struct sys_reg_desc *r) in access_gic_sre()
[all …]
Dsys_regs_generic_v8.c36 const struct sys_reg_desc *r) in access_actlr()
45 static void reset_actlr(struct kvm_vcpu *vcpu, const struct sys_reg_desc *r) in reset_actlr()
54 static const struct sys_reg_desc genericv8_sys_regs[] = {
58 static const struct sys_reg_desc genericv8_cp15_regs[] = {
/Linux-v4.19/arch/arm64/include/asm/
Dkvm_coproc.h29 const struct sys_reg_desc *table;