Home
last modified time | relevance | path

Searched defs:shstk (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/tools/testing/selftests/x86/
Dtest_shadow_stack.c123 void free_shstk(void *shstk) in free_shstk()
128 int reset_shstk(void *shstk) in reset_shstk()
155 void *shstk = create_shstk(0); in test_shstk_pivot() local
170 unsigned long *shstk = create_shstk(0); in test_shstk_faults() local
562 void *free_area, *shstk, *test_map = (void *)0xFFFFFFFFFFFFFFFF; in test_guard_gap_other_gaps() local
/linux-6.14.4/arch/x86/kernel/
Dshstk.c159 struct thread_shstk *shstk = &current->thread.shstk; in shstk_setup() local
197 struct thread_shstk *shstk = &tsk->thread.shstk; in shstk_alloc_thread_stack() local
407 struct thread_shstk *shstk = &tsk->thread.shstk; in shstk_free() local
/linux-6.14.4/arch/x86/include/asm/
Dprocessor.h524 struct thread_shstk shstk; member