Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/gasket/
Dgasket_core.c1023 bool is_coherent_region; in gasket_mmap() local
1053 is_coherent_region = gasket_is_coherent_region(driver_desc, raw_offset); in gasket_mmap()
1054 if (bar_index < 0 && !is_coherent_region) { in gasket_mmap()
1061 if (bar_index > 0 && is_coherent_region) { in gasket_mmap()
1072 if (is_coherent_region) in gasket_mmap()