/hal_xtensa-2.7.6/include/xtensa/ |
D | hal.h | 515 #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 …]
|
D | coreasm.h | 114 .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 …]
|
D | overlay.h | 126 #define xstr(x) str(x) 127 #define str(x) #x
|
D | xtruntime.h | 34 #define _XTSTR(x) # x argument 35 #define XTSTR(x) _XTSTR(x) argument
|
/hal_xtensa-2.7.6/ |
D | compile | 148 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 …]
|
D | ar-lib | 90 eval set x "$at_file_contents" 165 x*) extract=yes ;; 248 set x "$@" "@$file" 252 set x "$@" "$file"
|
D | configure | 106 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 …]
|
D | configure.ac | 28 AM_CONDITIONAL([XTENSA_CALL0_ABI], [test x$call0_abi = xyes])
|
D | aclocal.m4 | 329 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 …]
|
D | config.guess | 508 if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ 509 [ ${TARGET_BINARY_INTERFACE}x = x ] 970 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
|
D | Makefile.in | 368 set x; \ 595 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
|
/hal_xtensa-2.7.6/src/hal/ |
D | mem_ecc_parity.S | 50 # 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
|
D | mpu.c | 135 #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 …]
|
D | set_region_translate.c | 176 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()
|
D | Makefile.in | 482 set x; \
|
/hal_xtensa-2.7.6/include/ |
D | Makefile.in | 323 test "x$$dir" = x. || { \ 342 set x; \
|
/hal_xtensa-2.7.6/include/xtensa/config/ |
D | core.h | 1045 .ifeq 0x\reg ; .set .Lnsaved_,.Lnsaved_+1 ; .endif
|