/Zephyr-latest/arch/arm64/core/ |
D | fatal.c | 284 static bool z_arm64_stack_corruption_check(struct arch_esf *esf, uint64_t esr, uint64_t far) in z_arm64_stack_corruption_check() argument 292 if ((sp != 0 && sp <= sp_limit) || (guard_start <= far && far <= sp_limit)) { in z_arm64_stack_corruption_check() 304 " SP LIMIT: 0x%llx", sp, far, sp_limit); in z_arm64_stack_corruption_check() 314 if (sp <= sp_limit || (guard_start <= far && far <= sp_limit)) { in z_arm64_stack_corruption_check() 316 " SP LIMIT: 0x%llx", sp, far, sp_limit); in z_arm64_stack_corruption_check() 325 static bool is_recoverable(struct arch_esf *esf, uint64_t esr, uint64_t far, in is_recoverable() argument 352 uint64_t far = 0; in z_arm64_fatal_error() local 361 far = read_far_el1(); in z_arm64_fatal_error() 367 far = read_far_el3(); in z_arm64_fatal_error() 374 if (z_arm64_stack_corruption_check(esf, esr, far)) { in z_arm64_fatal_error() [all …]
|
D | paging.h | 10 bool z_arm64_do_demand_paging(struct arch_esf *esf, uint64_t esr, uint64_t far);
|
D | mmu.c | 1599 bool z_arm64_do_demand_paging(struct arch_esf *esf, uint64_t esr, uint64_t far) in z_arm64_do_demand_paging() argument 1601 uintptr_t virt = far; in z_arm64_do_demand_paging()
|
/Zephyr-latest/dts/arm/microchip/mec5/ |
D | mec5_pkg176_pwms.dtsi | 7 /* So far all Microchip MEC5 family of SoC's so add three more PWM's
|
/Zephyr-latest/samples/boards/espressif/spiram_test/ |
D | README.rst | 17 The following SoCs are supported by this sample code so far:
|
/Zephyr-latest/include/zephyr/arch/arm64/ |
D | lib_helpers.h | 87 MAKE_REG_HELPER_EL123(far)
|
/Zephyr-latest/boards/snps/hsdk/support/ |
D | openocd-2-cores.cfg | 38 # CHIPNAME will be used to choose core family (600, 700 or EM). As far as
|
D | openocd.cfg | 38 # CHIPNAME will be used to choose core family (600, 700 or EM). As far as
|
/Zephyr-latest/lib/posix/options/getopt/ |
D | README | 9 [So far Zephyr samples were using getopt implementation from: argtable3.c.]
|
/Zephyr-latest/subsys/dfu/ |
D | Kconfig | 24 So far only mcuboot support is available.
|
/Zephyr-latest/boards/snps/hsdk4xd/support/ |
D | openocd.cfg | 38 # CHIPNAME will be used to choose core family (600, 700 or EM). As far as
|
/Zephyr-latest/doc/kernel/services/other/ |
D | atomic.rst | 112 Using atomic variables is typically far more efficient than using
|
/Zephyr-latest/samples/boards/espressif/flash_encryption/ |
D | README.rst | 61 The following SoCs are supported by this sample code so far:
|
/Zephyr-latest/kernel/ |
D | Kconfig.smp | 56 thread to take an interrupt, which can be arbitrarily far in the
|
/Zephyr-latest/tests/ztest/error_hook/ |
D | README.txt | 92 test case, we do not recover it so far.
|
/Zephyr-latest/boards/snps/nsim/arc_v/doc/ |
D | index.rst | 148 options from ``.tcf`` - but that may be far from optimal solution. For example, such approach
|
/Zephyr-latest/boards/nordic/nrf52840dongle/doc/ |
D | index.rst | 133 The push button is on the far side of the board from the USB connector. Note
|
/Zephyr-latest/doc/services/ipc/ipc_service/backends/ |
D | ipc_service_icbmsg.rst | 303 So far, the protocol is symmetrical.
|
/Zephyr-latest/boards/native/native_sim/doc/ |
D | index.rst | 201 to develop and test application code which is far decoupled from the HW. 694 Today, some native_sim peripherals and backends are, so far, only available when compiling with the
|
/Zephyr-latest/boards/snps/nsim/arc_classic/doc/ |
D | index.rst | 284 options from ``.tcf`` - but that may be far from optimal solution. For example, such approach
|
/Zephyr-latest/share/sysbuild/cmake/modules/ |
D | sysbuild_extensions.cmake | 674 # After exiting <source_dir>, this function will take every image added so far,
|
/Zephyr-latest/doc/kernel/usermode/ |
D | syscalls.rst | 423 to its memory. It is by far safest for small integral values to do the copying
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.4.rst | 197 The actual interpretation of this depends on the hardware and is so far only
|
/Zephyr-latest/samples/modules/tflite-micro/hello_world/train/ |
D | train_hello_world_model.ipynb | 416 …aining involves passing an `x` value into the neural network, checking how far the network's outpu… 1581 …e'll plot the _mean absolute error_, which is another way of measuring how far the network's predi… 1635 …he model's predictions are at least 30% off. A 30% error means we are very far from accurately mod…
|
/Zephyr-latest/doc/develop/west/ |
D | manifest.rst | 325 so far using ``defaults`` is:
|