| 452 | } |
| 453 | |
| 454 | static __inline u_long |
| 455 | rcr4(void) |
| 456 | { |
| 457 | u_long data; |
| 458 | |
| 459 | __asm __volatile("movq %%cr4,%0" : "=r" (data)); |
| 460 | return (data); |
| 461 | } |
| 462 | |
| 463 | static __inline u_long |
| 464 | rxcr(u_int reg) |
no outgoing calls
no test coverage detected