Searched refs:is_coherent_region (Results 1 – 1 of 1) sorted by relevance
1023 bool is_coherent_region; in gasket_mmap() local1053 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()