Home
last modified time | relevance | path

Searched refs:boundary (Results 1 – 25 of 49) sorted by relevance

12

/Zephyr-latest/drivers/disk/nvme/
Dnvme_namespace.c75 return ns->boundary; in nvme_namespace_get_stripesize()
117 ns->boundary = ns->data.noiob * nvme_namespace_get_sector_size(ns); in nvme_namespace_construct()
Dnvme_namespace.h166 uint32_t boundary; member
/Zephyr-latest/subsys/fb/
Dcfb_shell.c194 int boundary; in cmd_scroll_vert() local
208 boundary = cfb_get_display_parameter(dev, CFB_DISPLAY_ROWS) - row; in cmd_scroll_vert()
210 for (int i = 0; i < boundary; i++) { in cmd_scroll_vert()
230 int boundary; in cmd_scroll_horz() local
245 boundary = cfb_get_display_parameter(dev, CFB_DISPLAY_COLS) - col; in cmd_scroll_horz()
247 for (int i = 0; i < boundary; i++) { in cmd_scroll_horz()
/Zephyr-latest/dts/arm/nxp/
Dnxp_k8xfn256vxx15.dtsi13 * across the 0x2000_0000 boundary are not supported in the Arm
Dnxp_ke1xf256vlx16.dtsi13 * across the 0x2000_0000 boundary are not supported in the Arm
Dnxp_ke1xf512vlx16.dtsi13 * across the 0x2000_0000 boundary are not supported in the Arm
Dnxp_s32k146.dtsi20 * and burst accesses cannot occur across the 0x20000000 boundary
/Zephyr-latest/doc/kernel/memory_management/
Dslabs.rst33 The memory slab's buffer must be aligned to an N-byte boundary, where
35 all memory blocks in the buffer are similarly aligned to this boundary,
74 that are 400 bytes long, each of which is aligned to a 4-byte boundary.
Dsys_mem_blocks.rst43 The buffer must be aligned to an N-byte boundary, where N is a power of 2
45 the buffer are similarly aligned to this boundary, the block size must
109 to a 4-byte boundary:
/Zephyr-latest/lib/net_buf/
DKconfig58 to a certain byte boundary, or dealing with cache line restrictions.
/Zephyr-latest/doc/services/tfm/
Dtestsuites.rst18 NS/S boundary via the PSA APIs. They provide a useful sanity check for proper
/Zephyr-latest/include/zephyr/linker/common-rom/
Dcommon-rom-init.ld9 * boundary. To align with the C++ standard, the first element
Dcommon-rom-kernel-devices.ld53 * specific boundary for using double word load
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/tippy/
Dpopper.min.js7boundary,c=void 0===f?"clippingParents":f,u=r.rootBoundary,l=void 0===u?H:u,h=r.elementContext,m=v…
/Zephyr-latest/arch/x86/
Dia32.cmake7 zephyr_cc_option(-mpreferred-stack-boundary=2)
/Zephyr-latest/include/zephyr/linker/
Dcommon-ram.ld24 * specific boundary for using double word load
/Zephyr-latest/include/zephyr/arch/sparc/
Dlinker.ld142 * section ends on a 4 byte boundary. This wastes a maximum of 3 bytes.
/Zephyr-latest/doc/kernel/usermode/
Dmpu_stack_objects.rst48 This means that a 1500 byte stack should be aligned to a 2kB boundary and the
/Zephyr-latest/boards/nxp/frdm_rw612/
Dfrdm_rw612_common.dtsi61 ahb-boundary = "1024";
/Zephyr-latest/samples/subsys/display/cfb_shell/
DREADME.rst123 until it hits the display boundary, last column for horizontal and last row
/Zephyr-latest/include/zephyr/arch/mips/
Dlinker.ld169 * section ends on a 4 byte boundary. This wastes a maximum of 3 bytes.
/Zephyr-latest/soc/infineon/cat1b/cyw20829/
Dlinker.ld285 * section ends on a 4 byte boundary. This wastes a maximum of 3 bytes.
354 * section ends on a 4 byte boundary. This wastes a maximum of 3 bytes.
/Zephyr-latest/include/zephyr/arch/arm/cortex_m/scripts/
Dlinker.ld302 * section ends on a 4 byte boundary. This wastes a maximum of 3 bytes.
474 * section ends on a 4 byte boundary. This wastes a maximum of 3 bytes.
/Zephyr-latest/doc/kernel/services/data_passing/
Dstacks.rst24 and must be aligned on a native word boundary.
/Zephyr-latest/soc/cdns/xtensa_sample_controller/include/
Dxtensa-sample-controller.ld90 /* Memory boundary addresses: */
102 /* Memory segment boundary addresses: */

12