Searched refs:curend (Results 1 – 2 of 2) sorted by relevance
53 unsigned long curend = address + PAGE_SIZE; in io_remap_pte_range() local61 curend = address + 0x400000; in io_remap_pte_range()67 curend = address + 0x80000; in io_remap_pte_range()73 curend = address + 0x10000; in io_remap_pte_range()89 } while (address < curend); in io_remap_pte_range()
443 char *s, *cur, *curend; in eeh_parm() local456 for (s = str; s && *s != '\0'; s = curend) { in eeh_parm()460 curend = strchr(cur, ','); in eeh_parm()461 if (!curend) in eeh_parm()462 curend = cur + strlen(cur); in eeh_parm()464 int curlen = curend-cur; in eeh_parm()