Searched refs:larch_insn_text_copy (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/loongarch/kernel/ |
| H A D | inst.c | 260 int larch_insn_text_copy(void *dst, void *src, size_t len) in larch_insn_text_copy() function
|
| /linux/arch/loongarch/include/asm/ |
| H A D | inst.h | 514 int larch_insn_text_copy(void *dst, void *src, size_t len);
|
| /linux/arch/loongarch/net/ |
| H A D | bpf_jit.c | 1552 ret = larch_insn_text_copy(dst, src, len); in bpf_arch_text_copy() 1605 ret = larch_insn_text_copy(ip, new_insns, LOONGARCH_LONG_JUMP_NBYTES); in bpf_arch_text_poke() 1627 if (larch_insn_text_copy(dst, inst, len)) in bpf_arch_text_invalidate()
|