Home
last modified time | relevance | path

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

/Linux-v5.4/arch/csky/kernel/
Dftrace.c71 uint16_t olds[7]; in ftrace_check_current_nop() local
74 if (probe_kernel_read((void *)olds, (void *)hook_pos, sizeof(nops))) in ftrace_check_current_nop()
77 if (memcmp((void *)nops, (void *)olds, sizeof(nops))) { in ftrace_check_current_nop()
80 olds[0], olds[1], olds[2], olds[3], olds[4], olds[5], in ftrace_check_current_nop()
81 olds[6]); in ftrace_check_current_nop()