Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/host1x/
Ddev.c50 void __iomem *sync_regs = host1x->regs + host1x->info->sync_offset; in host1x_sync_writel() local
52 writel(v, sync_regs + r); in host1x_sync_writel()
57 void __iomem *sync_regs = host1x->regs + host1x->info->sync_offset; in host1x_sync_readl() local
59 return readl(sync_regs + r); in host1x_sync_readl()
/Linux-v5.4/arch/x86/include/asm/
Dtraps.h78 asmlinkage __visible notrace struct pt_regs *sync_regs(struct pt_regs *eregs);
/Linux-v5.4/arch/x86/kernel/
Dtraps.c622 asmlinkage __visible notrace struct pt_regs *sync_regs(struct pt_regs *eregs) in sync_regs() function
629 NOKPROBE_SYMBOL(sync_regs);
/Linux-v5.4/arch/x86/entry/
Dentry_64.S1308 call sync_regs
/Linux-v5.4/arch/s390/kvm/
Dkvm-s390.c3866 static void sync_regs(struct kvm_vcpu *vcpu, struct kvm_run *kvm_run) in sync_regs() function
4026 sync_regs(vcpu, kvm_run); in kvm_arch_vcpu_ioctl_run()
/Linux-v5.4/arch/x86/kvm/
Dx86.c106 static int sync_regs(struct kvm_vcpu *vcpu);
8501 r = sync_regs(vcpu); in kvm_arch_vcpu_ioctl_run()
9007 static int sync_regs(struct kvm_vcpu *vcpu) in sync_regs() function