Searched refs:unaligned (Results 1 – 25 of 25) sorted by relevance
98 uint32_t *unaligned = dst; in z_impl_sys_rand_get() local107 UNALIGNED_PUT(xoshiro128_next(), unaligned++); in z_impl_sys_rand_get()112 memcpy(unaligned, &ret, rem); in z_impl_sys_rand_get()
220 uint32_t unaligned; in write_data() local227 unaligned = (uintptr_t)data & 0x00000003UL; in write_data()228 if (unaligned != 0) { in write_data()229 unaligned = 4 - unaligned; in write_data()230 unaligned = MIN(len, unaligned); in write_data()232 len -= unaligned; in write_data()234 switch (unaligned) { in write_data()
27 The BLOB Flash Writer copies chunk data into a buffer to accommodate chunks that are unaligned with29 the chunk is unaligned.
35 * When decoding nibbles, it is more efficient when core supports unaligned memory access.36 Implementation supports optimized version with unaligned memory access and generic one.
19 …TARGET_SWITCH} -g -Wall -Werror -Wextra -fdata-sections -ffunction-sections -mno-unaligned-access")
18 bool "Allow read access to be unaligned"
80 Size in bytes of internal buffer SD card uses for unaligned reads and
84 so buffer must be aligned to prevent unaligned memory access
38 | Hardware-assisted unaligned memory access | Y [#f2]_ | Y | …
29 -Wno-unaligned-pointer-conversion
253 to support unaligned memory access which is then disabled by default.254 Enable unaligned access in hardware and make software to use it.
75 /* Defining this memory solves unaligned memory access issue */
294 * ``ZEP-2012`` - Fault in networking stack for cores that can't access unaligned memory
419 * :github:`6307` - Unaligned access in networking code causes unaligned exception on Nucleo-F429ZI718 * :github:`7776` - possible unaligned memory access to struct _k_object's perms
356 * ``ZEP-1549`` - k_cpu_sleep_mode unaligned byte address
632 * Fixed unaligned access to IPv6 address.915 * Allow the final data chunk in the image to be unaligned in1224 * :github:`30723` - libc: malloc() returns unaligned pointer, causes CPU exception1913 * :github:`16438` - fs/FCB fs/NVS : requires unaligned flash read-out length capabilities,
422 * Nios2: qspi unaligned read support1270 * :github:`1583` - NFFS requires 1-byte unaligned accesses to flash
609 * Fixed write from unaligned source for STM32G0x.1820 * :github:`50689` - Suspected unaligned access in Bluetooth controller connection handling2041 * :github:`49066` - Mcumgr img_mgmt_impl_upload_inspect() can cause unaligned memory access hard fa…2324 * :github:`46733` - ipc_rpmsg_static_vrings creates unaligned TX virtqueues
441 …* Enhanced nRF QSPI NOR flash driver (nrf_qspi_nor) so it supports unaligned read offset, read len…1337 * :github:`26647` - build generates unaligned function reference in v2.3
1099 * Fixed possible unaligned memory access when in :c:func:`net_context_bind`.
2390 processors that do not support unaligned memory access.3564 * :github:`49066` - Mcumgr img_mgmt_impl_upload_inspect() can cause unaligned memory access hard fa…
1681 that do not support unaligned memory accesses.
1209 * :github:`38207` - Use of unaligned noinit data hangs qemu_arc_hs
1503 * :github:`13727` - MIMXRT1020_EVK sample/subsys/logging/logger report unaligned memory access
112 Out-of-bounds write in USB Mass Storage with unaligned sizes115 unaligned Sizes.