Searched refs:new_insn (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/Documentation/arch/riscv/ |
D | cmodx.rst | 82 lw a0, new_insn 97 new_insn:
|
/linux-6.12.1/tools/objtool/ |
D | check.c | 1800 struct instruction **new_insn) in handle_group_alt() argument 1877 *new_insn = nop; in handle_group_alt() 1881 insn = *new_insn; in handle_group_alt() 1934 new_alt_group->first_insn = *new_insn; in handle_group_alt() 1949 struct instruction **new_insn) in handle_jump_alt() argument 1983 *new_insn = next_insn_same_sec(file, orig_insn); in handle_jump_alt() 1996 struct instruction *orig_insn, *new_insn; in add_special_section_alts() local 2016 new_insn = NULL; in add_special_section_alts() 2018 new_insn = find_insn(file, special_alt->new_sec, in add_special_section_alts() 2020 if (!new_insn) { in add_special_section_alts() [all …]
|
/linux-6.12.1/arch/x86/net/ |
D | bpf_jit_comp.c | 578 u8 new_insn[X86_PATCH_SIZE]; in __bpf_arch_text_poke() local 592 memcpy(new_insn, nop_insn, X86_PATCH_SIZE); in __bpf_arch_text_poke() 594 prog = new_insn; in __bpf_arch_text_poke() 607 if (memcmp(ip, new_insn, X86_PATCH_SIZE)) { in __bpf_arch_text_poke() 608 text_poke_bp(ip, new_insn, X86_PATCH_SIZE, NULL); in __bpf_arch_text_poke()
|
/linux-6.12.1/net/core/ |
D | filter.c | 573 struct bpf_insn *new_insn, *first_insn = NULL; in bpf_convert_filter() local 593 new_insn = first_insn; in bpf_convert_filter() 601 *new_insn++ = BPF_ALU32_REG(BPF_XOR, BPF_REG_A, BPF_REG_A); in bpf_convert_filter() 602 *new_insn++ = BPF_ALU32_REG(BPF_XOR, BPF_REG_X, BPF_REG_X); in bpf_convert_filter() 608 *new_insn++ = BPF_MOV64_REG(BPF_REG_CTX, BPF_REG_ARG1); in bpf_convert_filter() 615 *new_insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct sk_buff, data), in bpf_convert_filter() 618 *new_insn++ = BPF_LDX_MEM(BPF_W, BPF_REG_H, BPF_REG_CTX, in bpf_convert_filter() 620 *new_insn++ = BPF_LDX_MEM(BPF_W, BPF_REG_TMP, BPF_REG_CTX, in bpf_convert_filter() 622 *new_insn++ = BPF_ALU32_REG(BPF_SUB, BPF_REG_H, BPF_REG_TMP); in bpf_convert_filter() 625 new_insn += 3; in bpf_convert_filter() [all …]
|
/linux-6.12.1/arch/arm64/net/ |
D | bpf_jit_comp.c | 2514 u32 new_insn; in bpf_arch_text_poke() local 2562 if (gen_branch_or_nop(branch_type, ip, new_addr, plt, &new_insn) < 0) in bpf_arch_text_poke() 2594 if (old_insn == new_insn) in bpf_arch_text_poke() 2623 ret = aarch64_insn_patch_text_nosync(ip, new_insn); in bpf_arch_text_poke()
|