Searched +full:- +full:o1 (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/arch/sparc/core/ |
D | switch.S | 2 * Copyright (c) 2019-2020 Cobham Gaisler AB 4 * SPDX-License-Identifier: Apache-2.0 20 * thread is now in register %o1. We can address old->switch_handle in assembly 21 * as: [%o1 + ___thread_t_switch_handle_OFFSET]. 30 * o1: old thread to save 34 st %o4, [%o1 + _thread_offset_to_y] 35 std %l0, [%o1 + _thread_offset_to_l0_and_l1] 36 std %l2, [%o1 + _thread_offset_to_l2] 37 std %l4, [%o1 + _thread_offset_to_l4] 38 std %l6, [%o1 + _thread_offset_to_l6] [all …]
|
D | interrupt_trap.S | 2 * Copyright (c) 2019-2020 Cobham Gaisler AB 4 * SPDX-License-Identifier: Apache-2.0 19 * - IU state is saved and restored 30 * - Do not re-execute the causing (ta) instruction at trap exit. 31 * - A dedicated interrupt request level (0x8d) is used. 32 * - z_sparc_enter_irq() knows how to interpret this interrupt request level. 53 sll %g2, (CONFIG_SPARC_NWIN-1), %g3 93 * %sp: %sp of interrupted task - ISF_SIZE. 115 * %fp: %sp of interrupted task - ISF_SIZE. 116 * %sp: irq stack - 96. An ABI frame [all …]
|
D | fault_trap.S | 2 * Copyright (c) 2019-2020 Cobham Gaisler AB 4 * SPDX-License-Identifier: Apache-2.0 18 * - IU state is saved and restored 47 sll %g2, (CONFIG_SPARC_NWIN-1), %g3 78 * %sp: %sp of interrupted task - ABI_frame - esf 107 .rept CONFIG_SPARC_NWIN-1 108 save %sp, -64, %sp 110 .rept CONFIG_SPARC_NWIN-1 120 add %sp, 96, %o1 128 * trapped-into window and global %g1 is preserved.
|
/Zephyr-latest/dts/bindings/sensor/ |
D | nxp,s32-qdec.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 with the cooperation of S32 IP blocks- eMIOS, TRGMUX and LCU. 11 micro-ticks-per-rev is set as per vehicle gearbox reduction. 15 compatible = "nxp,qdec-s32"; 16 pinctrl-0 = <&qdec_s32>; 17 pinctrl-names = "default"; 18 micro-ticks-per-rev = <685440000>; 21 trgmux-io-config = 27 lcu-input-idx = <1>; 30 lcu-mux-sel = [all …]
|
/Zephyr-latest/tests/posix/c_lib_ext/src/ |
D | fnmatch.c | 4 * SPDX-License-Identifier: Apache-2.0 12 * https://git.musl-libc.org/cgit/libc-testsuite/tree/fnmatch.c 32 zassert_ok(fnmatch("-O[01]", "-O1", 0)); in ZTEST() 35 zassert_ok(fnmatch("[!]a-]", "b", 0)); in ZTEST() 36 zassert_ok(fnmatch("[]-_]", "^", 0)); in ZTEST() 37 zassert_ok(fnmatch("[!]-_]", "X", 0)); in ZTEST() 38 zassert_equal(fnmatch("??", "-", 0), FNM_NOMATCH); in ZTEST() 42 zassert_ok(fnmatch("[a-z]/[a-z]", "a/b", 0)); in ZTEST() 77 zassert_not_equal(fnmatch("*[![:digit:]]*/[![:d-d]", "a/b", FNM_PATHNAME), 0); in ZTEST() 78 zassert_not_equal(fnmatch("*[![:digit:]]*/[[:d-d]", "a/[", FNM_PATHNAME), 0); in ZTEST() [all …]
|
/Zephyr-latest/subsys/debug/ |
D | Kconfig | 4 # SPDX-License-Identifier: Apache-2.0 24 module-str = thread analyzer 65 the interrupts for a long time - long enough to disconnect when 90 on cache-incoherent architectures. 133 recent-ish compiler with the ``-fsanitize=address`` command line option, 136 Note that at exit leak detection is disabled for 64-bit boards when 172 architecture, and requires a recent-ish compiler with the 173 ``-fsanitize=undefined`` command line option. 191 on a per-function basis. 296 bool "Force-disable no assertions" [all …]
|
/Zephyr-latest/boards/nxp/mr_canhubk3/ |
D | mr_canhubk3.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 9 #include <dt-bindings/gpio/gpio.h> 10 #include <zephyr/dt-bindings/input/input-event-codes.h> 12 #include <dt-bindings/pwm/pwm.h> 13 #include "mr_canhubk3-pinctrl.dtsi" 14 #include <zephyr/dt-bindings/sensor/qdec_nxp_s32.h> 17 model = "NXP MR-CANHUBK3"; 25 zephyr,code-partition = &code_partition; 27 zephyr,shell-uart = &lpuart2; [all …]
|