Searched refs:cfi_get_offset (Results 1 – 9 of 9) sorted by relevance
17 static inline int cfi_get_offset(void) in cfi_get_offset() function22 #define cfi_get_offset cfi_get_offset macro
112 static inline int cfi_get_offset(void) in cfi_get_offset() function125 #define cfi_get_offset cfi_get_offset macro
14 #ifndef cfi_get_offset15 static inline int cfi_get_offset(void) in cfi_get_offset() function
176 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()
125 if (get_kernel_nofault(hash, func - cfi_get_offset())) in cfi_get_func_hash()
72 dummy_ops_test_ret_fn test = (void *)image + cfi_get_offset(); in dummy_ops_call_op()
3482 prog->bpf_func = (void *)image + cfi_get_offset(); in bpf_int_jit_compile()3484 prog->jited_len = proglen - cfi_get_offset(); in bpf_int_jit_compile()3544 prog->bpf_func = (void *)prog->bpf_func - cfi_get_offset(); in bpf_jit_free()
734 *(void **)(kdata + moff) = image + trampoline_start + cfi_get_offset(); in bpf_struct_ops_map_update_elem()
960 func -= cfi_get_offset(); in cfi_get_func_hash()
Completed in 30 milliseconds