Searched refs:end_old (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/kernel/bpf/ |
| H A D | core.c | 363 static int bpf_adj_delta_to_imm(struct bpf_insn *insn, u32 pos, s32 end_old, in bpf_adj_delta_to_imm() argument 367 s32 delta = end_new - end_old; in bpf_adj_delta_to_imm() 370 if (curr < pos && curr + imm + 1 >= end_old) in bpf_adj_delta_to_imm() 385 s32 delta = end_new - end_old; in bpf_adj_delta_to_off() 397 if (curr < pos && curr + off + 1 >= end_old) in bpf_adj_delta_to_off() 412 static int bpf_adj_branches(struct bpf_prog *prog, u32 pos, s32 end_old, in bpf_adj_branches() argument 415 u32 i, insn_cnt = prog->len + (probe_pass ? end_new - end_old : 0); in bpf_adj_branches() 428 insn = prog->insnsi + end_old; in bpf_adj_branches() 431 ret = bpf_adj_delta_to_imm(insn, pos, end_old, in bpf_adj_branches() 446 ret = bpf_adj_delta_to_imm(insn, pos, end_old, in bpf_adj_branches() [all …]
|
| /linux-6.15/mm/ |
| H A D | mremap.c | 868 unsigned long end_old = vrm->addr + vrm->old_len; in vrm_overlaps() local 881 if (end_old > start_new && end_new > start_old) in vrm_overlaps()
|