Searched refs:fixup_offset (Results 1 – 3 of 3) sorted by relevance
1230 int fixup_offset; in qat_hal_concat_micro_code() local1238 fixup_offset = inst_num; in qat_hal_concat_micro_code()1241 INSERT_IMMED_GPRA_CONST(micro_inst[fixup_offset], (addr)); in qat_hal_concat_micro_code()1242 fixup_offset++; in qat_hal_concat_micro_code()1243 INSERT_IMMED_GPRA_CONST(micro_inst[fixup_offset], 0); in qat_hal_concat_micro_code()1244 fixup_offset++; in qat_hal_concat_micro_code()1245 INSERT_IMMED_GPRB_CONST(micro_inst[fixup_offset], (cur_value >> 0)); in qat_hal_concat_micro_code()1246 fixup_offset++; in qat_hal_concat_micro_code()1247 INSERT_IMMED_GPRB_CONST(micro_inst[fixup_offset], (cur_value >> 0x10)); in qat_hal_concat_micro_code()
590 off_t fixup_offset; in add_exception_handler() local630 fixup_offset = (long)&ex->fixup - (pc + insn_len * sizeof(u16)); in add_exception_handler()631 if (!FIELD_FIT(BPF_FIXUP_OFFSET_MASK, fixup_offset)) in add_exception_handler()643 ex->fixup = FIELD_PREP(BPF_FIXUP_OFFSET_MASK, fixup_offset) | in add_exception_handler()
1845 binder_size_t fixup_offset, in binder_validate_fixup() argument1880 return (fixup_offset >= last_min_offset); in binder_validate_fixup()