/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() 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 …]
|
D | paging.h | 10 bool z_arm64_do_demand_paging(struct arch_esf *esf, uint64_t esr, uint64_t far);
|
/Zephyr-latest/scripts/west_commands/zspdx/ |
D | spdxids.py | 38 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/ |
D | spi-device.yaml | 22 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/ |
D | mec5_pkg176_pwms.dtsi | 7 /* So far all Microchip MEC5 family of SoC's so add three more PWM's
|
/Zephyr-latest/samples/net/sockets/http_client/ |
D | docker-test.sh | 25 # If everything is ok so far, do the TLS version
|
/Zephyr-latest/dts/bindings/mipi-dbi/ |
D | mipi-dbi-spi-device.yaml | 14 as this is, by far, the most common mode.
|
/Zephyr-latest/lib/os/ |
D | thread_entry.c | 54 * warning unless we tell it that control never gets this far. in z_thread_entry()
|
/Zephyr-latest/samples/boards/espressif/spiram_test/ |
D | README.rst | 17 The following SoCs are supported by this sample code so far:
|
/Zephyr-latest/lib/posix/options/getopt/ |
D | README | 9 [So far Zephyr samples were using getopt implementation from: argtable3.c.]
|
/Zephyr-latest/include/zephyr/arch/x86/ia32/ |
D | segmentation.h | 222 * 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/ |
D | Kconfig | 24 So far only mcuboot support is available.
|
/Zephyr-latest/arch/riscv/core/ |
D | reset.S | 28 * use call opcode in case __initialize is far away.
|
/Zephyr-latest/dts/bindings/mtd/ |
D | atmel,at45.yaml | 66 Power-Down modes is that the chip consumes far less power in the latter
|
/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/kernel/ |
D | idle.c | 80 * preemptible as far as the modern scheduler is in idle()
|
D | Kconfig.smp | 56 thread to take an interrupt, which can be arbitrarily far in the
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | heartbeat.h | 60 /** The number of received Heartbeat messages so far. */
|
/Zephyr-latest/drivers/sensor/sx9500/ |
D | sx9500.c | 43 * debouncer off, far debouncer off.
|
/Zephyr-latest/doc/kernel/services/other/ |
D | atomic.rst | 112 Using atomic variables is typically far more efficient than using
|
/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | read_and_decode.rst | 54 * Far less likely triggers are missed due to long held interrupt masks from
|
/Zephyr-latest/scripts/support/ |
D | quartus-flash.py | 54 # to be parameters? So far seems to work across 2 different boards, leave
|
/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/include/zephyr/arch/arm64/ |
D | lib_helpers.h | 87 MAKE_REG_HELPER_EL123(far)
|