Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86_64/
A Ddebug_regs.c71 #define CAST_TO_RIP(v) ((unsigned long long)&(v)) macro
114 run->debug.arch.pc == CAST_TO_RIP(sw_bp), in main()
117 run->debug.arch.pc, CAST_TO_RIP(sw_bp)); in main()
124 debug.arch.debugreg[i] = CAST_TO_RIP(hw_bp); in main()
131 run->debug.arch.pc == CAST_TO_RIP(hw_bp) && in main()
136 run->debug.arch.pc, CAST_TO_RIP(hw_bp), in main()
146 debug.arch.debugreg[i] = CAST_TO_RIP(guest_value); in main()
154 run->debug.arch.pc == CAST_TO_RIP(write_data) && in main()
159 run->debug.arch.pc, CAST_TO_RIP(write_data), in main()
168 target_rip = CAST_TO_RIP(ss_start); in main()
[all …]

Completed in 5 milliseconds