Searched refs:off_min (Results 1 – 8 of 8) sorted by relevance
255 bpf->adjust_head.off_min = readl(&cap->off_min); in nfp_bpf_parse_cap_adjust_head()260 if (bpf->adjust_head.off_min > bpf->adjust_head.off_max) { in nfp_bpf_parse_cap_adjust_head()264 if (!FIELD_FIT(UR_REG_IMM_MAX, bpf->adjust_head.off_min) || in nfp_bpf_parse_cap_adjust_head()
64 __le32 off_min; member
175 int off_min; member
1604 tmp, ALU_OP_SUB, reg_imm(adjust_head->off_min)); in adjust_head()
242 const s32 off_min = S16_MIN, off_max = S16_MAX; in bpf_adj_delta_to_off() local249 if (off < off_min || off > off_max) in bpf_adj_delta_to_off()
2728 binder_size_t off_min; in binder_transaction() local3021 off_min = 0; in binder_transaction()3026 if (object_size == 0 || *offp < off_min) { in binder_transaction()3029 (u64)off_min, in binder_transaction()3038 off_min = *offp + object_size; in binder_transaction()
2556 int off_min, off_max; in tpacket_parse_header() local2558 off_min = po->tp_hdrlen - sizeof(struct sockaddr_ll); in tpacket_parse_header()2585 if (unlikely((off < off_min) || (off_max < off))) in tpacket_parse_header()
666 const s32 off_min = S16_MIN, off_max = S16_MAX; \ in bpf_convert_filter()675 if (off < off_min || off > off_max) \ in bpf_convert_filter()