Searched refs:first (Results 1 – 3 of 3) sorted by relevance
/hal_xtensa-2.7.6/src/hal/ |
D | mpu.c | 536 static int find_entry(xthal_MPU_entry* fg, unsigned first) in find_entry() argument 541 if (XTHAL_MPU_ENTRY_GET_VSTARTADDR(fg[i]) <= first) in find_entry() 557 static int needed_entries_exist(xthal_MPU_entry* fg, unsigned first, unsigned last) in needed_entries_exist() argument 562 if (XTHAL_MPU_ENTRY_GET_VSTARTADDR(fg[i]) == first) in needed_entries_exist() 625 static int get_bg_map_index(const xthal_MPU_entry* bg, unsigned first) in get_bg_map_index() argument 629 if (first > XTHAL_MPU_ENTRY_GET_VSTARTADDR(bg[i])) in get_bg_map_index() 742 …tic unsigned next_address_to_commit(xthal_MPU_entry* fg, const xthal_MPU_entry* bg, unsigned first, in next_address_to_commit() argument 746 …return max(first, XTHAL_MPU_ENTRY_GET_VSTARTADDR(fg[current_index - 1]), XTHAL_MPU_ENTRY_GET_VSTAR… in next_address_to_commit() 759 …id safe_and_commit_overlaped_regions(xthal_MPU_entry* fg, const xthal_MPU_entry*bg, unsigned first, in safe_and_commit_overlaped_regions() argument 776 next = next_address_to_commit(fg, bg, first, i); in safe_and_commit_overlaped_regions() [all …]
|
/hal_xtensa-2.7.6/ |
D | Makefile.in | 166 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 167 if test "$$first" != "."; then \ 168 if test "$$first" = ".."; then \ 173 if test "$$first2" = "$$first"; then \ 178 dir0="$$dir0"/"$$first"; \
|
D | aclocal.m4 | 157 # relative path needs to be adjusted first. 441 # Grep'ing the first line is not enough: some people post-process 530 AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) 935 # arguments. Must try -L first in case configure is actually a
|