Home
last modified time | relevance | path

Searched refs:get_active_shstk (Results 1 – 4 of 4) sorted by relevance

/linux/arch/riscv/include/asm/
H A Dusercfi.h44 unsigned long get_active_shstk(struct task_struct *task);
88 #define get_active_shstk(task) 0UL macro
/linux/arch/riscv/kernel/
H A Dusercfi.c57 unsigned long get_active_shstk(struct task_struct *task) in get_active_shstk() function
191 ss_ptr = get_active_shstk(tsk); in save_user_shstk()
H A Dprocess.c97 regs->t5, regs->t6, get_active_shstk(current)); in __show_regs()
H A Dptrace.c318 user_cfi.shstk_ptr = get_active_shstk(target); in riscv_cfi_get()