Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dcore.c368 s32 end_new, s32 curr, const bool probe_pass) in bpf_adj_delta_to_imm() argument
371 s32 delta = end_new - end_old; in bpf_adj_delta_to_imm()
376 else if (curr >= end_new && curr + imm + 1 < end_new) in bpf_adj_delta_to_imm()
386 s32 end_new, s32 curr, const bool probe_pass) in bpf_adj_delta_to_off() argument
389 s32 delta = end_new - end_old; in bpf_adj_delta_to_off()
403 else if (curr >= end_new && curr + off + 1 < end_new) in bpf_adj_delta_to_off()
417 s32 end_new, const bool probe_pass) in bpf_adj_branches() argument
419 u32 i, insn_cnt = prog->len + (probe_pass ? end_new in bpf_adj_branches()
[all...]
/linux/mm/
H A Dmremap.c899 unsigned long end_new = vrm->new_addr + vrm->new_len; in vrm_overlaps() local
909 * start_new end_new in vrm_overlaps()
911 if (end_old > start_new && end_new > start_old) in vrm_overlaps()