Searched refs:off_max (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.15/drivers/net/ethernet/netronome/nfp/bpf/ |
D | main.c | 219 bpf->adjust_head.off_max = readl(&cap->off_max); in nfp_bpf_parse_cap_adjust_head() 223 if (bpf->adjust_head.off_min > bpf->adjust_head.off_max) { in nfp_bpf_parse_cap_adjust_head() 228 !FIELD_FIT(UR_REG_IMM_MAX, bpf->adjust_head.off_max)) { in nfp_bpf_parse_cap_adjust_head()
|
D | fw.h | 38 __le32 off_max; member
|
D | main.h | 152 int off_max; member
|
D | verifier.c | 182 if (!bpf->adjust_head.off_max) { in nfp_bpf_check_helper_call()
|
D | jit.c | 1642 reg_imm(adjust_head->off_max), ALU_OP_SUB, tmp); in adjust_head()
|
/Linux-v5.15/fs/reiserfs/ |
D | bitmap.c | 355 unsigned int off_max = s->s_blocksize << 3; in scan_bitmap() local 391 scan_bitmap_block(th, bm, &off, off_max, in scan_bitmap() 402 scan_bitmap_block(th, bm, &off, off_max, min, max, unfm); in scan_bitmap() 411 *start = bm * off_max + off; in scan_bitmap()
|
/Linux-v5.15/arch/arm/net/ |
D | bpf_jit_32.c | 1027 s16 off_max = 0; in is_ldst_imm() local 1032 off_max = 0xfff; in is_ldst_imm() 1035 off_max = 0xff; in is_ldst_imm() 1039 off_max = 0xfff - 4; in is_ldst_imm() 1042 return -off_max <= off && off <= off_max; in is_ldst_imm()
|
/Linux-v5.15/kernel/bpf/ |
D | core.c | 359 const s32 off_min = S16_MIN, off_max = S16_MAX; in bpf_adj_delta_to_off() local 367 if (off < off_min || off > off_max) in bpf_adj_delta_to_off()
|
/Linux-v5.15/net/packet/ |
D | af_packet.c | 2619 int off_min, off_max; in tpacket_parse_header() local 2622 off_max = po->tx_ring.frame_size - tp_len; in tpacket_parse_header() 2648 if (unlikely((off < off_min) || (off_max < off))) in tpacket_parse_header()
|
/Linux-v5.15/net/core/ |
D | filter.c | 688 const s32 off_min = S16_MIN, off_max = S16_MAX; \ in bpf_convert_filter() 697 if (off < off_min || off > off_max) \ in bpf_convert_filter()
|