Home
last modified time | relevance | path

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

/linux/tools/objtool/include/objtool/
H A Dcfi.h27 struct cfi_state { struct
28 struct hlist_node hash; /* must be first, cficmp() */
29 struct cfi_reg regs[CFI_NUM_REGS];
30 struct cfi_reg vals[CFI_NUM_REGS];
31 struct cfi_reg cfa;
32 int stack_size;
33 int drap_reg, drap_offset;
34 unsigned char type;
35 bool bp_scratch;
36 bool drap;
[all …]
/linux/arch/riscv/include/asm/
H A Dusercfi.h23 struct cfi_state { struct
24 unsigned long ubcfi_en : 1; /* Enable for backward cfi. */
25 unsigned long ubcfi_locked : 1;
26 unsigned long ufcfi_en : 1; /* Enable for forward cfi. Note that ELP goes in sstatus */
27 unsigned long ufcfi_locked : 1;
28 unsigned long user_shdw_stk; /* Current user shadow stack pointer */
29 unsigned long shdw_stk_base; /* Base address of shadow stack */
30 unsigned long shdw_stk_size; /* size of shadow stack */
/linux/arch/riscv/include/uapi/asm/
H A Dptrace.h159 __u64 cfi_state; member