Home
last modified time | relevance | path

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

/linux/drivers/char/tpm/
H A Dtpm2-space.c76 unsigned int body_size; in tpm2_load_context() local
84 body_size = sizeof(*ctx) + be16_to_cpu(ctx->blob_size); in tpm2_load_context()
85 tpm_buf_append(&tbuf, &buf[*offset], body_size); in tpm2_load_context()
119 *offset += body_size; in tpm2_load_context()
129 unsigned int body_size; in tpm2_save_context() local
154 body_size = tpm_buf_length(&tbuf) - TPM_HEADER_SIZE; in tpm2_save_context()
155 if ((*offset + body_size) > buf_size) { in tpm2_save_context()
161 memcpy(&buf[*offset], &tbuf.data[TPM_HEADER_SIZE], body_size); in tpm2_save_context()
162 *offset += body_size; in tpm2_save_context()
/linux/tools/testing/selftests/powerpc/primitives/asm/
H A Dfeature-fixups.h41 #define CHECK_ALT_SIZE(else_size, body_size) \ argument
42 .ifgt (else_size) - (body_size); \
53 #define CHECK_ALT_SIZE(else_size, body_size) \ argument
54 .org . + ((else_size) > (body_size));
/linux/arch/powerpc/include/asm/
H A Dfeature-fixups.h41 #define CHECK_ALT_SIZE(else_size, body_size) \ argument
42 .ifgt (else_size) - (body_size); \
53 #define CHECK_ALT_SIZE(else_size, body_size) \ argument
54 .org . + ((else_size) > (body_size));
/linux/drivers/staging/media/meson/vdec/
H A Dcodec_hevc_common.c33 u32 body_size = amvdec_am21c_body_size(sess->width, sess->height); in codec_hevc_setup_decode_head() local
49 amvdec_write_dos(core, HEVCD_MPP_DECOMP_CTL2, body_size / 32); in codec_hevc_setup_decode_head()
50 amvdec_write_dos(core, HEVC_CM_BODY_LENGTH, body_size); in codec_hevc_setup_decode_head()
51 amvdec_write_dos(core, HEVC_CM_HEADER_OFFSET, body_size); in codec_hevc_setup_decode_head()
/linux/Documentation/filesystems/
H A Domfs.rst60 __be16 h_crc; /* crc-ccitt of body_size bytes */
/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_dl.c409 size_t body_size; member
453 vsp1_extended_commands[type].body_size; in vsp1_dl_cmd_pool_create()