Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga/
H A Drga_mmu_info.c363 uint32_t *pageTable, in rga_MapUserMemory() argument
397 pageTable[i] = temp; in rga_MapUserMemory()
483 pageTable[i] = Address; in rga_MapUserMemory()
500 pageTable[i] = page_to_phys(pages[i]); in rga_MapUserMemory()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga2/
H A Drga2_mmu_info.c887 static int rga2_MapUserMemory(struct page **pages, uint32_t *pageTable, in rga2_MapUserMemory() argument
936 pageTable[i] = rga2_dma_flush_page(pages[i], map); in rga2_MapUserMemory()
1008 pageTable[i] = rga2_dma_flush_page(phys_to_page(Address), map); in rga2_MapUserMemory()