Searched refs:max (Results 1 – 2 of 2) sorted by relevance
/hal_xtensa-3.7.0/include/xtensa/ |
D | core-macros.h | 211 # define _XTHAL_DCACHE_BLOCK_DOWNGRADE_MAX(addr, size, type, max) \ argument 212 if (max <= XCHAL_DCACHE_SIZE) { \ 231 # define xthal_dcache_block_invalidate_max(addr, size, max) do { \ argument 232 _XTHAL_DCACHE_BLOCK_DOWNGRADE_MAX(addr, size, XT_DHI_B, max); \ 234 # define xthal_dcache_block_writeback_max(addr, size, max) do { \ argument 235 _XTHAL_DCACHE_BLOCK_DOWNGRADE_MAX(addr, size, XT_DHWB_B, max); \ 237 # define xthal_dcache_block_writeback_inv_max(addr, size, max) do { \ argument 238 _XTHAL_DCACHE_BLOCK_DOWNGRADE_MAX(addr, size, XT_DHWBI_B, max); \ 279 # define xthal_dcache_block_invalidate_max(addr, size, max) do {/*nothing*/} while(0) argument 280 # define xthal_dcache_block_writeback_max(addr, size, max) do {/*nothing*/} while(0) argument [all …]
|
/hal_xtensa-3.7.0/src/hal/ |
D | mpu.c | 727 static unsigned max(unsigned a, unsigned b, unsigned c) in max() function 746 …return max(first, XTHAL_MPU_ENTRY_GET_VSTARTADDR(fg[current_index - 1]), XTHAL_MPU_ENTRY_GET_VSTAR… in next_address_to_commit()
|