coherent_pages    222 drivers/staging/gasket/gasket_page_table.c 	struct gasket_coherent_page_entry *coherent_pages;
coherent_pages    435 drivers/staging/gasket/gasket_page_table.c 	if (!pg_tbl->coherent_pages)
coherent_pages    438 drivers/staging/gasket/gasket_page_table.c 	min = (u64)pg_tbl->coherent_pages[0].user_virt;
coherent_pages    483 drivers/staging/gasket/gasket_page_table.c 				(u64)pg_tbl->coherent_pages[0].user_virt;
coherent_pages    486 drivers/staging/gasket/gasket_page_table.c 			ptes[i].dma_addr = pg_tbl->coherent_pages[0].paddr +
coherent_pages   1245 drivers/staging/gasket/gasket_page_table.c 		pg_tbl->coherent_pages[j].user_virt =
coherent_pages   1276 drivers/staging/gasket/gasket_page_table.c 	gasket_dev->page_table[index]->coherent_pages =
coherent_pages   1278 drivers/staging/gasket/gasket_page_table.c 			sizeof(*gasket_dev->page_table[index]->coherent_pages),
coherent_pages   1280 drivers/staging/gasket/gasket_page_table.c 	if (!gasket_dev->page_table[index]->coherent_pages)
coherent_pages   1290 drivers/staging/gasket/gasket_page_table.c 		gasket_dev->page_table[index]->coherent_pages[j].paddr =
coherent_pages   1292 drivers/staging/gasket/gasket_page_table.c 		gasket_dev->page_table[index]->coherent_pages[j].kernel_virt =
coherent_pages   1307 drivers/staging/gasket/gasket_page_table.c 	kfree(gasket_dev->page_table[index]->coherent_pages);
coherent_pages   1308 drivers/staging/gasket/gasket_page_table.c 	gasket_dev->page_table[index]->coherent_pages = NULL;
coherent_pages   1337 drivers/staging/gasket/gasket_page_table.c 	kfree(gasket_dev->page_table[index]->coherent_pages);
coherent_pages   1338 drivers/staging/gasket/gasket_page_table.c 	gasket_dev->page_table[index]->coherent_pages = NULL;