Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_uclo.c377 u64 *fill_data; in qat_uclo_init_ustore() local
380 fill_data = kcalloc(ICP_QAT_UCLO_MAX_USTORE, sizeof(u64), in qat_uclo_init_ustore()
382 if (!fill_data) in qat_uclo_init_ustore()
385 memcpy(&fill_data[i], &uof_image->fill_pattern, in qat_uclo_init_ustore()
402 page->beg_addr_p, &fill_data[0]); in qat_uclo_init_ustore()
405 &fill_data[page->beg_addr_p]); in qat_uclo_init_ustore()
407 kfree(fill_data); in qat_uclo_init_ustore()