Home
last modified time | relevance | path

Searched refs:_thread_userspace_local_data (Results 1 – 3 of 3) sorted by relevance

/Zephyr-4.2.1/include/zephyr/kernel/
Dthread.h204 struct _thread_userspace_local_data { struct
309 struct _thread_userspace_local_data *userspace_local_data;
/Zephyr-4.2.1/tests/kernel/mem_protect/userspace/src/
Dmain.c1032 for (int i = 0; i < sizeof(struct _thread_userspace_local_data); i++) { in tls_leakage_user_part()
1050 sizeof(struct _thread_userspace_local_data)); in ZTEST()
1096 sizeof(struct _thread_userspace_local_data); in ZTEST()
/Zephyr-4.2.1/kernel/
Dthread.c476 size_t tls_size = sizeof(struct _thread_userspace_local_data); in setup_thread_stack()
481 (struct _thread_userspace_local_data *)(stack_ptr - delta); in setup_thread_stack()
923 sizeof(struct _thread_userspace_local_data)); in k_thread_user_mode_enter()