Home
last modified time | relevance | path

Searched refs:invalid (Results 1 – 3 of 3) sorted by relevance

/hal_xtensa-latest/src/hal/
Dmpu.c862 unsigned first, int invalid) in insert_entry_if_needed_with_existing_attr() argument
872 if (XTHAL_MPU_ENTRY_GET_VALID(fg[i]) || invalid) in insert_entry_if_needed_with_existing_attr()
890 if (!invalid) in insert_entry_if_needed_with_existing_attr()
896 if (invalid && !infg) // If the entry mapping is currently in the foreground we can't make in insert_entry_if_needed_with_existing_attr()
/hal_xtensa-latest/
Dconfigure814 as_fn_error $? "invalid feature name: $ac_useropt"
840 as_fn_error $? "invalid feature name: $ac_useropt"
1044 as_fn_error $? "invalid package name: $ac_useropt"
1060 as_fn_error $? "invalid package name: $ac_useropt"
1099 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
5453 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
Daclocal.m4204 m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
205 [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl