Home
last modified time | relevance | path

Searched refs:undefined (Results 1 – 25 of 82) sorted by relevance

1234

/Zephyr-latest/arch/sparc/core/
Dtrap_table_mvt.S131 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/
Darm_mmu.c412 __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()
Darm_mmu_priv.h116 } undefined; member
152 } undefined; member
/Zephyr-latest/tests/bluetooth/controller/ctrl_unsupported/src/
Dmain.c222 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/
Dfault.c183 && (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()
DKconfig34 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/
Droot.cmake19 # If a root is undefined it will still be undefined when this module has loaded.
Dwest.cmake57 # 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/
Dexception.h39 uint32_t undefined; member
/Zephyr-latest/lib/posix/options/
DKconfig.sched12 Since Zephyr does not yet support processes, most of this behaviour is undefined, except for
DKconfig.procN11 group is not implemented and is considered undefined behaviour.
DKconfig.toolchain9 # Use these features with caution as doing so might introduce unwanted, unexpected, or undefined
/Zephyr-latest/include/zephyr/arch/arm/cortex_m/
Dexception.h83 uint32_t undefined; member
/Zephyr-latest/share/sysbuild/cmake/modules/
Dsysbuild_root.cmake19 # If a root is undefined it will still be undefined when this module has loaded.
/Zephyr-latest/drivers/pcie/host/
Dvc.h77 uint32_t undefined : 1; member
/Zephyr-latest/doc/_extensions/zephyr/domain/static/js/
Dboard-catalog.js74 function fillSocSocSelect(families, series = undefined, selectOnFill = false) {
111 fillSocSocSelect(selectedFamilies, undefined, true);
/Zephyr-latest/scripts/ci/
Dpylintrc117 undefined-variable,
118 undefined-all-variable,
216 undefined-loop-variable,
/Zephyr-latest/include/zephyr/linker/
Dsections.h33 #define _UNDEFINED_SECTION_NAME undefined
/Zephyr-latest/arch/arc/
DCMakeLists.txt8 # Without this (poorly named) option, compiler may generate undefined
/Zephyr-latest/doc/services/portability/posix/conformance/
Dindex.rst146 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/
DKconfig.loapic52 At boot, mask all IOAPIC RTEs if they may be in an undefined state.
/Zephyr-latest/samples/sensor/sensor_shell/
DREADME.rst65 undefined behavior like hardware exception. This happens because the shell
/Zephyr-latest/doc/hardware/arch/
Dxtensa.rst44 The behavior is undefined, if two or more threads attempt to use
/Zephyr-latest/doc/hardware/peripherals/sensor/
Dfetch_and_get.rst24 a locking mechanism is undefined and most sensor drivers do not attempt to
/Zephyr-latest/cmake/linker/lld/
Dtarget.cmake64 # Force symbols to be entered in the output file as undefined symbols

1234