Lines Matching defs:vcpu

13 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 *r, in get_gic_grpen0()
185 static int set_gic_grpen1(struct kvm_vcpu *vcpu, const struct sys_reg_desc *r, in set_gic_grpen1()
197 static int get_gic_grpen1(struct kvm_vcpu *vcpu, const struct sys_reg_desc *r, in get_gic_grpen1()
208 static void set_apr_reg(struct kvm_vcpu *vcpu, u64 val, u8 apr, u8 idx) in set_apr_reg()
218 static u64 get_apr_reg(struct kvm_vcpu *vcpu, u8 apr, u8 idx) in get_apr_reg()
228 static int set_gic_ap0r(struct kvm_vcpu *vcpu, const struct sys_reg_desc *r, in set_gic_ap0r()
241 static int get_gic_ap0r(struct kvm_vcpu *vcpu, const struct sys_reg_desc *r, in get_gic_ap0r()
254 static int set_gic_ap1r(struct kvm_vcpu *vcpu, const struct sys_reg_desc *r, in set_gic_ap1r()
267 static int get_gic_ap1r(struct kvm_vcpu *vcpu, const struct sys_reg_desc *r, in get_gic_ap1r()
280 static int set_gic_sre(struct kvm_vcpu *vcpu, const struct sys_reg_desc *r, in set_gic_sre()
290 static int get_gic_sre(struct kvm_vcpu *vcpu, const struct sys_reg_desc *r, in get_gic_sre()
342 int vgic_v3_has_cpu_sysregs_attr(struct kvm_vcpu *vcpu, struct kvm_device_attr *attr) in vgic_v3_has_cpu_sysregs_attr()
351 int vgic_v3_cpu_sysregs_uaccess(struct kvm_vcpu *vcpu, in vgic_v3_cpu_sysregs_uaccess()