Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/s390x/
H A Dsync_regs_test.c52 static void compare_regs(struct kvm_regs *left, struct kvm_sync_regs *right) in compare_regs()
60 static void compare_sregs(struct kvm_sregs *left, struct kvm_sync_regs *right) in compare_sregs()
H A Dresets.c23 struct kvm_sync_regs *sync_regs;
/OK3568_Linux_fs/kernel/tools/arch/mips/include/uapi/asm/
H A Dkvm.h196 struct kvm_sync_regs { struct
/OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/
H A Dkvm.h214 struct kvm_sync_regs { struct
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm/
H A Dkvm.h150 struct kvm_sync_regs { struct
/OK3568_Linux_fs/kernel/tools/arch/arm/include/uapi/asm/
H A Dkvm.h121 struct kvm_sync_regs { struct
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm/
H A Dkvm.h121 struct kvm_sync_regs { struct
/OK3568_Linux_fs/kernel/arch/s390/include/uapi/asm/
H A Dkvm.h246 struct kvm_sync_regs { struct
/OK3568_Linux_fs/kernel/tools/arch/s390/include/uapi/asm/
H A Dkvm.h246 struct kvm_sync_regs { struct
/OK3568_Linux_fs/kernel/arch/arm64/include/uapi/asm/
H A Dkvm.h154 struct kvm_sync_regs { struct
/OK3568_Linux_fs/kernel/tools/arch/arm64/include/uapi/asm/
H A Dkvm.h154 struct kvm_sync_regs { struct
/OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/
H A Dkvm.h390 struct kvm_sync_regs { struct
/OK3568_Linux_fs/kernel/tools/arch/x86/include/uapi/asm/
H A Dkvm.h390 struct kvm_sync_regs { struct
/OK3568_Linux_fs/kernel/arch/arm64/kvm/
H A Dpmu-emul.c406 struct kvm_sync_regs *sregs = &vcpu->run->s.regs; in kvm_pmu_should_notify_user()
420 struct kvm_sync_regs *regs = &vcpu->run->s.regs; in kvm_pmu_update_run()
H A Darch_timer.c370 struct kvm_sync_regs *regs = &vcpu->run->s.regs; in kvm_timer_update_run()
634 struct kvm_sync_regs *sregs = &vcpu->run->s.regs; in kvm_timer_should_notify_user()
/OK3568_Linux_fs/kernel/tools/arch/powerpc/include/uapi/asm/
H A Dkvm.h327 struct kvm_sync_regs { struct
/OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/
H A Dkvm.h327 struct kvm_sync_regs { struct
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dkvm.h413 struct kvm_sync_regs regs;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dkvm.h413 struct kvm_sync_regs regs;
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dkvm.h447 struct kvm_sync_regs regs;
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dkvm.h447 struct kvm_sync_regs regs;
/OK3568_Linux_fs/kernel/Documentation/virt/kvm/
H A Dapi.rst5329 * struct kvm_sync_regs is architecture specific, as well as the
5335 struct kvm_sync_regs regs;
5570 As described above in the kvm_sync_regs struct info in section 5 (kvm_run):
5600 struct kvm_sync_regs {
/OK3568_Linux_fs/kernel/arch/s390/kvm/
H A Dkvm-s390.c3588 struct kvm_sync_regs *regs = &vcpu->run->s.regs; in kvm_arch_vcpu_ioctl_clear_reset()
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dx86.c10054 BUILD_BUG_ON(sizeof(struct kvm_sync_regs) > SYNC_REGS_SIZE_BYTES); in store_regs()