Home
last modified time | relevance | path

Searched full:far (Results 1 – 25 of 104) sorted by relevance

12345

/Zephyr-latest/arch/arm64/core/
Dfatal.c284 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()
303 LOG_ERR("STACK OVERFLOW FROM KERNEL, SP: 0x%llx OR FAR: 0x%llx INVALID," 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()
315 LOG_ERR("STACK OVERFLOW FROM USERSPACE, SP: 0x%llx OR FAR: 0x%llx INVALID," 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()
[all …]
Dpaging.h10 bool z_arm64_do_demand_paging(struct arch_esf *esf, uint64_t esr, uint64_t far);
/Zephyr-latest/scripts/west_commands/zspdx/
Dspdxids.py38 Find an SPDX ID that is unique among others seen so far.
49 # determine whether spdxID is unique so far, or not
/Zephyr-latest/dts/bindings/spi/
Dspi-device.yaml22 as this is, by far, the most common mode.
35 thus 0 as this is, by far, the most common format.
/Zephyr-latest/dts/arm/microchip/mec5/
Dmec5_pkg176_pwms.dtsi7 /* So far all Microchip MEC5 family of SoC's so add three more PWM's
/Zephyr-latest/samples/net/sockets/http_client/
Ddocker-test.sh25 # If everything is ok so far, do the TLS version
/Zephyr-latest/dts/bindings/mipi-dbi/
Dmipi-dbi-spi-device.yaml14 as this is, by far, the most common mode.
/Zephyr-latest/lib/os/
Dthread_entry.c54 * warning unless we tell it that control never gets this far. in z_thread_entry()
/Zephyr-latest/samples/boards/espressif/spiram_test/
DREADME.rst17 The following SoCs are supported by this sample code so far:
/Zephyr-latest/lib/posix/options/getopt/
DREADME9 [So far Zephyr samples were using getopt implementation from: argtable3.c.]
/Zephyr-latest/include/zephyr/arch/x86/ia32/
Dsegmentation.h222 * Full linear address (segment selector+offset), for far jumps/calls
225 /** Far pointer offset, unused when invoking a task. */
227 /** Far pointer segment/gate selector. */
480 * and do a far call to the code segment.
/Zephyr-latest/subsys/dfu/
DKconfig24 So far only mcuboot support is available.
/Zephyr-latest/arch/riscv/core/
Dreset.S28 * use call opcode in case __initialize is far away.
/Zephyr-latest/dts/bindings/mtd/
Datmel,at45.yaml66 Power-Down modes is that the chip consumes far less power in the latter
/Zephyr-latest/boards/snps/hsdk/support/
Dopenocd-2-cores.cfg38 # CHIPNAME will be used to choose core family (600, 700 or EM). As far as
Dopenocd.cfg38 # CHIPNAME will be used to choose core family (600, 700 or EM). As far as
/Zephyr-latest/kernel/
Didle.c80 * preemptible as far as the modern scheduler is in idle()
DKconfig.smp56 thread to take an interrupt, which can be arbitrarily far in the
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dheartbeat.h60 /** The number of received Heartbeat messages so far. */
/Zephyr-latest/drivers/sensor/sx9500/
Dsx9500.c43 * debouncer off, far debouncer off.
/Zephyr-latest/doc/kernel/services/other/
Datomic.rst112 Using atomic variables is typically far more efficient than using
/Zephyr-latest/doc/hardware/peripherals/sensor/
Dread_and_decode.rst54 * Far less likely triggers are missed due to long held interrupt masks from
/Zephyr-latest/scripts/support/
Dquartus-flash.py54 # to be parameters? So far seems to work across 2 different boards, leave
/Zephyr-latest/boards/snps/hsdk4xd/support/
Dopenocd.cfg38 # CHIPNAME will be used to choose core family (600, 700 or EM). As far as
/Zephyr-latest/include/zephyr/arch/arm64/
Dlib_helpers.h87 MAKE_REG_HELPER_EL123(far)

12345