/Zephyr-latest/lib/libc/minimal/source/stdlib/ |
D | qsort.c | 56 int swap; in sift_down() local 58 for (swap = start, root = swap; left(root) < end; root = swap) { in sift_down() 62 if (compare(cmp, A(swap), A(child)) < 0) { in sift_down() 63 swap = child; in sift_down() 67 if (right(root) < end && compare(cmp, A(swap), A(right(root))) < 0) { in sift_down() 68 swap = right(root); in sift_down() 71 if (swap == root) { in sift_down() 75 byteswp(A(root), A(swap), size); in sift_down()
|
/Zephyr-latest/include/zephyr/arch/riscv/ |
D | irq.h | 87 #define ARCH_ISR_DIRECT_FOOTER(swap) arch_isr_direct_footer(swap) argument 105 static inline void arch_isr_direct_footer(int swap) in arch_isr_direct_footer() argument 107 ARG_UNUSED(swap); in arch_isr_direct_footer()
|
/Zephyr-latest/tests/arch/arm/arm_thread_swap/ |
D | README.txt | 1 Title: Test suite to verify the thread-swap (context-switch) and system-calls 6 Thread-swap test: 11 at thread swap-out and swap-in, respectively 13 restored, properly, at thread swap-out and swap-in, respectively, 17 - the swap return value can be set and will be return, properly, 18 at thread swap-in 27 swap-out (by calling arch_swap(.)).
|
/Zephyr-latest/tests/boot/test_mcuboot/ |
D | README.rst | 4 Tests MCUBoot's image swap support. This application is built in three parts 6 application is the main sysbuild target, and will request an image swap 9 that MCUBoot swaps to when the image swap is requested.
|
/Zephyr-latest/include/zephyr/arch/x86/ia32/ |
D | arch.h | 264 #define ARCH_ISR_DIRECT_FOOTER(swap) arch_isr_direct_footer(swap) argument 293 static inline void arch_isr_direct_footer(int swap) in arch_isr_direct_footer() argument 307 if (swap != 0 && _kernel.cpus[0].nested == 0 && in arch_isr_direct_footer()
|
/Zephyr-latest/include/zephyr/arch/arc/v2/ |
D | irq.h | 113 #define ARCH_ISR_DIRECT_FOOTER(swap) arch_isr_direct_footer(swap) argument
|
/Zephyr-latest/lib/heap/ |
D | multi_heap.c | 26 struct sys_multi_heap_rec swap; in sys_multi_heap_add_heap() local 38 swap = mheap->heaps[i]; in sys_multi_heap_add_heap() 40 mheap->heaps[lowest] = swap; in sys_multi_heap_add_heap()
|
/Zephyr-latest/boards/nxp/mimxrt1050_evk/ |
D | mimxrt1050_evk_mimxrt1052_qspi.dts | 40 /* The MCUBoot swap-move algorithm uses the last 2 sectors 41 * of the primary slot0 for swap status and move.
|
D | mimxrt1050_evk_mimxrt1052_hyperflash.dts | 55 /* The MCUBoot swap-move algorithm uses the last 2 sectors 56 * of the primary slot0 for swap status and move.
|
/Zephyr-latest/boards/nxp/mimxrt1060_evk/ |
D | mimxrt1060_evk_mimxrt1062_qspi.dts | 43 /* The MCUBoot swap-move algorithm uses the last 2 sectors 44 * of the primary slot0 for swap status and move.
|
D | mimxrt1060_evk_mimxrt1062_hyperflash.dts | 53 /* The MCUBoot swap-move algorithm uses the last 2 sectors 54 * of the primary slot0 for swap status and move.
|
/Zephyr-latest/arch/mips/core/ |
D | CMakeLists.txt | 12 swap.S
|
/Zephyr-latest/boards/nxp/mimxrt1170_evk/ |
D | mimxrt1170_evk_mimxrt1176_cm4_B.overlay | 43 /* The MCUBoot swap-move algorithm uses the last 3 sectors 44 * of the primary slot0 for swap status and move.
|
D | mimxrt1170_evk_mimxrt1176_cm7_B.overlay | 46 /* The MCUBoot swap-move algorithm uses the last 3 sectors 47 * of the primary slot0 for swap status and move.
|
/Zephyr-latest/arch/nios2/core/ |
D | CMakeLists.txt | 10 swap.S
|
/Zephyr-latest/samples/philosophers/ |
D | README.rst | 129 …ilosopher 0 PENDING PRIO 3) arch_swap (key=0) at zephyr/mainline/zephyr/arch/arm/core/swap.c:53 130 …1 SUSPENDED PRIO 2) arch_swap (key=key@entry=0) at zephyr/mainline/zephyr/arch/arm/core/swap.c:53 131 …2 SUSPENDED PRIO 1) arch_swap (key=key@entry=0) at zephyr/mainline/zephyr/arch/arm/core/swap.c:53 132 …3 SUSPENDED PRIO 0) arch_swap (key=key@entry=0) at zephyr/mainline/zephyr/arch/arm/core/swap.c:53 133 …ilosopher 4 PENDING PRIO 255) arch_swap (key=0) at zephyr/mainline/zephyr/arch/arm/core/swap.c:53 134 …5 SUSPENDED PRIO 254) arch_swap (key=key@entry=0) at zephyr/mainline/zephyr/arch/arm/core/swap.c:53
|
/Zephyr-latest/include/zephyr/arch/arm/ |
D | irq.h | 142 #define ARCH_ISR_DIRECT_FOOTER(swap) arch_isr_direct_footer(swap)
|
/Zephyr-latest/boards/shields/lcd_par_s035/boards/ |
D | rd_rw612_bga.overlay | 79 * color format. This is because the "nxp,swap-bytes" setting 83 * like LVGL, which would otherwise have to swap RGB565 data in 93 nxp,swap-bytes;
|
/Zephyr-latest/boards/nxp/frdm_mcxw71/ |
D | frdm_mcxw71.dts | 93 /* The MCUBoot swap-move algorithm uses the last 2 sectors 94 * of the primary slot0 for swap status and move.
|
/Zephyr-latest/boards/nxp/mimxrt1180_evk/ |
D | mimxrt1180_evk.dtsi | 95 /* The MCUBoot swap-move algorithm uses the last 3 sectors 96 * of the primary slot0 for swap status and move.
|
/Zephyr-latest/boards/shields/g1120b0mipi/ |
D | Kconfig.defconfig | 15 # Enable color swap in driver
|
/Zephyr-latest/arch/posix/core/ |
D | CMakeLists.txt | 9 swap.c
|
/Zephyr-latest/boards/nxp/rd_rw612_bga/dts/ |
D | goworld_16880_lcm.overlay | 12 swap-xy; 19 nxp,swap-bytes;
|
/Zephyr-latest/boards/renesas/da1469x_dk_pro/dts/ |
D | da1469x_dk_pro_mipi_dbi.overlay | 19 swap-xy;
|
/Zephyr-latest/boards/nxp/twr_kv58f220m/ |
D | twr_kv58f220m.dts | 123 /* The MCUBoot swap-move algorithm uses the last 2 sectors 124 * of the primary slot0 for swap status and move.
|