Home
last modified time | relevance | path

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

/arch/x86/include/asm/
A Dcfi.h120 static inline int cfi_get_offset(void) in cfi_get_offset() function
133 #define cfi_get_offset cfi_get_offset macro
/arch/riscv/net/
A Dbpf_jit_core.c175 prog->bpf_func = (void *)ctx->ro_insns + cfi_get_offset(); in bpf_int_jit_compile()
177 prog->jited_len = prog_size - cfi_get_offset(); in bpf_int_jit_compile()
/arch/arm64/net/
A Dbpf_jit_comp.c2166 prog->bpf_func = (void *)ctx.ro_image + cfi_get_offset(); in bpf_int_jit_compile()
2168 prog->jited_len = prog_size - cfi_get_offset(); in bpf_int_jit_compile()
3071 prog->bpf_func -= cfi_get_offset(); in bpf_jit_free()
/arch/x86/net/
A Dbpf_jit_comp.c3728 prog->bpf_func = (void *)image + cfi_get_offset(); in bpf_int_jit_compile()
3730 prog->jited_len = proglen - cfi_get_offset(); in bpf_int_jit_compile()
3797 prog->bpf_func = (void *)prog->bpf_func - cfi_get_offset(); in bpf_jit_free()
/arch/x86/kernel/
A Dalternative.c1190 func -= cfi_get_offset(); in cfi_get_func_hash()

Completed in 19 milliseconds