Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/proc/
Dkcore.c49 # define FIRST_MAPPED PAGE_SIZE /* we don't have page 0 mapped on x86.. */ in read_kcore() macro
51 # define FIRST_MAPPED 0 in read_kcore() macro
84 if (count > 0 && p < PAGE_SIZE + FIRST_MAPPED) { in read_kcore()
85 count1 = PAGE_SIZE + FIRST_MAPPED - p; in read_kcore()