Searched refs:fixup_offset (Results 1 – 4 of 4) sorted by relevance
1234 int fixup_offset; in qat_hal_concat_micro_code() local1242 fixup_offset = inst_num; in qat_hal_concat_micro_code()1245 INSERT_IMMED_GPRA_CONST(micro_inst[fixup_offset], (addr)); in qat_hal_concat_micro_code()1246 fixup_offset++; in qat_hal_concat_micro_code()1247 INSERT_IMMED_GPRA_CONST(micro_inst[fixup_offset], 0); in qat_hal_concat_micro_code()1248 fixup_offset++; in qat_hal_concat_micro_code()1249 INSERT_IMMED_GPRB_CONST(micro_inst[fixup_offset], (cur_value >> 0)); in qat_hal_concat_micro_code()1250 fixup_offset++; in qat_hal_concat_micro_code()1251 INSERT_IMMED_GPRB_CONST(micro_inst[fixup_offset], (cur_value >> 0x10)); in qat_hal_concat_micro_code()
587 off_t fixup_offset; in add_exception_handler() local628 fixup_offset = (long)&ex->fixup - (pc + insn_len * sizeof(u16)); in add_exception_handler()629 if (!FIELD_FIT(BPF_FIXUP_OFFSET_MASK, fixup_offset)) in add_exception_handler()641 ex->fixup = FIELD_PREP(BPF_FIXUP_OFFSET_MASK, fixup_offset) | in add_exception_handler()
908 off_t fixup_offset; in add_exception_handler() local951 fixup_offset = (long)&ex->fixup - (pc + AARCH64_INSN_SIZE); in add_exception_handler()952 if (!FIELD_FIT(BPF_FIXUP_OFFSET_MASK, fixup_offset)) in add_exception_handler()967 ex->fixup = FIELD_PREP(BPF_FIXUP_OFFSET_MASK, fixup_offset) | in add_exception_handler()
1926 binder_size_t fixup_offset, in binder_validate_fixup() argument1961 return (fixup_offset >= last_min_offset); in binder_validate_fixup()