/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/arch/arm/core/mmu/ |
D | arm_mmu.c | 412 __ASSERT(l1_page_table.entries[l1_index].undefined.id == ARM_MMU_PTE_ID_INVALID, in arm_mmu_l1_map_section() 414 l1_page_table.entries[l1_index].undefined.id, in arm_mmu_l1_map_section() 570 if (l1_page_table.entries[l1_index].undefined.id == ARM_MMU_PTE_ID_INVALID || in arm_mmu_l2_map_page() 571 (l1_page_table.entries[l1_index].undefined.id & ARM_MMU_PTE_ID_SECTION) != 0) { in arm_mmu_l2_map_page() 610 } else if (l1_page_table.entries[l1_index].undefined.id == ARM_MMU_PTE_ID_L2_PT) { in arm_mmu_l2_map_page() 631 } else if (l1_page_table.entries[l1_index].undefined.reserved != 0) { in arm_mmu_l2_map_page() 686 if (l1_page_table.entries[l1_index].undefined.id != ARM_MMU_PTE_ID_L2_PT) { in arm_mmu_l2_unmap_page() 715 if ((l2_page_table->entries[l2_index].undefined.id & ARM_MMU_PTE_ID_SMALL_PAGE) != in arm_mmu_l2_unmap_page() 1051 if (l1_page_table.entries[l1_index].undefined.id == ARM_MMU_PTE_ID_SECTION) { in arch_page_phys_get() 1063 } else if (l1_page_table.entries[l1_index].undefined.id == ARM_MMU_PTE_ID_L2_PT) { in arch_page_phys_get()
|
D | arm_mmu_priv.h | 116 } undefined; member 152 } undefined; member
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_unsupported/src/ |
D | main.c | 222 ZTEST(undefined, test_undefined_per_rem) in ZTEST() argument 237 ZTEST(undefined, test_undefined_cen_rem) in ZTEST() argument 328 ZTEST_SUITE(undefined, NULL, NULL, unsupported_setup, NULL, NULL);
|
/Zephyr-latest/arch/arm/core/cortex_a_r/ |
D | fault.c | 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() 218 esf->fpu.undefined = __get_FPEXC(); in z_arm_fault_undef_instruction()
|
D | Kconfig | 34 This option specifies the size of the stack used by the undefined 183 This option specifies the size of the stack used by the undefined
|
/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/include/zephyr/arch/arm/cortex_a_r/ |
D | exception.h | 39 uint32_t undefined; member
|
/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.
|
D | Kconfig.toolchain | 9 # Use these features with caution as doing so might introduce unwanted, unexpected, or undefined
|
/Zephyr-latest/include/zephyr/arch/arm/cortex_m/ |
D | exception.h | 83 uint32_t undefined; member
|
/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/drivers/pcie/host/ |
D | vc.h | 77 uint32_t undefined : 1; member
|
/Zephyr-latest/doc/_extensions/zephyr/domain/static/js/ |
D | board-catalog.js | 74 function fillSocSocSelect(families, series = undefined, selectOnFill = false) { 111 fillSocSocSelect(selectedFamilies, undefined, true);
|
/Zephyr-latest/scripts/ci/ |
D | pylintrc | 117 undefined-variable, 118 undefined-all-variable, 216 undefined-loop-variable,
|
/Zephyr-latest/include/zephyr/linker/ |
D | sections.h | 33 #define _UNDEFINED_SECTION_NAME undefined
|
/Zephyr-latest/arch/arc/ |
D | CMakeLists.txt | 8 # Without this (poorly named) option, compiler may generate undefined
|
/Zephyr-latest/doc/services/portability/posix/conformance/ |
D | index.rst | 146 Some features may exhibit undefined behaviour as they fall beyond the scope of Zephyr's current 149 Such undefined behaviour is denoted with the † (obelus) symbol. Additional details
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | Kconfig.loapic | 52 At boot, mask all IOAPIC RTEs if they may be in an undefined state.
|
/Zephyr-latest/samples/sensor/sensor_shell/ |
D | README.rst | 65 undefined behavior like hardware exception. This happens because the shell
|
/Zephyr-latest/doc/hardware/arch/ |
D | xtensa.rst | 44 The behavior is undefined, if two or more threads attempt to use
|
/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | fetch_and_get.rst | 24 a locking mechanism is undefined and most sensor drivers do not attempt to
|
/Zephyr-latest/cmake/linker/lld/ |
D | target.cmake | 64 # Force symbols to be entered in the output file as undefined symbols
|