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

/linux-master/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),
113 run->debug.arch.pc, CAST_TO_RIP(sw_bp));
120 debug.arch.debugreg[i] = CAST_TO_RIP(hw_bp);
127 run->debug.arch.pc == CAST_TO_RIP(hw_bp) &&
132 run->debug.arch.pc, CAST_TO_RIP(hw_bp),
142 debug.arch.debugreg[i] = CAST_TO_RIP(guest_value);
150 run->debug.arch.pc == CAST_TO_RIP(write_data) &&
155 run->debug.arch.pc, CAST_TO_RIP(write_data),
164 target_rip = CAST_TO_RIP(ss_star
[all...]

Completed in 137 milliseconds