Home
last modified time | relevance | path

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

/rk3399_ARM-atf/services/std_svc/spm/spm_mm/
H A Dspm_mm_main.c275 mm_communicate_header_t *mm_comm_header = (void *)PLAT_SPM_BUF_BASE; in spm_mm_tpm_start_handler() local
296 memset(mm_comm_header, 0U, sizeof(mm_communicate_header_t)); in spm_mm_tpm_start_handler()
297 memcpy(&mm_comm_header->header_guid, &tpm_service_uuid, sizeof(struct efi_guid)); in spm_mm_tpm_start_handler()
299 return mm_communicate(spm_mm_smc_fid, x1, (uint64_t)mm_comm_header, x3, handle); in spm_mm_tpm_start_handler()