Searched refs:off_min (Results 1 – 8 of 8) sorted by relevance
218 bpf->adjust_head.off_min = readl(&cap->off_min); 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()227 if (!FIELD_FIT(UR_REG_IMM_MAX, bpf->adjust_head.off_min) || in nfp_bpf_parse_cap_adjust_head()
37 __le32 off_min; member
151 int off_min; member
1639 tmp, ALU_OP_SUB, reg_imm(adjust_head->off_min)); in adjust_head()
2884 binder_size_t off_min; in binder_transaction() local3280 off_min = 0; in binder_transaction()3322 if (object_size == 0 || object_offset < off_min) { in binder_transaction()3326 (u64)off_min, in binder_transaction()3340 off_min = object_offset + object_size; in binder_transaction()
367 const s32 off_min = S16_MIN, off_max = S16_MAX; in bpf_adj_delta_to_off() local375 if (off < off_min || off > off_max) in bpf_adj_delta_to_off()
2673 int off_min, off_max; in tpacket_parse_header() local2675 off_min = po->tp_hdrlen - sizeof(struct sockaddr_ll); in tpacket_parse_header()2702 if (unlikely((off < off_min) || (off_max < off))) in tpacket_parse_header()
691 const s32 off_min = S16_MIN, off_max = S16_MAX; \ in bpf_convert_filter()700 if (off < off_min || off > off_max) \ in bpf_convert_filter()