Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ if
Function
if
freebsd/arm/arm/pmap-v6.c:6733–6736 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6731
}
6732
#ifdef SMP
6733
else if (PMAP3cpu != PCPU_GET(cpuid)) {
6734
PMAP3cpu = PCPU_GET(cpuid);
6735
tlb_flush_local((vm_offset_t)PADDR3);
6736
}
6737
#endif
6738
return (PADDR3 + (arm32_btop(va) & (NPTE2_IN_PG - 1)));
6739
}
Callers
1
pmap.c
File · 0.50
Calls
1
tlb_flush_local
Function · 0.85
Tested by
no test coverage detected