Home
last modified time | relevance | path

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

/linux/drivers/firmware/efi/stmm/
H A Dtee_stmm_efi.c52 static efi_status_t tee_mm_communicate(void *comm_buf, size_t dsize) in tee_mm_communicate() argument
61 if (!comm_buf) in tee_mm_communicate()
64 mm_hdr = (struct efi_mm_communicate_header *)comm_buf; in tee_mm_communicate()
70 shm = tee_shm_register_kernel_buf(pvt_data.ctx, comm_buf, buf_size); in tee_mm_communicate()
125 static efi_status_t mm_communicate(u8 *comm_buf, size_t payload_size) in mm_communicate() argument
134 mm_hdr = (struct efi_mm_communicate_header *)comm_buf; in mm_communicate()
137 ret = tee_mm_communicate(comm_buf, dsize); in mm_communicate()
162 u8 *comm_buf; in setup_mm_hdr() local
176 comm_buf = kzalloc(MM_COMMUNICATE_HEADER_SIZE + in setup_mm_hdr()
179 if (!comm_buf) { in setup_mm_hdr()
[all …]