| 540 | } __packed; |
| 541 | |
| 542 | static __inline void |
| 543 | invpcid(struct invpcid_descr *d, int type) |
| 544 | { |
| 545 | |
| 546 | __asm __volatile("invpcid (%0),%1" |
| 547 | : : "r" (d), "r" ((u_long)type) : "memory"); |
| 548 | } |
| 549 | |
| 550 | static __inline u_short |
| 551 | rfs(void) |
no outgoing calls
no test coverage detected