Home
last modified time | relevance | path

Searched refs:is_indir_lp_locked (Results 1 – 3 of 3) sorted by relevance

/linux/arch/riscv/include/asm/
H A Dusercfi.h48 bool is_indir_lp_locked(struct task_struct *task);
78 #define is_indir_lp_locked(task) false macro
/linux/arch/riscv/kernel/
H A Dusercfi.c87 bool is_indir_lp_locked(struct task_struct *task) in is_indir_lp_locked() function
459 fcfi_status |= (is_indir_lp_locked(t) ? PR_CFI_LOCK : 0); in arch_prctl_get_branch_landing_pad_state()
470 if (is_indir_lp_locked(t)) in arch_prctl_set_branch_landing_pad_state()
H A Dptrace.c307 user_cfi.cfi_status.cfi_state |= is_indir_lp_locked(target) ? in riscv_cfi_get()