Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
H A Dusercfi.h41 bool is_shstk_allocated(struct task_struct *task);
70 #define is_shstk_allocated(task) false macro
/linux/arch/riscv/kernel/
H A Dusercfi.c29 bool is_shstk_allocated(struct task_struct *task) in is_shstk_allocated() function
405 if (is_shstk_allocated(t)) in arch_set_shadow_stack_status()