Home
last modified time | relevance | path

Searched refs:kvm_sync_regs (Results 1 – 23 of 23) sorted by relevance

/linux/tools/testing/selftests/kvm/s390/
H A Dresets.c87 struct kvm_sync_regs *sync_regs = &vcpu->run->s.regs; in assert_clear()
114 struct kvm_sync_regs *sync_regs = &vcpu->run->s.regs; in assert_initial_noclear()
131 struct kvm_sync_regs *sync_regs = &vcpu->run->s.regs; in assert_initial()
174 struct kvm_sync_regs *sync_regs = &vcpu->run->s.regs; in assert_normal_noclear()
H A Dsync_regs_test.c50 static void compare_regs(struct kvm_regs *left, struct kvm_sync_regs *right) in compare_regs()
58 static void compare_sregs(struct kvm_sregs *left, struct kvm_sync_regs *right) in compare_sregs()
H A Ducontrol_test.c468 struct kvm_sync_regs *sync_regs = &self->run->s.regs; in TEST_F()
529 struct kvm_sync_regs *sync_regs = &self->run->s.regs; in TEST_F()
573 struct kvm_sync_regs *sync_regs = &self->run->s.regs; in TEST_F()
/linux/tools/testing/selftests/kvm/include/s390/
H A Ddebug_print.h62 struct kvm_sync_regs *sync_regs = &run->s.regs; in print_regs()
/linux/arch/loongarch/include/uapi/asm/
H A Dkvm.h123 struct kvm_sync_regs { struct
/linux/tools/arch/mips/include/uapi/asm/
H A Dkvm.h196 struct kvm_sync_regs { struct
/linux/arch/mips/include/uapi/asm/
H A Dkvm.h212 struct kvm_sync_regs { struct
/linux/arch/riscv/include/uapi/asm/
H A Dkvm.h45 struct kvm_sync_regs { struct
/linux/arch/arm64/include/uapi/asm/
H A Dkvm.h156 struct kvm_sync_regs { struct
/linux/tools/arch/arm64/include/uapi/asm/
H A Dkvm.h156 struct kvm_sync_regs { struct
/linux/arch/s390/include/uapi/asm/
H A Dkvm.h577 struct kvm_sync_regs { struct
/linux/tools/arch/s390/include/uapi/asm/
H A Dkvm.h577 struct kvm_sync_regs { struct
/linux/arch/arm64/kvm/
H A Dpmu-emul.c417 struct kvm_sync_regs *sregs = &vcpu->run->s.regs; in kvm_pmu_should_notify_user()
431 struct kvm_sync_regs *regs = &vcpu->run->s.regs; in kvm_pmu_update_run()
H A Darch_timer.c409 struct kvm_sync_regs *regs = &vcpu->run->s.regs; in kvm_timer_update_run()
894 struct kvm_sync_regs *sregs = &vcpu->run->s.regs; in kvm_timer_should_notify_user()
/linux/arch/powerpc/include/uapi/asm/
H A Dkvm.h313 struct kvm_sync_regs { struct
/linux/tools/arch/powerpc/include/uapi/asm/
H A Dkvm.h313 struct kvm_sync_regs { struct
/linux/tools/arch/x86/include/uapi/asm/
H A Dkvm.h458 struct kvm_sync_regs { struct
/linux/arch/x86/include/uapi/asm/
H A Dkvm.h458 struct kvm_sync_regs { struct
/linux/tools/include/uapi/linux/
H A Dkvm.h517 struct kvm_sync_regs regs;
/linux/include/uapi/linux/
H A Dkvm.h518 struct kvm_sync_regs regs;
/linux/arch/s390/kvm/
H A Dkvm-s390.c4018 struct kvm_sync_regs *regs = &vcpu->run->s.regs; in kvm_arch_vcpu_ioctl_clear_reset()
/linux/Documentation/virt/kvm/
H A Dapi.rst7395 * struct kvm_sync_regs is architecture specific, as well as the
7401 struct kvm_sync_regs regs;
7679 As described above in the kvm_sync_regs struct info in section :ref:`kvm_run`,
7709 struct kvm_sync_regs {
/linux/arch/x86/kvm/
H A Dx86.c12653 BUILD_BUG_ON(sizeof(struct kvm_sync_regs) > SYNC_REGS_SIZE_BYTES); in store_regs()