MTCP_PROT_ZERO_PAGE  489 mtcp/mtcp_restart.c     if ((area.prot & MTCP_PROT_ZERO_PAGE) == 0) {
MTCP_PROT_ZERO_PAGE  822 mtcp/mtcp_restart.c   if ((area.prot & MTCP_PROT_ZERO_PAGE) != 0) {
MTCP_PROT_ZERO_PAGE  826 mtcp/mtcp_restart.c                                area.prot & ~MTCP_PROT_ZERO_PAGE,
MTCP_PROT_ZERO_PAGE  218 writeckpt.cpp        area.prot = PROT_READ | PROT_WRITE | MTCP_PROT_ZERO_PAGE;
MTCP_PROT_ZERO_PAGE  355 writeckpt.cpp      a.prot |= is_zero ? MTCP_PROT_ZERO_PAGE : 0;