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.c70 #define CAST_TO_RIP(v) ((unsigned long long)&(v)) macro
113 run->debug.arch.pc == CAST_TO_RIP(sw_bp), in main()
116 run->debug.arch.pc, CAST_TO_RIP(sw_bp)); in main()
123 debug.arch.debugreg[i] = CAST_TO_RIP(hw_bp); in main()
130 run->debug.arch.pc == CAST_TO_RIP(hw_bp) && in main()
135 run->debug.arch.pc, CAST_TO_RIP(hw_bp), in main()
145 debug.arch.debugreg[i] = CAST_TO_RIP(guest_value); in main()
153 run->debug.arch.pc == CAST_TO_RIP(write_data) && in main()
158 run->debug.arch.pc, CAST_TO_RIP(write_data), in main()
167 target_rip = CAST_TO_RIP(ss_start); in main()
[all …]

Completed in 5 milliseconds