Searched refs:is_congruent (Results 1 – 1 of 1) sorted by relevance
363 unsigned long tmp, end, pend, pstart, ret, is_congruent, fudge = 0; in emulate_mmap() local415 is_congruent = (flags & MAP_ANONYMOUS) || (PAGE_OFF(poff) == 0); in emulate_mmap()417 if ((flags & MAP_SHARED) && !is_congruent) in emulate_mmap()422 is_congruent ? "congruent" : "not congruent", poff); in emulate_mmap()426 if (!(flags & MAP_ANONYMOUS) && is_congruent) in emulate_mmap()438 if (!is_congruent) { in emulate_mmap()