| 578 | } |
| 579 | |
| 580 | static __inline void |
| 581 | load_es(u_short sel) |
| 582 | { |
| 583 | __asm __volatile("movw %0,%%es" : : "rm" (sel)); |
| 584 | } |
| 585 | |
| 586 | static __inline void |
| 587 | cpu_monitor(const void *addr, u_long extensions, u_int hints) |
no outgoing calls
no test coverage detected