Searched refs:sync_regs (Results 1 – 5 of 5) sorted by relevance
56 void __iomem *sync_regs = host1x->regs + host1x->info->sync_offset; in host1x_sync_writel() local58 writel(v, sync_regs + r); in host1x_sync_writel()63 void __iomem *sync_regs = host1x->regs + host1x->info->sync_offset; in host1x_sync_readl() local65 return readl(sync_regs + r); in host1x_sync_readl()
634 asmlinkage __visible notrace struct pt_regs *sync_regs(struct pt_regs *eregs) in sync_regs() function641 NOKPROBE_SYMBOL(sync_regs);
1259 call sync_regs
3496 static void sync_regs(struct kvm_vcpu *vcpu, struct kvm_run *kvm_run) in sync_regs() function3652 sync_regs(vcpu, kvm_run); in kvm_arch_vcpu_ioctl_run()
106 static int sync_regs(struct kvm_vcpu *vcpu);7905 r = sync_regs(vcpu); in kvm_arch_vcpu_ioctl_run()8412 static int sync_regs(struct kvm_vcpu *vcpu) in sync_regs() function