Searched full:o0 (Results 1 – 25 of 26) sorted by relevance
12
/Zephyr-latest/arch/sparc/core/ |
D | switch.S | 29 * o0: new thread to restore 117 ldd [%o0 + _thread_offset_to_y], %o4 121 ldd [%o0 + _thread_offset_to_l0_and_l1], %l0 122 ldd [%o0 + _thread_offset_to_l2], %l2 123 ldd [%o0 + _thread_offset_to_l4], %l4 124 ldd [%o0 + _thread_offset_to_l6], %l6 127 ldd [%o0 + _thread_offset_to_i0], %i0 128 ldd [%o0 + _thread_offset_to_i2], %i2 129 ldd [%o0 + _thread_offset_to_i4], %i4 130 ldd [%o0 + _thread_offset_to_i6], %i6 [all …]
|
D | interrupt_trap.S | 160 mov %l3, %o0 180 add %sp, 96, %o0 184 * o0: new thread 187 cmp %o0, %o1
|
D | reset_trap.S | 69 mov %o0, %g0
|
D | fault_trap.S | 81 mov %l7, %o0
|
/Zephyr-latest/samples/net/wifi/shell/boards/ |
D | frdm_rw612.conf | 113 # stack size for -O0 123 # comment out for -O0
|
D | rd_rw612_bga.conf | 112 # stack size for -O0 122 # comment out for -O0
|
D | overlay_hostap_rw612.conf | 38 # stack size for -O0
|
/Zephyr-latest/tests/kernel/device/ |
D | CMakeLists.txt | 11 # However, enabling coverage forces -O0 to disable any compiler
|
/Zephyr-latest/cmake/toolchain/xcc/ |
D | generic.cmake | 6 set(OPTIMIZE_FOR_DEBUG_FLAG "-O0")
|
/Zephyr-latest/dts/bindings/sensor/ |
D | nxp,s32-qdec.yaml | 35 <0 5 5>, /* LCU O0 */ 93 <0 5 5>, /* LCU O0 */
|
/Zephyr-latest/include/zephyr/arch/sparc/ |
D | arch.h | 66 register uint32_t oldpil __asm__ ("o0") = newpil; in z_sparc_set_pil_inline()
|
/Zephyr-latest/cmake/compiler/arcmwdt/ |
D | compiler_flags.cmake | 14 set_compiler_property(PROPERTY no_optimization -O0) 15 set_compiler_property(PROPERTY optimization_debug -O0)
|
/Zephyr-latest/cmake/compiler/gcc/ |
D | compiler_flags.cmake | 15 set_compiler_property(PROPERTY no_optimization -O0) 17 set_compiler_property(PROPERTY optimization_debug -O0)
|
/Zephyr-latest/lib/libc/picolibc/ |
D | Kconfig | 102 Compiler optimizations will be set to -O0 independently of other
|
/Zephyr-latest/scripts/native_simulator/ |
D | Makefile | 59 NSI_OPT?=-O0
|
/Zephyr-latest/include/zephyr/arch/nios2/ |
D | nios2.h | 146 * type checking purposes. However if -O0 is used (i.e. CONFIG_DEBUG is on)
|
/Zephyr-latest/tests/arch/arm/arm_interrupt/src/ |
D | arm_interrupt.c | 464 #pragma GCC optimize("O0")
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.11.rst | 329 * :github:`5226` - Compiling with -O0 causes the kobject text area to exceed the limit (linker erro… 378 * :github:`5548` - coverage should be collected from code built with -O0
|
D | release-notes-2.4.rst | 1444 * :github:`26169` - Enable -O0 for only one \*.c file
|
D | release-notes-1.14.rst | 2263 * :github:`5226` - Compiling with -O0 causes the kobject text area to exceed the limit (linker erro…
|
/Zephyr-latest/boards/nxp/mr_canhubk3/ |
D | mr_canhubk3.dts | 129 <0 5 5>, /* LCU O0 */
|
/Zephyr-latest/include/zephyr/toolchain/ |
D | gcc.h | 281 #define __no_optimization __attribute__((optimize("-O0")))
|
/Zephyr-latest/ |
D | Kconfig.zephyr | 534 Compiler optimizations will be set to -O0 independently of other
|
/Zephyr-latest/boards/native/native_sim/doc/ |
D | index.rst | 118 (e.g., ``-O0``) by setting :kconfig:option:`CONFIG_NO_OPTIMIZATIONS`.
|
/Zephyr-latest/doc/hardware/porting/board/ |
D | board-terminology.svg | 3 …UQtRENcs0N3MJc6gufuuEQHxVL2TuN+ZOpG35EMXwvc4VSNUQqAr4zwDPcmJyRwCXbpL6BOEhV/O0/fkUhA1sRFKDc9Inwjz2H…
|
12