With the anonymous mmap implementation, on calling the mmap() system call, xv6 immediately allocates and maps all the pages of physical memory needed to fulfill the request. Expectation : Pages are ...