Home
last modified time | relevance | path

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

/linux/arch/powerpc/lib/
H A Dcode-patching.c396 int patch_ulong(void *addr, unsigned long val) in patch_ulong() function
403 NOKPROBE_SYMBOL(patch_ulong);
/linux/arch/powerpc/kernel/trace/
H 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()