Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dtraps.h78 asmlinkage __visible notrace struct pt_regs *sync_regs(struct pt_regs *eregs);
/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);
/arch/x86/entry/
Dentry_64.S1327 call sync_regs
/arch/s390/kvm/
Dkvm-s390.c3867 static void sync_regs(struct kvm_vcpu *vcpu, struct kvm_run *kvm_run) in sync_regs() function
4027 sync_regs(vcpu, kvm_run); in kvm_arch_vcpu_ioctl_run()
/arch/x86/kvm/
Dx86.c110 static int sync_regs(struct kvm_vcpu *vcpu);
8674 r = sync_regs(vcpu); in kvm_arch_vcpu_ioctl_run()
9184 static int sync_regs(struct kvm_vcpu *vcpu) in sync_regs() function