Searched refs:ret_size (Results 1 – 3 of 3) sorted by relevance
243 u64 ret_addr, ret_size; in dt_xlate() local263 ret_size = be32_to_cpu(prop_buf[offset + naddr]); in dt_xlate()265 ret_size <<= 32; in dt_xlate()266 ret_size |= be32_to_cpu(prop_buf[offset + naddr + 1]); in dt_xlate()308 (ret_addr >= 0x100000000ULL || ret_size > 0x100000000ULL || in dt_xlate()309 ret_addr + ret_size > 0x100000000ULL)) in dt_xlate()314 *size = ret_size; in dt_xlate()
1624 if (fm->ret_size > sizeof(u32)) in emit_kfunc_call()1628 if (fm->ret_size) in emit_kfunc_call()1640 if (fm->ret_size) in emit_kfunc_call()1645 if (fm->ret_size > sizeof(u32)) in emit_kfunc_call()
2549 if (sign_extend(jit, REG_2, m->ret_size, m->ret_flags)) in invoke_bpf_prog()
Completed in 20 milliseconds