Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DdrvIPAPool.c194 struct VIRT_MAP_INFO map_info[MAX_CLIENT_MAP_NUM]; member
588 if((0 !=IPAPool_Info[idx].map_info[i].virt_addr) in MApi_IPA_Pool_Release()
589 && (0 != IPAPool_Info[idx].map_info[i].length)) in MApi_IPA_Pool_Release()
591 unmap_args.virt_addr = IPAPool_Info[idx].map_info[i].virt_addr; in MApi_IPA_Pool_Release()
592 unmap_args.length = IPAPool_Info[idx].map_info[i].length; in MApi_IPA_Pool_Release()
595 …ol_Info[idx].map_info[i].Physaddr, IPAPool_Info[idx].map_info[i].virt_addr, IPAPool_Info[idx].map_… in MApi_IPA_Pool_Release()
607 IPAPool_Info[idx].map_info[i].virt_addr = 0; in MApi_IPA_Pool_Release()
608 IPAPool_Info[idx].map_info[i].length = 0; in MApi_IPA_Pool_Release()
725 if((0 == IPAPool_Info[idx].map_info[i].virt_addr)
726 || (0 == IPAPool_Info[idx].map_info[i].length))
[all …]
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DdrvIPAPool.c180 struct VIRT_MAP_INFO map_info[MAX_CLIENT_MAP_NUM]; member
640 if((0 !=IPAPool_Info[idx].map_info[i].virt_addr) in MApi_IPA_Pool_Release()
641 && (0 != IPAPool_Info[idx].map_info[i].length)) in MApi_IPA_Pool_Release()
643 unmap_args.virt_addr = IPAPool_Info[idx].map_info[i].virt_addr; in MApi_IPA_Pool_Release()
644 unmap_args.length = IPAPool_Info[idx].map_info[i].length; in MApi_IPA_Pool_Release()
646 …ol_Info[idx].map_info[i].Physaddr, IPAPool_Info[idx].map_info[i].virt_addr, IPAPool_Info[idx].map_… in MApi_IPA_Pool_Release()
654 IPAPool_Info[idx].map_info[i].virt_addr = 0; in MApi_IPA_Pool_Release()
655 IPAPool_Info[idx].map_info[i].length = 0; in MApi_IPA_Pool_Release()
763 if((0 == IPAPool_Info[idx].map_info[i].virt_addr) in MApi_IPA_Pool_MapUserVA()
764 || (0 == IPAPool_Info[idx].map_info[i].length)) in MApi_IPA_Pool_MapUserVA()
[all …]