Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/gasket/
Dgasket_page_table.c214 struct gasket_coherent_page_entry *coherent_pages; member
429 if (!pg_tbl->coherent_pages) in is_coherent()
432 min = (u64)pg_tbl->coherent_pages[0].user_virt; in is_coherent()
465 (u64)pg_tbl->coherent_pages[0].user_virt; in gasket_perform_mapping()
468 ptes[i].dma_addr = pg_tbl->coherent_pages[0].paddr + in gasket_perform_mapping()
1270 pg_tbl->coherent_pages[j].user_virt = in gasket_set_user_virt()
1301 gasket_dev->page_table[index]->coherent_pages = in gasket_alloc_coherent_memory()
1304 if (!gasket_dev->page_table[index]->coherent_pages) in gasket_alloc_coherent_memory()
1315 gasket_dev->page_table[index]->coherent_pages[j].paddr = in gasket_alloc_coherent_memory()
1317 gasket_dev->page_table[index]->coherent_pages[j].kernel_virt = in gasket_alloc_coherent_memory()
[all …]