Home
last modified time | relevance | path

Searched refs:pgds (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/arch/x86_64/mm/
Dinit.c266 unsigned long pgds, pmds, tables; in init_memory_mapping() local
277 pgds = (end + PGDIR_SIZE - 1) >> PGDIR_SHIFT; in init_memory_mapping()
279 tables = round_up(pgds*8, PAGE_SIZE) + round_up(pmds * 8, PAGE_SIZE); in init_memory_mapping()