Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/host1x/
Ddev.c41 void __iomem *sync_regs = host1x->regs + host1x->info->sync_offset; in host1x_sync_writel() local
43 writel(v, sync_regs + r); in host1x_sync_writel()
48 void __iomem *sync_regs = host1x->regs + host1x->info->sync_offset; in host1x_sync_readl() local
50 return readl(sync_regs + r); in host1x_sync_readl()
/linux-4.1.27/arch/x86/include/asm/
Dtraps.h73 asmlinkage struct pt_regs *sync_regs(struct pt_regs *);
/linux-4.1.27/arch/x86/kernel/
Dtraps.c554 asmlinkage __visible notrace struct pt_regs *sync_regs(struct pt_regs *eregs) in sync_regs() function
560 NOKPROBE_SYMBOL(sync_regs);
Dentry_64.S1048 call sync_regs
/linux-4.1.27/arch/s390/kvm/
Dkvm-s390.c2017 static void sync_regs(struct kvm_vcpu *vcpu, struct kvm_run *kvm_run) in sync_regs() function
2082 sync_regs(vcpu, kvm_run); in kvm_arch_vcpu_ioctl_run()