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

Function kdb_cpu_sync_icache

freebsd/arm/include/kdb.h:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43boolean_t kdb_cpu_pc_is_singlestep(db_addr_t);
44
45static __inline void
46kdb_cpu_sync_icache(unsigned char *addr, size_t size)
47{
48
49 icache_sync((vm_offset_t)addr, size);
50}
51
52static __inline void
53kdb_cpu_trap(int type, int code)

Callers

nothing calls this directly

Calls 1

icache_syncFunction · 0.85

Tested by

no test coverage detected