Home
last modified time | relevance | path

Searched defs:sync_regs (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/host1x/
H A Ddev.c62 void __iomem *sync_regs = host1x->regs + host1x->info->sync_offset; in host1x_sync_writel() local
69 void __iomem *sync_regs = host1x->regs + host1x->info->sync_offset; in host1x_sync_readl() local
77 void __iomem *sync_regs = host1x->regs + host1x->info->sync_offset; in host1x_sync_readq() local
/linux/tools/testing/selftests/kvm/s390/
H A Ducontrol_test.c468 struct kvm_sync_regs *sync_regs = &self->run->s.regs; in TEST_F() local
529 struct kvm_sync_regs *sync_regs = &self->run->s.regs; in TEST_F() local
573 struct kvm_sync_regs *sync_regs = &self->run->s.regs; in TEST_F() local
/linux/arch/s390/kvm/
H A Dkvm-s390.c5121 static void sync_regs(struct kvm_vcpu *vcpu) in sync_regs() function