Searched refs:patch_ulong (Results 1 – 6 of 6) sorted by relevance
90 int patch_ulong(void *addr, unsigned long val);92 #define patch_u64 patch_ulong104 static inline int patch_ulong(void *addr, unsigned long val) in patch_ulong() function
42 err = patch_ulong(tramp + PPC_SCT_DATA, _func); in arch_static_call_transform()
396 int patch_ulong(void *addr, unsigned long val) in patch_ulong() function403 NOKPROBE_SYMBOL(patch_ulong);
465 check(patch_ulong(&addr32[1], 0xD0D1D2D3) == -EINVAL); in test_data_patching()467 check(!patch_ulong(&addr32[2], 0xD0D1D2D3)); in test_data_patching()
298 return patch_ulong((void *)(ftrace_get_ool_stub(rec) - sizeof(unsigned long)), in ftrace_rec_set_ops()301 return patch_ulong((void *)(rec->ip - MCOUNT_INSN_SIZE - sizeof(unsigned long)), in ftrace_rec_set_ops()
1168 ret = patch_ulong((void *)(bpf_func_end - bpf_jit_long_branch_stub - SZL), in bpf_arch_text_poke()
Completed in 11 milliseconds