Searched refs:arity (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/arch/x86/kernel/ |
| H A D | alternative.c | 1561 static void cfi_fineibt_bhi_preamble(void *addr, int arity) in cfi_fineibt_bhi_preamble() argument 1563 if (!arity) in cfi_fineibt_bhi_preamble() 1566 if (!cfi_warn && arity == 1) { in cfi_fineibt_bhi_preamble() 1604 __bhi_args[arity]), in cfi_fineibt_bhi_preamble() 1614 int arity; in cfi_rewrite_preamble() local 1625 hash = decode_preamble_hash(addr, &arity); in cfi_rewrite_preamble() 1634 WARN_ONCE(!IS_ENABLED(CONFIG_FINEIBT_BHI) && arity, in cfi_rewrite_preamble() 1639 cfi_fineibt_bhi_preamble(addr, arity); in cfi_rewrite_preamble()
|
| /linux-6.15/arch/x86/net/ |
| H A D | bpf_jit_comp.c | 417 static void emit_fineibt(u8 **pprog, u8 *ip, u32 hash, int arity) in emit_fineibt() argument 424 emit_call(&prog, __bhi_args[arity], ip + 11); in emit_fineibt() 457 static void emit_cfi(u8 **pprog, u8 *ip, u32 hash, int arity) in emit_cfi() argument 463 emit_fineibt(&prog, ip, hash, arity); in emit_cfi()
|
| /linux-6.15/ |
| H A D | Makefile | 1017 CC_FLAGS_CFI += -fsanitize-kcfi-arity
|
| /linux-6.15/arch/x86/ |
| H A D | Kconfig | 2419 def_bool $(cc-option,-fsanitize=kcfi -fsanitize-kcfi-arity)
|