Home
last modified time | relevance | path

Searched refs:patch_ulong (Results 1 – 6 of 6) sorted by relevance

/arch/powerpc/include/asm/
A Dtext-patching.h90 int patch_ulong(void *addr, unsigned long val);
92 #define patch_u64 patch_ulong
104 static inline int patch_ulong(void *addr, unsigned long val) in patch_ulong() function
/arch/powerpc/kernel/
A Dstatic_call.c42 err = patch_ulong(tramp + PPC_SCT_DATA, _func); in arch_static_call_transform()
/arch/powerpc/lib/
A Dcode-patching.c396 int patch_ulong(void *addr, unsigned long val) in patch_ulong() function
403 NOKPROBE_SYMBOL(patch_ulong);
A Dtest-code-patching.c465 check(patch_ulong(&addr32[1], 0xD0D1D2D3) == -EINVAL); in test_data_patching()
467 check(!patch_ulong(&addr32[2], 0xD0D1D2D3)); in test_data_patching()
/arch/powerpc/kernel/trace/
A Dftrace.c298 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()
/arch/powerpc/net/
A Dbpf_jit_comp.c1168 ret = patch_ulong((void *)(bpf_func_end - bpf_jit_long_branch_stub - SZL), in bpf_arch_text_poke()

Completed in 11 milliseconds