Home
last modified time | relevance | path

Searched refs:cfi_bpf_hash (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/arch/riscv/include/asm/
H A Dcfi.h23 extern u32 cfi_bpf_hash;
32 #define cfi_bpf_hash 0U macro
/linux-6.15/arch/x86/include/asm/
H A Dcfi.h119 extern u32 cfi_bpf_hash;
156 #define cfi_bpf_hash 0U macro
/linux-6.15/arch/x86/kernel/
H A Dalternative.c1782 cfi_bpf_hash = cfi_rehash(cfi_bpf_hash); in __apply_fineibt()
/linux-6.15/arch/riscv/net/
H A Dbpf_jit_comp64.c2044 emit_kcfi(is_subprog ? cfi_bpf_subprog_hash : cfi_bpf_hash, ctx); in bpf_jit_build_prologue()
/linux-6.15/arch/x86/net/
H A Dbpf_jit_comp.c523 emit_cfi(&prog, ip, cfi_bpf_hash, 1); in emit_prologue()