Searched refs:sync_regs (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/gpu/host1x/
H A Ddev.c41 void __iomem *sync_regs = host1x->regs + host1x->info->sync_offset; host1x_sync_writel() local
43 writel(v, sync_regs + r); host1x_sync_writel()
48 void __iomem *sync_regs = host1x->regs + host1x->info->sync_offset; host1x_sync_readl() local
50 return readl(sync_regs + r); host1x_sync_readl()
/linux-4.4.14/arch/x86/include/asm/
H A Dtraps.h73 asmlinkage struct pt_regs *sync_regs(struct pt_regs *);
/linux-4.4.14/arch/x86/kernel/
H A Dtraps.c535 asmlinkage __visible notrace struct pt_regs *sync_regs(struct pt_regs *eregs) sync_regs() function
541 NOKPROBE_SYMBOL(sync_regs); variable
/linux-4.4.14/arch/s390/kvm/
H A Dkvm-s390.c2120 static void sync_regs(struct kvm_vcpu *vcpu, struct kvm_run *kvm_run) sync_regs() function
2185 sync_regs(vcpu, kvm_run); kvm_arch_vcpu_ioctl_run()
/linux-4.4.14/arch/x86/entry/
H A Dentry_64.S799 call sync_regs

Completed in 271 milliseconds