| 1034 | } |
| 1035 | |
| 1036 | static void |
| 1037 | invlcache_handler(void) |
| 1038 | { |
| 1039 | #ifdef COUNT_IPIS |
| 1040 | (*ipi_invlcache_counts[PCPU_GET(cpuid)])++; |
| 1041 | #endif /* COUNT_IPIS */ |
| 1042 | wbinvd(); |
| 1043 | } |
| 1044 | |
| 1045 | static void |
| 1046 | invlop_handler_one_req(enum invl_op_codes smp_tlb_op, pmap_t smp_tlb_pmap, |
no test coverage detected