Searched refs:fixup_offset (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dqat_hal.c1234 int fixup_offset; local
1242 fixup_offset = inst_num;
1245 INSERT_IMMED_GPRA_CONST(micro_inst[fixup_offset], (addr));
1246 fixup_offset++;
1247 INSERT_IMMED_GPRA_CONST(micro_inst[fixup_offset], 0);
1248 fixup_offset++;
1249 INSERT_IMMED_GPRB_CONST(micro_inst[fixup_offset], (cur_value >> 0));
1250 fixup_offset++;
1251 INSERT_IMMED_GPRB_CONST(micro_inst[fixup_offset], (cur_value >> 0x10));
/linux-master/arch/arm64/net/
H A Dbpf_jit_comp.c759 off_t fixup_offset; local
796 * The fixup_offset is set to the next instruction from the instruction
800 fixup_offset = (long)&ex->fixup - (pc + AARCH64_INSN_SIZE);
801 if (!FIELD_FIT(BPF_FIXUP_OFFSET_MASK, fixup_offset))
813 ex->fixup = FIELD_PREP(BPF_FIXUP_OFFSET_MASK, fixup_offset) |
/linux-master/arch/riscv/net/
H A Dbpf_jit_comp64.c572 off_t fixup_offset; local
608 * The fixup_offset is set to the next instruction from the instruction
612 fixup_offset = (long)&ex->fixup - (pc + insn_len * sizeof(u16));
613 if (!FIELD_FIT(BPF_FIXUP_OFFSET_MASK, fixup_offset))
625 ex->fixup = FIELD_PREP(BPF_FIXUP_OFFSET_MASK, fixup_offset) |
/linux-master/drivers/android/
H A Dbinder.c1810 * @fixup_offset: start offset in @buffer to fix up
1847 binder_size_t fixup_offset,
1882 return (fixup_offset >= last_min_offset);
1843 binder_validate_fixup(struct binder_proc *proc, struct binder_buffer *b, binder_size_t objects_start_offset, binder_size_t buffer_obj_offset, binder_size_t fixup_offset, binder_size_t last_obj_offset, binder_size_t last_min_offset) argument

Completed in 280 milliseconds