Searched refs:arity (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/x86/kernel/ |
| H A D | alternative.c | 1593 static void cfi_fineibt_bhi_preamble(void *addr, int arity) in cfi_fineibt_bhi_preamble() argument 1597 if (!arity) in cfi_fineibt_bhi_preamble() 1600 if (!cfi_warn && arity == 1) { in cfi_fineibt_bhi_preamble() 1620 __bhi_args[arity], CALL_INSN_SIZE); in cfi_fineibt_bhi_preamble() 1631 int arity; in cfi_rewrite_preamble() local 1642 hash = decode_preamble_hash(addr, &arity); in cfi_rewrite_preamble() 1660 WARN_ONCE(!IS_ENABLED(CONFIG_FINEIBT_BHI) && arity, in cfi_rewrite_preamble() 1665 cfi_fineibt_bhi_preamble(addr, arity); in cfi_rewrite_preamble()
|
| /linux/arch/x86/net/ |
| H A D | bpf_jit_comp.c | 447 static void emit_fineibt(u8 **pprog, u8 *ip, u32 hash, int arity) in emit_kcfi() 455 emit_call(&prog, __bhi_args[arity], ip + 11); in emit_cfi() 478 static void emit_cfi(u8 **pprog, u8 *ip, u32 hash, int arity) in emit_prologue_tail_call() 484 emit_fineibt(&prog, ip, hash, arity); in emit_prologue_tail_call() 418 emit_fineibt(u8 ** pprog,u8 * ip,u32 hash,int arity) emit_fineibt() argument 449 emit_cfi(u8 ** pprog,u8 * ip,u32 hash,int arity) emit_cfi() argument
|
| /linux/ |
| H A D | Makefile | 1113 CC_FLAGS_CFI += -fsanitize-kcfi-arity
|
| /linux/arch/x86/ |
| H A D | Kconfig | 2360 def_bool $(cc-option,-fsanitize=kcfi -fsanitize-kcfi-arity)
|