Home
last modified time | relevance | path

Searched refs:debugreg (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/kvm/x86/
H A Ddebug_regs.c186 debug.arch.debugreg[i] = CAST_TO_RIP(hw_bp); in main()
187 debug.arch.debugreg[7] = 0x400 | (1UL << (2*i+1)); in main()
208 debug.arch.debugreg[i] = CAST_TO_RIP(guest_value); in main()
209 debug.arch.debugreg[7] = 0x00000400 | (1UL << (2*i+1)) | in main()
237 debug.arch.debugreg[7] = 0x00000400;
254 debug.arch.debugreg[7] = 0x400 | DR7_GD;
/linux/tools/arch/x86/include/uapi/asm/
H A Dkvm.h306 __u64 debugreg[8]; member