Home
last modified time | relevance | path

Searched refs:cfi_get_offset (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/arch/riscv/include/asm/
H A Dcfi.h17 static inline int cfi_get_offset(void) in cfi_get_offset() function
22 #define cfi_get_offset cfi_get_offset macro
/linux-6.15/arch/x86/include/asm/
H A Dcfi.h122 static inline int cfi_get_offset(void) in cfi_get_offset() function
135 #define cfi_get_offset cfi_get_offset macro
/linux-6.15/include/linux/
H A Dcfi.h16 #ifndef cfi_get_offset
17 static inline int cfi_get_offset(void) in cfi_get_offset() function
/linux-6.15/arch/riscv/net/
H A Dbpf_jit_core.c176 prog->bpf_func = (void *)ctx->ro_insns + cfi_get_offset(); in bpf_int_jit_compile()
178 prog->jited_len = prog_size - cfi_get_offset(); in bpf_int_jit_compile()
/linux-6.15/arch/riscv/kernel/
H A Dcfi.c125 if (get_kernel_nofault(hash, func - cfi_get_offset())) in cfi_get_func_hash()
/linux-6.15/net/bpf/
H A Dbpf_dummy_struct_ops.c72 dummy_ops_test_ret_fn test = (void *)image + cfi_get_offset(); in dummy_ops_call_op()
/linux-6.15/arch/x86/net/
H A Dbpf_jit_comp.c3735 prog->bpf_func = (void *)image + cfi_get_offset(); in bpf_int_jit_compile()
3737 prog->jited_len = proglen - cfi_get_offset(); in bpf_int_jit_compile()
3804 prog->bpf_func = (void *)prog->bpf_func - cfi_get_offset(); in bpf_jit_free()
/linux-6.15/kernel/bpf/
H A Dbpf_struct_ops.c836 *(void **)(kdata + moff) = image + trampoline_start + cfi_get_offset(); in bpf_struct_ops_map_update_elem()
/linux-6.15/arch/x86/kernel/
H A Dalternative.c1228 func -= cfi_get_offset(); in cfi_get_func_hash()