Home
last modified time | relevance | path

Searched defs:memoryType (Results 1 – 2 of 2) sorted by relevance

/hal_xtensa-3.5.0/src/hal/
Dmpu.c649 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.5.0/include/xtensa/
Dhal.h1442 #define xthal_is_cached(memoryType) (xthal_is_cacheable((memoryType))) argument