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

Function pmap_update_pde_teardown

freebsd/amd64/amd64/pmap.c:3260–3267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3258}
3259
3260static void
3261pmap_update_pde_teardown(void *arg)
3262{
3263 struct pde_action *act = arg;
3264
3265 if (CPU_ISSET(PCPU_GET(cpuid), &act->invalidate))
3266 pmap_update_pde_invalidate(act->pmap, act->va, act->newpde);
3267}
3268
3269/*
3270 * Change the page size for the specified virtual address in a way that

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected