Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/x86/
H A Dtest_shadow_stack.c122 void free_shstk(void *shstk) in free_shstk()
127 int reset_shstk(void *shstk) in reset_shstk()
154 void *shstk = create_shstk(0); in test_shstk_pivot() local
169 unsigned long *shstk = create_shstk(0); in test_shstk_faults() local
561 void *free_area, *shstk, *test_map = (void *)0xFFFFFFFFFFFFFFFF; in test_guard_gap() local
/openbmc/linux/arch/x86/kernel/
H A 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
/openbmc/linux/arch/x86/include/asm/
H A Dprocessor.h497 struct thread_shstk shstk; member