Lines Matching full:we
58 * We fault-in kernel-space virtual memory on-demand. The in do_page_fault()
61 * NOTE! We MUST NOT take any locks for this case. We may in do_page_fault()
67 * mappings we don't have to walk all processes pgdirs and in do_page_fault()
68 * add the high mappings all at once. Instead we do it as they in do_page_fault()
81 /* If exceptions were enabled, we can reenable them here */ in do_page_fault()
99 * If we're in an interrupt or have no user in do_page_fault()
100 * context, we must not take the fault.. in do_page_fault()
122 * we get page-aligned addresses so we can only check in do_page_fault()
123 * if we're within a page from usp, but that might be in do_page_fault()
133 * Ok, we have a good vm_area for this memory access, so in do_page_fault()
134 * we can handle it.. in do_page_fault()
152 /* are we trying to execute nonexecutable area */ in do_page_fault()
157 * If for any reason at all we couldn't handle the fault, in do_page_fault()
158 * make sure we exit gracefully rather than endlessly redo in do_page_fault()
187 /* No need to up_read(&mm->mmap_sem) as we would in do_page_fault()
218 /* Are we prepared to handle this kernel fault? in do_page_fault()
222 * of those points, we find it in a table and do a jump in do_page_fault()
240 * Oops. The kernel tried to access some bad page. We'll have to in do_page_fault()
256 * We ran out of memory, or some other thing happened to us that made in do_page_fault()
274 * Send a sigbus, regardless of whether we were in kernel in do_page_fault()
306 "anyhow we don't need this at the moment\n"); in do_page_fault()
313 /* Since we're two-level, we don't need to do both in do_page_fault()
315 * we go three-level at some point, do the right thing in do_page_fault()
318 * Also, since the vmalloc area is global, we don't in do_page_fault()
321 * root task. If that is there, we'll find our pte if in do_page_fault()
340 * addresses. If we don't do this, this will just in do_page_fault()