MCPcopy Create free account
hub / github.com/F-Stack/f-stack / invlcache_handler

Function invlcache_handler

freebsd/amd64/amd64/mp_machdep.c:1036–1043  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

invlop_handler_one_reqFunction · 0.70

Calls 1

wbinvdFunction · 0.50

Tested by

no test coverage detected