Home
last modified time | relevance | path

Searched refs:fixup_offset (Results 1 – 2 of 2) sorted by relevance

/linux/arch/riscv/net/
H A Dbpf_jit_comp64.c771 off_t fixup_offset; in add_exception_handler() local
814 fixup_offset = (long)&ex->fixup - (long)&ctx->ro_insns[ctx->ex_jmp_off]; in add_exception_handler()
815 if (!FIELD_FIT(BPF_FIXUP_OFFSET_MASK, fixup_offset)) in add_exception_handler()
827 ex->fixup = FIELD_PREP(BPF_FIXUP_OFFSET_MASK, fixup_offset) | in add_exception_handler()
/linux/drivers/android/
H A Dbinder.c1927 binder_size_t fixup_offset, in binder_validate_fixup() argument
1962 return (fixup_offset >= last_min_offset); in binder_validate_fixup()