Home
last modified time | relevance | path

Searched refs:shdw_stk_base (Results 1 – 2 of 2) sorted by relevance

/linux/arch/riscv/kernel/
H A Dusercfi.c31 return task->thread_info.user_cfi_state.shdw_stk_base; in is_shstk_allocated()
41 task->thread_info.user_cfi_state.shdw_stk_base = shstk_addr; in set_shstk_base()
49 return task->thread_info.user_cfi_state.shdw_stk_base; in get_shstk_base()
/linux/arch/riscv/include/asm/
H A Dusercfi.h29 unsigned long shdw_stk_base; /* Base address of shadow stack */ member