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

Function pmap_update_page_action

freebsd/mips/mips/pmap.c:743–749  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

741};
742
743static void
744pmap_update_page_action(void *arg)
745{
746 struct pmap_update_page_arg *p = arg;
747
748 tlb_update(p->pmap, p->va, p->pte);
749}
750
751static void
752pmap_update_page(pmap_t pmap, vm_offset_t va, pt_entry_t pte)

Callers

nothing calls this directly

Calls 1

tlb_updateFunction · 0.85

Tested by

no test coverage detected