Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ia64/ia32/
Dsys_ia32.c363 unsigned long tmp, end, pend, pstart, ret, is_congruent, fudge = 0; in emulate_mmap() local
415 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()