Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/gasket/
Dgasket_core.c1018 bool is_coherent_region; in gasket_mmap() local
1048 is_coherent_region = gasket_is_coherent_region(driver_desc, raw_offset); in gasket_mmap()
1049 if (bar_index < 0 && !is_coherent_region) { in gasket_mmap()
1056 if (bar_index > 0 && is_coherent_region) { in gasket_mmap()
1066 if (is_coherent_region) in gasket_mmap()