Searched defs:memoryType (Results 1 – 2 of 2) sorted by relevance
/hal_xtensa-3.4.0/src/hal/ |
D | mpu.c | 649 static void safe_region(xthal_MPU_entry* fg, int ip, unsigned end_of_segment, int memoryType, int w… in safe_region() 760 unsigned last, int memoryType, int accessRights, int wb, int inv) in safe_and_commit_overlaped_regions() 1014 …atic int safe_add_region(unsigned first, unsigned last, unsigned accessRights, unsigned memoryType, in safe_add_region() 1638 int xthal_mpu_set_region_attribute(void* vaddr, unsigned size, int accessRights, int memoryType, un… in xthal_mpu_set_region_attribute()
|
/hal_xtensa-3.4.0/include/xtensa/ |
D | hal.h | 1442 #define xthal_is_cached(memoryType) (xthal_is_cacheable((memoryType))) argument
|