Home
last modified time | relevance | path

Searched defs:sys_reg_desc (Results 1 – 2 of 2) sorted by relevance

/linux/arch/arm64/kvm/
H A Dsys_regs.h62 struct sys_reg_desc { struct
82 const struct sys_reg_desc *); argument
88 u64 (*reset)(struct kvm_vcpu *, const struct sys_reg_desc *); argument
97 int (*get_user)(struct kvm_vcpu *vcpu, const struct sys_reg_desc *rd, argument
99 int (*set_user)(struct kvm_vcpu *vcpu, const struct sys_reg_desc *rd, argument
104 const struct sys_reg_desc *rd); argument
H A Dsys_regs.c2725 const struct sys_reg_desc *rd, in __el2_visibility()