Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ tlb_probe
Function
tlb_probe
freebsd/mips/mips/tlb.c:72–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
#endif
71
72
static inline void
73
tlb_probe(void)
74
{
75
__asm __volatile (
"tlbp"
: : :
"memory"
);
76
mips_cp0_sync();
77
}
78
79
static inline void
80
tlb_read(void)
Callers
3
tlb_invalidate_address
Function · 0.85
tlb_invalidate_range
Function · 0.85
tlb_update
Function · 0.85
Calls
1
mips_cp0_sync
Function · 0.85
Tested by
no test coverage detected