Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/kernel/
Dthread.h200 struct _thread_userspace_local_data { struct
305 struct _thread_userspace_local_data *userspace_local_data;
/Zephyr-latest/tests/kernel/mem_protect/userspace/src/
Dmain.c1024 for (int i = 0; i < sizeof(struct _thread_userspace_local_data); i++) { in tls_leakage_user_part()
1042 sizeof(struct _thread_userspace_local_data)); in ZTEST()
1088 sizeof(struct _thread_userspace_local_data); in ZTEST()
/Zephyr-latest/kernel/
Dthread.c475 size_t tls_size = sizeof(struct _thread_userspace_local_data); in setup_thread_stack()
480 (struct _thread_userspace_local_data *)(stack_ptr - delta); in setup_thread_stack()
786 sizeof(struct _thread_userspace_local_data)); in k_thread_user_mode_enter()