Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ tlb_write_indexed
Function
tlb_write_indexed
freebsd/mips/mips/tlb.c:86–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
}
85
86
static inline void
87
tlb_write_indexed(void)
88
{
89
__asm __volatile (
"tlbwi"
: : :
"memory"
);
90
mips_cp0_sync();
91
}
92
93
static void tlb_invalidate_one(unsigned);
94
Callers
3
tlb_insert_wired
Function · 0.85
tlb_update
Function · 0.85
tlb_invalidate_one
Function · 0.85
Calls
1
mips_cp0_sync
Function · 0.85
Tested by
no test coverage detected