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.c123 debug.arch.debugreg[i] = CAST_TO_RIP(hw_bp); in main()
124 debug.arch.debugreg[7] = 0x400 | (1UL << (2*i+1)); in main()
145 debug.arch.debugreg[i] = CAST_TO_RIP(guest_value); in main()
146 debug.arch.debugreg[7] = 0x00000400 | (1UL << (2*i+1)) | in main()
174 debug.arch.debugreg[7] = 0x00000400; in main()
191 debug.arch.debugreg[7] = 0x400 | DR7_GD; in main()
/tools/arch/x86/include/uapi/asm/
Dkvm.h301 __u64 debugreg[8]; member