Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/i386/
H A Di386_init.c290 physmap_init(uint8_t phys_random_L3, uint64_t *new_physmap_base, uint64_t *new_physmap_max) in physmap_init() argument
377 *new_physmap_max = *new_physmap_base + physAddr; in physmap_init()
391 uint64_t new_physmap_base, new_physmap_max; in Idle_PTs_init() local
423 physmap_init(rand64 & 0xFF, &new_physmap_base, &new_physmap_max); in Idle_PTs_init()
438 physmap_max = new_physmap_max; in Idle_PTs_init()