Searched refs:cfi_get_offset (Results 1 – 6 of 6) sorted by relevance
27 #ifndef cfi_get_offset34 static inline int cfi_get_offset(void) in cfi_get_offset() function45 if (get_kernel_nofault(hash, func - cfi_get_offset())) in cfi_get_func_hash()58 static inline int cfi_get_offset(void) { return 0; } in cfi_get_offset() function
124 static inline int cfi_get_offset(void) in cfi_get_offset() function135 #define cfi_get_offset cfi_get_offset macro
164 prog->bpf_func = (void *)ctx->ro_insns + cfi_get_offset(); in bpf_int_jit_compile()166 prog->jited_len = prog_size - cfi_get_offset(); in bpf_int_jit_compile()
2336 prog->bpf_func = (void *)ctx.ro_image + cfi_get_offset(); in bpf_int_jit_compile()2338 prog->jited_len = prog_size - cfi_get_offset(); in bpf_int_jit_compile()3374 prog->bpf_func = (void *)prog->bpf_func - cfi_get_offset(); in bpf_jit_free()
4134 prog->bpf_func = (void *)image + cfi_get_offset(); in bpf_int_jit_compile()4136 prog->jited_len = proglen - cfi_get_offset(); in bpf_int_jit_compile()4208 prog->bpf_func = (void *)prog->bpf_func - cfi_get_offset(); in bpf_jit_free()
890 *(void **)(kdata + moff) = image + trampoline_start + cfi_get_offset(); in bpf_struct_ops_map_update_elem()