MCPcopy 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
72static inline void
73tlb_probe(void)
74{
75 __asm __volatile ("tlbp" : : : "memory");
76 mips_cp0_sync();
77}
78
79static inline void
80tlb_read(void)

Callers 3

tlb_invalidate_addressFunction · 0.85
tlb_invalidate_rangeFunction · 0.85
tlb_updateFunction · 0.85

Calls 1

mips_cp0_syncFunction · 0.85

Tested by

no test coverage detected