MCPcopy 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
79static inline void
80tlb_read(void)
81{
82 __asm __volatile ("tlbr" : : : "memory");
83 mips_cp0_sync();
84}
85
86static inline void
87tlb_write_indexed(void)

Callers 4

tlb_invalidate_all_userFunction · 0.85
tlb_invalidate_rangeFunction · 0.85
tlb_saveFunction · 0.85
tlb_updateFunction · 0.85

Calls 1

mips_cp0_syncFunction · 0.85

Tested by

no test coverage detected