7#ifndef ZEPHYR_INCLUDE_ARCH_COMMON_INSTR_MEM_H_
8#define ZEPHYR_INCLUDE_ARCH_COMMON_INSTR_MEM_H_
void * arch_memcpy_from_instr(void *d, const void *s, size_t n)
Memcpy buffer from instruction memory to data memory.
void * arch_memcpy_to_instr(void *d, const void *s, size_t n)
Memcpy buffer from data memory to instruction memory.
bool arch_is_instr_mem(const void *addr, size_t len)
Check if region is in instruction memory.
void * arch_memset_instr(void *buf, int c, size_t n)
Memset buffer in instruction memory.