Searched defs:cfi_state (Results 1 – 3 of 3) sorted by relevance
27 struct cfi_state { struct28 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 …]
23 struct cfi_state { struct24 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 */
159 __u64 cfi_state; member