Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ tlb_read
Function
tlb_read
freebsd/mips/mips/tlb.c:79–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
static inline void
80
tlb_read(void)
81
{
82
__asm __volatile (
"tlbr"
: : :
"memory"
);
83
mips_cp0_sync();
84
}
85
86
static inline void
87
tlb_write_indexed(void)
Callers
4
tlb_invalidate_all_user
Function · 0.85
tlb_invalidate_range
Function · 0.85
tlb_save
Function · 0.85
tlb_update
Function · 0.85
Calls
1
mips_cp0_sync
Function · 0.85
Tested by
no test coverage detected