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

Function invlpg_handler

freebsd/amd64/amd64/mp_machdep.c:890–901  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

888}
889
890static void
891invlpg_handler(vm_offset_t smp_tlb_addr1)
892{
893#ifdef COUNT_XINVLTLB_HITS
894 xhits_pg[PCPU_GET(cpuid)]++;
895#endif /* COUNT_XINVLTLB_HITS */
896#ifdef COUNT_IPIS
897 (*ipi_invlpg_counts[PCPU_GET(cpuid)])++;
898#endif /* COUNT_IPIS */
899
900 invlpg(smp_tlb_addr1);
901}
902
903static void
904invlpg_invpcid_handler(pmap_t smp_tlb_pmap, vm_offset_t smp_tlb_addr1)

Callers 1

invlop_handler_one_reqFunction · 0.70

Calls 1

invlpgFunction · 0.50

Tested by

no test coverage detected