Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/gasket/
Dgasket_page_table.c222 struct gasket_coherent_page_entry *coherent_pages; member
435 if (!pg_tbl->coherent_pages) in is_coherent()
438 min = (u64)pg_tbl->coherent_pages[0].user_virt; in is_coherent()
483 (u64)pg_tbl->coherent_pages[0].user_virt; in gasket_perform_mapping()
486 ptes[i].dma_addr = pg_tbl->coherent_pages[0].paddr + in gasket_perform_mapping()
1245 pg_tbl->coherent_pages[j].user_virt = in gasket_set_user_virt()
1276 gasket_dev->page_table[index]->coherent_pages = in gasket_alloc_coherent_memory()
1278 sizeof(*gasket_dev->page_table[index]->coherent_pages), in gasket_alloc_coherent_memory()
1280 if (!gasket_dev->page_table[index]->coherent_pages) in gasket_alloc_coherent_memory()
1290 gasket_dev->page_table[index]->coherent_pages[j].paddr = in gasket_alloc_coherent_memory()
[all …]