Lines Matching defs:area
25 * area.
744 * Be strict and immediately zap area_src, the whole area has
821 * generate pagefaults, will mremap the area monitored by the
823 * area.
824 * For the anonymous and shared memory the area is divided into two
827 * mremap, the entire monitored area is accessed in a single pass for
833 * monitored area, generate pagefaults and test that signal is delivered.
835 * test robustness use case - we release monitored area, fork a process
1233 void *area;
1283 if (posix_memalign(&area, page_size, page_size)) {
1287 zeropage = area;