Searched refs:PML4_MASK (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/arch/x86_64/mm/ | ||
D | init.c | 227 paddr = (address & PML4_MASK) + i*PGDIR_SIZE; in phys_pgd_init() |
/linux-2.4.37.9/include/asm-x86_64/ | ||
D | pgtable.h | 166 #define PML4_MASK (~(PML4_SIZE-1)) macro |