Home
last modified time | relevance | path

Searched refs:x (Results 1 – 17 of 17) sorted by relevance

/hal_xtensa-3.7.0/include/xtensa/
Dhal.h515 #define XTHAL_AMB_BUFFERABLE x /* 000 B BU --s: BUfferable ?
517 #define XTHAL_AMB_ORDERED x /* 000 O OR fls: ORdered G *
519 #define XTHAL_AMB_FUSEWRITES x /* 000 F FW --s: FuseWrites none
523 #define XTHAL_AMB_TRUSTED x /* 000 T TR ?l?: TRusted none
526 #define XTHAL_AMB_PREFETCH x /* 000 P PR fl?: PRefetch none
528 #define XTHAL_AMB_STREAM x /* 000 S ST ???: STreaming none
1134 #define XTHAL_ENCODE_MEMORY_TYPE(x) \ argument
1135 (((x) & 0xffffe000) ? \
1136 (_XTHAL_MEM_IS_DEVICE((x)) ? _XTHAL_ENCODE_DEVICE((x)) : \
1137 (_XTHAL_IS_SYSTEM_NONCACHEABLE((x)) ? \
[all …]
Dcoreasm.h114 .if 0x\ad - 0x\at // destination different than \at ? (works because regs are a0-a15)
1026 #define _GBL(x) .global x argument
1027 #define _TYP(x) .type x,@function argument
1028 #define _ALN(x) .align x argument
1029 #define _SIZ(x) .size x, . - x argument
1030 #define _MKEND(x) .purgem endfunc ; .macro endfunc ; _SIZ(x) ; .purgem endfunc ; .macro endfunc ; … argument
1031 #define _SYMT(x) _GBL(x); _MKEND(x); _TYP(x); _ALN(4); x: argument
1032 #define _SYM2(x) _GBL(x); _TYP(x); x: argument
1033 #define _SYM(x) _GBL(x); _MKEND(x); _ALN(4); x: argument
1049 # define DECLFUNC(x) _SYMT(x ## _nw) argument
[all …]
Doverlay.h126 #define xstr(x) str(x)
127 #define str(x) #x
Dxtruntime.h34 #define _XTSTR(x) # x argument
35 #define XTSTR(x) _XTSTR(x) argument
/hal_xtensa-3.7.0/
Dcompile148 set x "$@" -Fo"$file"
153 set x "$@" -Fe"$file"
161 set x "$@" -I"$file"
166 set x "$@" -I"$file"
172 set x "$@" "$lib"
177 set x "$@" "$lib"
204 set x "$@" "$1"
209 set x "$@" -Tp"$file"
214 set x "$@" "$file"
218 set x "$@" "$1"
[all …]
Dar-lib90 eval set x "$at_file_contents"
165 x*) extract=yes ;;
248 set x "$@" "@$file"
252 set x "$@" "$file"
Dconfigure106 if test "x$as_myself" = x; then
119 do eval test x\${$as_var+set} = xset \
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
147 *v*x* | *x*v* ) as_opts=-vx ;;
149 *x* ) as_opts=-x ;;
160 if test "x$CONFIG_SHELL" = x; then
204 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
237 if test "x$CONFIG_SHELL" != x; then :
247 *v*x* | *x*v* ) as_opts=-vx ;;
249 *x* ) as_opts=-x ;;
[all …]
Dconfigure.ac28 AM_CONDITIONAL([XTENSA_CALL0_ABI], [test x$call0_abi = xyes])
Daclocal.m4329 if test "x$enable_dependency_tracking" = xyes; then
376 test "x$enable_dependency_tracking" != xno \
401 if test "x$enable_dependency_tracking" != xno; then
406 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
430 *\'*) eval set x "$CONFIG_FILES" ;;
431 *) set x $CONFIG_FILES ;;
485 [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
576 # For better backward compatibility. To be removed once Automake 1.9.x
637 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
696 if test x"${install_sh}" != xset; then
[all …]
Dconfig.guess508 if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \
509 [ ${TARGET_BINARY_INTERFACE}x = x ]
970 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
DMakefile.in368 set x; \
595 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
/hal_xtensa-3.7.0/src/hal/
Dmem_ecc_parity.S50 # define SYMBOL(x) .global x ; .type x,@function ; \ argument
51 .global x ## _nw ; .type x ## _nw,@function ; \
52 .align 4 ; x: ; x ## _nw:
54 # define SYMBOL(x) .global x ; .type x,@function ; .align 4 ; x: argument
56 #define SYM_NW(x) .global x ; .align 4 ; x: argument
Dmpu.c135 #define my_assert(x) argument
136 #define assert_map_valid(x) argument
904 static unsigned int smallest_entry_greater_than_equal(xthal_MPU_entry* fg, unsigned x) in smallest_entry_greater_than_equal() argument
908 if (XTHAL_MPU_ENTRY_GET_VSTARTADDR(fg[i]) >= x) in smallest_entry_greater_than_equal()
915 unsigned x) in create_aligning_entries_if_required() argument
922 int preceding_bg_entry_index_x = get_bg_map_index(bg, x); in create_aligning_entries_if_required()
926 if (XTHAL_MPU_ENTRY_GET_VSTARTADDR(fg[i]) < x) in create_aligning_entries_if_required()
950 if ((rv = insert_entry_if_needed_with_existing_attr(fg, bg, x, 1)) != XTHAL_SUCCESS) in create_aligning_entries_if_required()
959 if (XTHAL_MPU_ENTRY_GET_VSTARTADDR(bg[next_bg_entry_index]) > x) in create_aligning_entries_if_required()
971 …eded_with_existing_attr(fg, bg, XTHAL_MPU_ENTRY_GET_VSTARTADDR(_xthal_get_entry(fg, bg, x, 0)), 0)) in create_aligning_entries_if_required()
[all …]
Dset_region_translate.c176 struct xthal_MPU_entry x = xthal_get_entry_for_address(vaddr, 0); in xthal_v2p() local
177 *cattr = XTHAL_MPU_ENTRY_GET_ACCESS(x) | XTHAL_MPU_ENTRY_GET_MEMORY_TYPE(x) << XTHAL_AR_WIDTH; in xthal_v2p()
DMakefile.in482 set x; \
/hal_xtensa-3.7.0/include/
DMakefile.in323 test "x$$dir" = x. || { \
342 set x; \
/hal_xtensa-3.7.0/include/xtensa/config/
Dcore.h1045 .ifeq 0x\reg ; .set .Lnsaved_,.Lnsaved_+1 ; .endif