MCPcopy Create free account
hub / github.com/F-Stack/f-stack / tlb_flush_all

Function tlb_flush_all

freebsd/arm/include/cpu-v6.h:384–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382#if __ARM_ARCH >= 7 && defined(SMP)
383
384static __inline void
385tlb_flush_all(void)
386{
387
388 dsb();
389 ARM_SMP_UP(
390 _CP15_TLBIALLIS(),
391 _CP15_TLBIALL()
392 );
393 dsb();
394}
395
396static __inline void
397tlb_flush_all_ng(void)

Callers 1

db_write_bytesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected