Home
last modified time | relevance | path

Searched refs:tp_size (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/lib/crypto/mpi/
H A Dmpih-mul.c368 if (!ctx->tp || ctx->tp_size < vsize) { in mpihelp_mul_karatsuba_case()
378 ctx->tp_size = vsize; in mpihelp_mul_karatsuba_case()
H A Dmpi-internal.h170 mpi_size_t tp_size; member
/openbmc/qemu/migration/
H A Dpostcopy-ram.c1491 size_t tp_size = qemu_target_page_size(); in postcopy_discard_send_range() local
1493 pds.start_list[pds.cur_entry] = start * tp_size; in postcopy_discard_send_range()
1494 pds.length_list[pds.cur_entry] = length * tp_size; in postcopy_discard_send_range()