Searched refs:share_mem (Results 1 – 6 of 6) sorted by relevance
191 struct _SHARED_MEMORY share_mem; in _os_pkt_buf_alloc_rx() local193 PlatformZeroMemory(&share_mem, sizeof(share_mem)); in _os_pkt_buf_alloc_rx()195 if (PlatformAllocateSharedMemory(d, &share_mem, buf_sz) != RT_STATUS_SUCCESS) { in _os_pkt_buf_alloc_rx()196 share_mem.VirtualAddress = NULL; in _os_pkt_buf_alloc_rx()201 PlatformZeroMemory(share_mem.VirtualAddress, buf_sz); in _os_pkt_buf_alloc_rx()203 *bus_addr_l = (_dma)share_mem.PhysicalAddressLow; in _os_pkt_buf_alloc_rx()204 *bus_addr_h = (_dma)share_mem.PhysicalAddressHigh; in _os_pkt_buf_alloc_rx()207 *os_priv = share_mem.pltfm_rsvd[0]; in _os_pkt_buf_alloc_rx()210 return (u8 *)share_mem.VirtualAddress; in _os_pkt_buf_alloc_rx()215 struct _SHARED_MEMORY share_mem; in _os_pkt_buf_free_rx() local[all …]
94 static TEEC_SharedMemory share_mem[4]; variable95 static TEEC_SharedMemory *SHARE_MEM01 = share_mem;96 static TEEC_SharedMemory *SHARE_MEM02 = share_mem + 1;97 static TEEC_SharedMemory *SHARE_MEM03 = share_mem + 2;98 static TEEC_SharedMemory *SHARE_MEM04 = share_mem + 3;
94 static TEEC_SharedMemory share_mem[2]; variable95 static TEEC_SharedMemory *SHARE_MEM01 = share_mem;96 static TEEC_SharedMemory *SHARE_MEM02 = share_mem + 1;
204 static TEEC_SharedMemory share_mem[6]; variable205 static TEEC_SharedMemory *SHARE_MEM01 = share_mem;206 static TEEC_SharedMemory *SHARE_MEM02 = share_mem + 1;207 static TEEC_SharedMemory *SHARE_MEM03 = share_mem + 2;208 static TEEC_SharedMemory *SHARE_MEM04 = share_mem + 3;209 static TEEC_SharedMemory *SHARE_MEM05 = share_mem + 4;210 static TEEC_SharedMemory *SHARE_MEM06 = share_mem + 5;
219 static TEEC_SharedMemory share_mem[1]; variable220 static TEEC_SharedMemory *SHARE_MEM01 = share_mem;