Implement kdb_cpu_sync_icache on arm64.
Sponsored by: ABT Systems Ltd
This commit is contained in:
parent
89b50f6b4d
commit
55beb2a538
@ -43,6 +43,8 @@ void kdb_cpu_set_singlestep(void);
|
||||
static __inline void
|
||||
kdb_cpu_sync_icache(unsigned char *addr, size_t size)
|
||||
{
|
||||
|
||||
cpu_icache_sync_range((vm_offset_t)addr, size);
|
||||
}
|
||||
|
||||
static __inline void
|
||||
|
Loading…
Reference in New Issue
Block a user