| 311 | } |
| 312 | |
| 313 | static __inline u_long |
| 314 | read_rflags(void) |
| 315 | { |
| 316 | u_long rf; |
| 317 | |
| 318 | __asm __volatile("pushfq; popq %0" : "=r" (rf)); |
| 319 | return (rf); |
| 320 | } |
| 321 | |
| 322 | static __inline uint64_t |
| 323 | rdmsr(u_int msr) |
no outgoing calls
no test coverage detected