Searched refs:FIRST_MAPPED (Results 1 – 1 of 1) sorted by relevance
49 # define FIRST_MAPPED PAGE_SIZE /* we don't have page 0 mapped on x86.. */ in read_kcore() macro51 # define FIRST_MAPPED 0 in read_kcore() macro84 if (count > 0 && p < PAGE_SIZE + FIRST_MAPPED) { in read_kcore()85 count1 = PAGE_SIZE + FIRST_MAPPED - p; in read_kcore()