/Zephyr-latest/samples/userspace/shared_mem/src/ |
D | main.h | 28 #define _app_user_b K_APP_BMEM(user_part) 31 #define _app_red_b K_APP_BMEM(red_part) 34 #define _app_enc_b K_APP_BMEM(enc_part) 37 #define _app_blk_b K_APP_BMEM(blk_part) 40 #define _app_ct_b K_APP_BMEM(ct_part)
|
/Zephyr-latest/tests/kernel/mem_protect/mem_protect/src/ |
D | mem_partition.c | 16 static volatile K_APP_BMEM(ztest_mem_partition) int zeroed_var = 20420; 17 static volatile K_APP_BMEM(ztest_mem_partition) int bss_var; in K_APP_BMEM() function 48 K_APP_BMEM(part_arch) uint8_t __aligned(MEM_REGION_ALLOC)
|
/Zephyr-latest/lib/libc/picolibc/ |
D | picolibc-hooks.h | 29 #define LIBC_BSS K_APP_BMEM(z_libc_partition)
|
/Zephyr-latest/include/zephyr/app_memory/ |
D | app_memdomain.h | 61 #define K_APP_BMEM(id) Z_GENERIC_SECTION(K_APP_BMEM_SECTION(id)) macro 145 #define K_APP_BMEM(ptn) macro
|
/Zephyr-latest/samples/userspace/prod_consumer/src/ |
D | app_a.h | 17 #define APP_A_BSS K_APP_BMEM(app_a_partition)
|
D | app_b.h | 17 #define APP_B_BSS K_APP_BMEM(app_b_partition)
|
/Zephyr-latest/samples/net/mqtt_sn_publisher/src/ |
D | common.h | 13 #define APP_BMEM K_APP_BMEM(app_partition)
|
/Zephyr-latest/samples/subsys/logging/logger/src/ |
D | ext_log_system.c | 9 K_APP_BMEM(app_part) static ext_log_handler log_handler; in K_APP_BMEM() function
|
/Zephyr-latest/tests/benchmarks/footprints/src/ |
D | footprint.h | 22 #define FP_BMEM K_APP_BMEM(footprint_mem_partition)
|
/Zephyr-latest/tests/subsys/edac/ibecc/src/ |
D | ibecc.c | 36 K_APP_BMEM(default_part) static volatile int interrupt; 37 K_APP_BMEM(default_part) static volatile uint32_t error_type; 38 K_APP_BMEM(default_part) static volatile uint64_t error_address; 39 K_APP_BMEM(default_part) static volatile uint16_t error_syndrome;
|
/Zephyr-latest/samples/net/sockets/echo_client/src/ |
D | common.h | 24 #define APP_BMEM K_APP_BMEM(app_partition)
|
/Zephyr-latest/arch/x86/ |
D | timing.c | 13 K_APP_BMEM(z_libc_partition) static uint64_t tsc_freq; in K_APP_BMEM() function
|
/Zephyr-latest/samples/net/sockets/echo_server/src/ |
D | common.h | 30 #define APP_BMEM K_APP_BMEM(app_partition)
|
/Zephyr-latest/tests/kernel/mem_protect/userspace/src/ |
D | main.c | 58 K_APP_BMEM(default_part) volatile bool default_bool; 61 K_APP_BMEM(alt_part) volatile bool alt_bool; 471 K_APP_BMEM(default_part) static struct k_sem sem; 667 K_APP_BMEM(default_part) static size_t bytes_written_read; in K_APP_BMEM() function 1102 K_APP_BMEM(default_part) volatile bool kernel_only_thread_ran; 1103 K_APP_BMEM(default_part) volatile bool kernel_only_thread_user_ran;
|
/Zephyr-latest/tests/benchmarks/app_kernel/src/ |
D | master.h | 42 #define BENCH_BMEM K_APP_BMEM(bench_mem_partition)
|
/Zephyr-latest/tests/benchmarks/latency_measure/src/ |
D | utils.h | 24 #define BENCH_BMEM K_APP_BMEM(bench_mem_partition)
|
/Zephyr-latest/tests/kernel/threads/tls/src/ |
D | main.c | 50 K_APP_BMEM(part_common) static k_tid_t tls_tid[NUM_THREADS]; 51 K_APP_BMEM(part_common) static enum test_result tls_result[NUM_THREADS];
|
/Zephyr-latest/samples/drivers/virtualization/ivshmem/doorbell/src/ |
D | ivshmem.c | 55 #define APP_A_BSS K_APP_BMEM(app_a_partition)
|
/Zephyr-latest/lib/libc/newlib/ |
D | libc-hooks.c | 37 #define LIBC_BSS K_APP_BMEM(z_libc_partition) 66 #define MALLOC_BSS K_APP_BMEM(z_malloc_partition)
|
/Zephyr-latest/samples/net/sockets/http_server/src/ |
D | ws.c | 39 #define APP_BMEM K_APP_BMEM(app_partition)
|
/Zephyr-latest/subsys/testsuite/ztest/include/zephyr/ |
D | ztest_test.h | 370 #define ZTEST_BMEM K_APP_BMEM(ztest_mem_partition)
|
/Zephyr-latest/samples/net/mqtt_publisher/src/ |
D | main.c | 25 #define APP_BMEM K_APP_BMEM(app_partition)
|
/Zephyr-latest/doc/kernel/usermode/ |
D | memory_domain.rst | 250 :c:macro:`K_APP_DMEM()` for initialized data and :c:macro:`K_APP_BMEM()` for 268 * and be zeroed at boot size K_APP_BMEM() was used, indicating a BSS 271 K_APP_BMEM(my_partition) int var2;
|
/Zephyr-latest/include/zephyr/rtio/ |
D | rtio.h | 864 #define RTIO_BMEM COND_CODE_1(CONFIG_USERSPACE, (K_APP_BMEM(rtio_partition) static), (static))
|