/Zephyr-latest/arch/sparc/core/ |
D | trap_table_mvt.S | 131 BAD_TRAP; BAD_TRAP; BAD_TRAP; BAD_TRAP; ! 40 - 43 undefined 132 BAD_TRAP; BAD_TRAP; BAD_TRAP; BAD_TRAP; ! 44 - 47 undefined 133 BAD_TRAP; BAD_TRAP; BAD_TRAP; BAD_TRAP; ! 48 - 4B undefined 134 BAD_TRAP; BAD_TRAP; BAD_TRAP; BAD_TRAP; ! 4C - 4F undefined 135 BAD_TRAP; BAD_TRAP; BAD_TRAP; BAD_TRAP; ! 50 - 53 undefined 136 BAD_TRAP; BAD_TRAP; BAD_TRAP; BAD_TRAP; ! 54 - 57 undefined 137 BAD_TRAP; BAD_TRAP; BAD_TRAP; BAD_TRAP; ! 58 - 5B undefined 138 BAD_TRAP; BAD_TRAP; BAD_TRAP; BAD_TRAP; ! 5C - 5F undefined 144 BAD_TRAP; BAD_TRAP; BAD_TRAP; BAD_TRAP; ! 60 - 63 undefined 145 BAD_TRAP; BAD_TRAP; BAD_TRAP; BAD_TRAP; ! 64 - 67 undefined [all …]
|
/Zephyr-latest/lib/libc/armstdc/src/ |
D | threading_weak.c | 12 * When linking with armlink the linker will resolve undefined symbols for all 13 * undefined functions even if those functions the reference the undefined
|
/Zephyr-latest/arch/arm/core/cortex_a_r/ |
D | exc.S | 11 * This file implements the exception handlers (undefined instruction, prefetch 107 * @brief Undefined instruction exception handler 109 * An undefined instruction (UNDEF) exception is generated when an undefined 115 * The undefined instruction address is offset by 2 if the previous 241 * @brief Undefined instruction exception handler 243 * An undefined instruction (UNDEF) exception is generated when an undefined 249 * The undefined instruction address is offset by 2 if the previous
|
D | fault.c | 136 * @brief FPU undefined instruction fault handler 139 * implying a true undefined instruction 147 * the FP was already enabled then this was an actual undefined in z_arm_fault_undef_instruction_fp() 158 * If the nested count is greater than 1, the undefined in z_arm_fault_undef_instruction_fp() 183 && (spill_esf->undefined & FPEXC_EN))) { in z_arm_fault_undef_instruction_fp() 188 spill_esf->undefined |= FPEXC_EN; in z_arm_fault_undef_instruction_fp() 207 * @brief Undefined instruction fault handler 215 * This is a true undefined instruction and we will be crashing in z_arm_fault_undef_instruction() 218 esf->fpu.undefined = __get_FPEXC(); in z_arm_fault_undef_instruction() 230 LOG_ERR("***** UNDEFINED INSTRUCTION ABORT *****"); in z_arm_fault_undef_instruction() [all …]
|
D | Kconfig | 31 int "Undefined Instruction and Abort stack size (in bytes)" 34 This option specifies the size of the stack used by the undefined 180 int "Undefined Instruction and Abort stack size (in bytes)" 183 This option specifies the size of the stack used by the undefined
|
/Zephyr-latest/dts/bindings/i3c/ |
D | i3c-controller.yaml | 23 Frequency of the SCL signal used for I3C transfers. When undefined, 29 Frequency of the SCL signal used for I2C transfers. When undefined
|
D | nxp,mcux-i3c.yaml | 22 Open Drain Frequency for the I3C controller. When undefined, use
|
/Zephyr-latest/tests/posix/common/src/ |
D | mutex_attr.c | 32 /* undefined behaviour */ in ZTEST() 41 /* undefined behaviour */ in ZTEST()
|
D | pthread_attr.c | 119 /* undefined behaviour */ in ZTEST() 135 /* undefined behaviour */ in ZTEST() 159 /* undefined behaviour */ in ZTEST() 179 /* undefined behaviour */ in ZTEST() 201 /* undefined behaviour */ in ZTEST() 221 /* undefined behaviour */ in ZTEST() 247 /* undefined behaviour */ in ZTEST() 267 /* undefined behaviour */ in ZTEST() 290 /* undefined behaviour */ in ZTEST() 380 /* undefined behaviour */ in ZTEST() [all …]
|
/Zephyr-latest/tests/posix/threads_ext/src/ |
D | main.c | 27 /* undefined behaviour */ in ZTEST() 52 /* undefined behaviour */ in ZTEST() 78 /* undefined behaviour */ in ZTEST() 100 /* undefined behaviour */ in ZTEST()
|
/Zephyr-latest/cmake/modules/ |
D | root.cmake | 19 # If a root is undefined it will still be undefined when this module has loaded.
|
D | west.cmake | 57 # WEST_PYTHON is undefined and we couldn't import west. That's 93 # west topdir is undefined.
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_unsupported/src/ |
D | main.c | 120 /* Undefined opcodes cannot be encoded, so encode a LL_UNKNOWN_RSP as in lt_tx_undef_opcode_and_rx_unknown_rsp() 222 ZTEST(undefined, test_undefined_per_rem) in ZTEST() argument 227 /* Test undefined opcodes that cannot initiate a remote procedure */ in ZTEST() 237 ZTEST(undefined, test_undefined_cen_rem) in ZTEST() argument 242 /* Test undefined opcodes that cannot initiate a remote procedure */ in ZTEST() 328 ZTEST_SUITE(undefined, NULL, NULL, unsupported_setup, NULL, NULL);
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/ |
D | data_prepare_test.py | 35 …./%s/output_%s_%s.txt" % (folders[0], folders[0], names[0]) # pylint: disable=undefined-variable 37 …e_original_data(folders[0], names[0], self.data, self.file) # pylint: disable=undefined-variable 50 self.assertEqual(self.data[0]["name"], names[0]) # pylint: disable=undefined-variable
|
/Zephyr-latest/soc/openisa/rv32m1/ |
D | soc.h | 43 * Results are undefined if rv32m1_irq_level(irq) is not 1. 60 * Results are undefined if rv32m1_irq_level(irq) is not 2. 86 * Results are undefined if rv32m1_irq_level(irq) is not 2.
|
/Zephyr-latest/share/sysbuild/cmake/modules/ |
D | sysbuild_root.cmake | 19 # If a root is undefined it will still be undefined when this module has loaded.
|
/Zephyr-latest/kernel/include/ |
D | kernel_arch_interface.h | 284 * Behavior when providing unaligned addresses/sizes is undefined, these 327 * Behavior when providing unaligned addresses/sizes is undefined, these 331 * undefined. 356 * exceptions to this rule (such as the scratch page) is undefined behavior. 389 * - The location value semantics are undefined here but the value will be 396 * undefined behavior. 415 * undefined behavior. 465 * exceptions to this rule (such as the scratch page) is undefined behavior. 487 * This bit is undefined if ARCH_DATA_PAGE_LOADED is not set. 498 * This bit is undefined if ARCH_DATA_PAGE_LOADED is not set. [all …]
|
/Zephyr-latest/samples/subsys/profiling/perf/images/ |
D | graph_example.svg | 137 if (e.attributes["_orig_" + attr] != undefined) return; 138 if (e.attributes[attr] == undefined) return; 139 if (val == undefined) val = e.attributes[attr].value; 143 if (e.attributes["_orig_"+attr] == undefined) return; 190 if (e.attributes != undefined) { 194 if (e.childNodes == undefined) return; 200 if (e.attributes != undefined) { 201 if (e.attributes.x != undefined) { 207 if (e.attributes.width != undefined) { 213 if (e.childNodes == undefined) return; [all …]
|
/Zephyr-latest/include/zephyr/drivers/mm/ |
D | system_mm.h | 94 * Behavior when providing unaligned address is undefined, this 116 * Behavior when providing unaligned addresses/sizes is undefined, these 140 * space. Behavior when providing unaligned addresses is undefined, these 170 * Behavior when providing unaligned address is undefined, this 193 * Behavior when providing unaligned address is undefined, this 256 * Behavior when providing unaligned addresses/sizes is undefined, these 290 * Behavior when providing unaligned addresses/sizes is undefined, these 392 * Behavior when providing unaligned address is undefined, this
|
/Zephyr-latest/lib/posix/options/ |
D | Kconfig.sched | 12 Since Zephyr does not yet support processes, most of this behaviour is undefined, except for
|
D | Kconfig.procN | 11 group is not implemented and is considered undefined behaviour.
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_isoal/src/ |
D | isoal_test_common.h | 28 (err == 0 ? "OK" : "Undefined!"))) 39 ((s) == ISOAL_ROLE_CENTRAL ? "Central" : "Undefined"))))
|
/Zephyr-latest/subsys/fs/ |
D | fs_impl.h | 26 * undefined if @p path does not start with the mount point prefix.
|
/Zephyr-latest/tests/posix/xsi_threads_ext/src/ |
D | main.c | 91 /* undefined behaviour */ in ZTEST() 122 /* undefined behaviour */ in ZTEST() 204 /* undefined behaviour */ in ZTEST() 227 /* undefined behaviour */ in ZTEST()
|
/Zephyr-latest/tests/lib/acpi/unit/src/ |
D | assert.c | 30 * Needed in the passing scenario to prevent undefined behavior after hitting the in assert_post_action()
|