MCPcopy 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
86static inline void
87tlb_write_indexed(void)
88{
89 __asm __volatile ("tlbwi" : : : "memory");
90 mips_cp0_sync();
91}
92
93static void tlb_invalidate_one(unsigned);
94

Callers 3

tlb_insert_wiredFunction · 0.85
tlb_updateFunction · 0.85
tlb_invalidate_oneFunction · 0.85

Calls 1

mips_cp0_syncFunction · 0.85

Tested by

no test coverage detected