Searched refs:z_libc_partition (Results  1 – 25 of 29) sorted by relevance
12
| /Zephyr-latest/lib/libc/picolibc/ | 
| D | picolibc-hooks.h | 29 #define LIBC_BSS	K_APP_BMEM(z_libc_partition) 30 #define LIBC_DATA	K_APP_DMEM(z_libc_partition)
  | 
| /Zephyr-latest/include/zephyr/sys/ | 
| D | libc-hooks.h | 97 extern struct k_mem_partition z_libc_partition; 104 #define Z_LIBC_DATA K_APP_DMEM(z_libc_partition)
  | 
| /Zephyr-latest/samples/userspace/prod_consumer/src/ | 
| D | main.c | 42 	LOG_INF("libc partition: %p %zu", (void *)z_libc_partition.start,  in main() 43 		(size_t)z_libc_partition.size);  in main()
  | 
| D | app_a.c | 195 		&z_libc_partition,  in app_a_entry()
  | 
| /Zephyr-latest/kernel/ | 
| D | compiler_stack_protect.c | 53 K_APP_DMEM(z_libc_partition) volatile uintptr_t __stack_chk_guard;
  | 
| D | mem_domain.c | 360 					 &z_libc_partition);  in init_mem_domain_module()
  | 
| D | userspace.c | 28 K_APPMEM_PARTITION_DEFINE(z_libc_partition);
  | 
| /Zephyr-latest/arch/arm/core/ | 
| D | tls.c | 21 K_APP_DMEM(z_libc_partition) uintptr_t z_arm_tls_ptr;  in K_APP_DMEM()  argument
  | 
| /Zephyr-latest/tests/benchmarks/footprints/src/ | 
| D | main.c | 47 		&z_libc_partition,  in main()
  | 
| /Zephyr-latest/arch/x86/ | 
| D | timing.c | 13 K_APP_BMEM(z_libc_partition) static uint64_t tsc_freq;  in K_APP_BMEM()  argument
  | 
| /Zephyr-latest/samples/net/mqtt_sn_publisher/src/ | 
| D | main.c | 67 		&z_libc_partition,  in init_app()
  | 
| /Zephyr-latest/samples/userspace/shared_mem/src/ | 
| D | main.c | 107 		&z_libc_partition,  in main() 113 		&z_libc_partition,  in main()
  | 
| /Zephyr-latest/samples/net/sockets/echo_server/src/ | 
| D | echo-server.c | 127 		&z_libc_partition,  in init_app()
  | 
| /Zephyr-latest/tests/kernel/mem_protect/mem_protect/src/ | 
| D | inherit.c | 43 	&z_libc_partition,
  | 
| D | mem_domain.c | 55 		&z_libc_partition,  in test_mem_domain_setup()
  | 
| /Zephyr-latest/samples/drivers/virtualization/ivshmem/doorbell/src/ | 
| D | ivshmem.c | 234 		&z_libc_partition,  in ivshmem_sample_userspace_doorbell()
  | 
| /Zephyr-latest/samples/subsys/logging/logger/src/ | 
| D | main.c | 26 		&z_libc_partition,
  | 
| /Zephyr-latest/lib/libc/newlib/ | 
| D | libc-hooks.c | 37 #define LIBC_BSS	K_APP_BMEM(z_libc_partition) 38 #define LIBC_DATA	K_APP_DMEM(z_libc_partition)
  | 
| /Zephyr-latest/tests/kernel/threads/tls/src/ | 
| D | main.c | 211 		&z_libc_partition,  in thread_tls_setup()
  | 
| /Zephyr-latest/samples/net/sockets/echo_client/src/ | 
| D | echo-client.c | 337 		&z_libc_partition,  in init_app()
  | 
| /Zephyr-latest/samples/net/mqtt_publisher/src/ | 
| D | main.c | 534 		&z_libc_partition,  in main()
  | 
| /Zephyr-latest/doc/develop/languages/c/ | 
| D | picolibc.rst | 145 :c:var:`z_libc_partition`. Applications using
  | 
| /Zephyr-latest/doc/kernel/usermode/ | 
| D | memory_domain.rst | 293 to be placed in ``z_libc_partition``. The invocation of the script in the 298     gen_app_partitions.py ... --library libc.a z_libc_partition .. 321  - ``z_libc_partition`` - Contains globals required by the C library and runtime.
  | 
| /Zephyr-latest/tests/subsys/llext/src/ | 
| D | test_llext.c | 154 	k_mem_domain_add_partition(&domain, &z_libc_partition);  in load_call_unload()
  | 
| /Zephyr-latest/tests/kernel/mem_protect/userspace/src/ | 
| D | main.c | 752 		&z_libc_partition,  in ZTEST()
  | 
        12