Home
last modified time | relevance | path

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

/linux-4.1.27/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
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()
114 static inline int cmp_sys_reg(const struct sys_reg_desc *i1, in cmp_sys_reg()
115 const struct sys_reg_desc *i2) in cmp_sys_reg()
Dsys_regs.c80 const struct sys_reg_desc *r) in access_dcsw()
96 const struct sys_reg_desc *r) in access_vm_reg()
124 const struct sys_reg_desc *r) in access_gic_sgi()
139 const struct sys_reg_desc *r) in trap_raz_wi()
149 const struct sys_reg_desc *r) in trap_oslsr_el1()
161 const struct sys_reg_desc *r) in trap_dbgauthstatus_el1()
202 const struct sys_reg_desc *r) in trap_debug_regs()
214 static void reset_amair_el1(struct kvm_vcpu *vcpu, const struct sys_reg_desc *r) in reset_amair_el1()
222 static void reset_mpidr(struct kvm_vcpu *vcpu, const struct sys_reg_desc *r) in reset_mpidr()
273 static const struct sys_reg_desc sys_reg_descs[] = {
[all …]
Dsys_regs_generic_v8.c35 const struct sys_reg_desc *r) in access_actlr()
44 static void reset_actlr(struct kvm_vcpu *vcpu, const struct sys_reg_desc *r) in reset_actlr()
56 static const struct sys_reg_desc genericv8_sys_regs[] = {
62 static const struct sys_reg_desc genericv8_cp15_regs[] = {
/linux-4.1.27/arch/arm64/include/asm/
Dkvm_coproc.h29 const struct sys_reg_desc *table;