<previous description obsolete, deleted>Virtual memory map with 4 level page tables:0000000000000000 - 00007fffffffffff (=47bits) user space, different per mmhole caused by [48:63] sign extensionffff800000000000 - ffff80ffffffffff (=40bits) guard holeffff810000000000 - ffffc0ffffffffff (=46bits) direct mapping of phys. memoryffffc10000000000 - ffffc1ffffffffff (=40bits) holeffffc20000000000 - ffffe1ffffffffff (=45bits) vmalloc/ioremap space... unused hole ...ffffffff80000000 - ffffffff82800000 (=40MB) kernel text mapping, from phys 0... unused hole ...ffffffff88000000 - fffffffffff00000 (=1919MB) module mapping spacevmalloc space is lazily synchronized into the different PML4 pages ofthe processes using the page fault handler, with init_level4_pgt asreference.Current X86-64 implementations only support 40 bit of address space,but we support upto 46bits. This expands into MBZ space in the page tables.-Andi Kleen, Jul 2004