sync_regs        4027 arch/s390/kvm/kvm-s390.c 	sync_regs(vcpu, kvm_run);
sync_regs          78 arch/x86/include/asm/traps.h asmlinkage __visible notrace struct pt_regs *sync_regs(struct pt_regs *eregs);
sync_regs         629 arch/x86/kernel/traps.c NOKPROBE_SYMBOL(sync_regs);
sync_regs         108 arch/x86/kvm/x86.c static int sync_regs(struct kvm_vcpu *vcpu);
sync_regs        8590 arch/x86/kvm/x86.c 		r = sync_regs(vcpu);
sync_regs          50 drivers/gpu/host1x/dev.c 	void __iomem *sync_regs = host1x->regs + host1x->info->sync_offset;
sync_regs          52 drivers/gpu/host1x/dev.c 	writel(v, sync_regs + r);
sync_regs          57 drivers/gpu/host1x/dev.c 	void __iomem *sync_regs = host1x->regs + host1x->info->sync_offset;
sync_regs          59 drivers/gpu/host1x/dev.c 	return readl(sync_regs + r);