Searched refs:arity (Results 1 – 3 of 3) 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 | 418 static void emit_fineibt(u8 **pprog, u8 *ip, u32 hash, int arity) in emit_fineibt() argument 426 emit_call(&prog, __bhi_args[arity], ip + 11); in emit_fineibt() 449 static void emit_cfi(u8 **pprog, u8 *ip, u32 hash, int arity) in emit_cfi() argument 455 emit_fineibt(&prog, ip, hash, arity); in emit_cfi()
|
| /linux/ |
| H A D | Makefile | 1059 CC_FLAGS_CFI += -fsanitize-kcfi-arity
|