Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Ddebug_regs.c67 #define CAST_TO_RIP(v) ((unsigned long long)&(v)) macro
110 run->debug.arch.pc == CAST_TO_RIP(sw_bp), in main()
113 run->debug.arch.pc, CAST_TO_RIP(sw_bp)); in main()
120 debug.arch.debugreg[i] = CAST_TO_RIP(hw_bp); in main()
127 run->debug.arch.pc == CAST_TO_RIP(hw_bp) && in main()
132 run->debug.arch.pc, CAST_TO_RIP(hw_bp), in main()
142 debug.arch.debugreg[i] = CAST_TO_RIP(guest_value); in main()
150 run->debug.arch.pc == CAST_TO_RIP(write_data) && in main()
155 run->debug.arch.pc, CAST_TO_RIP(write_data), in main()
164 target_rip = CAST_TO_RIP(ss_start); in main()
[all …]