Home
last modified time | relevance | path

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

/tools/testing/selftests/kvm/x86_64/
Ddebug_regs.c124 debug.arch.debugreg[i] = CAST_TO_RIP(hw_bp); in main()
125 debug.arch.debugreg[7] = 0x400 | (1UL << (2*i+1)); in main()
146 debug.arch.debugreg[i] = CAST_TO_RIP(guest_value); in main()
147 debug.arch.debugreg[7] = 0x00000400 | (1UL << (2*i+1)) | in main()
176 debug.arch.debugreg[7] = 0x00000400; in main()
193 debug.arch.debugreg[7] = 0x400 | DR7_GD; in main()
/tools/arch/x86/include/uapi/asm/
Dkvm.h302 __u64 debugreg[8]; member