Searched refs:cfi_get_offset (Results 1 – 6 of 6) sorted by relevance
26 #ifndef cfi_get_offset33 static inline int cfi_get_offset(void) in cfi_get_offset() function44 if (get_kernel_nofault(hash, func - cfi_get_offset())) in cfi_get_func_hash()57 static inline int cfi_get_offset(void) { return 0; } in cfi_get_offset() function
118 static inline int cfi_get_offset(void) in cfi_get_offset() function131 #define cfi_get_offset cfi_get_offset macro
72 dummy_ops_test_ret_fn test = (void *)image + cfi_get_offset(); in dummy_ops_call_op()
2227 prog->bpf_func = (void *)ctx.ro_image + cfi_get_offset(); in bpf_int_jit_compile()2229 prog->jited_len = prog_size - cfi_get_offset(); in bpf_int_jit_compile()3142 prog->bpf_func -= cfi_get_offset(); in bpf_jit_free()
3884 prog->bpf_func = (void *)image + cfi_get_offset(); in bpf_int_jit_compile()3886 prog->jited_len = proglen - cfi_get_offset(); in bpf_int_jit_compile()3953 prog->bpf_func = (void *)prog->bpf_func - cfi_get_offset(); in bpf_jit_free()
1180 func -= cfi_get_offset(); in cfi_get_func_hash()