PROT_RW
ptr = mmap(base + gpa, len, PROT_RW, flags, ctx->fd, gpa);
ptr = mmap(base + VM_MMAP_GUARD_SIZE, len, PROT_RW, flags, fd, 0);