Home
last modified time | relevance | path

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

/linux-6.12.1/arch/riscv/include/asm/
Dcfi.h23 extern u32 cfi_bpf_hash;
32 #define cfi_bpf_hash 0U macro
/linux-6.12.1/arch/x86/include/asm/
Dcfi.h109 extern u32 cfi_bpf_hash;
134 #define cfi_bpf_hash 0U macro
/linux-6.12.1/arch/x86/kernel/
Dalternative.c1291 cfi_bpf_hash = cfi_rehash(cfi_bpf_hash); in __apply_fineibt()
/linux-6.12.1/arch/riscv/net/
Dbpf_jit_comp64.c2044 emit_kcfi(is_subprog ? cfi_bpf_subprog_hash : cfi_bpf_hash, ctx); in bpf_jit_build_prologue()
/linux-6.12.1/arch/x86/net/
Dbpf_jit_comp.c498 emit_cfi(&prog, is_subprog ? cfi_bpf_subprog_hash : cfi_bpf_hash); in emit_prologue()