Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/i386/
H A Di386_vm_init.c224 mptr->Type != kEfiConventionalMemory) { in kprint_memmap()
509 case kEfiConventionalMemory: in i386_vm_init()
513 pmap_type = kEfiConventionalMemory; in i386_vm_init()
576 pmap_type != kEfiConventionalMemory) { in i386_vm_init()
H A Dhibernate_i386.c128 case kEfiConventionalMemory: in hibernate_page_list_allocate()
/xnu-8796.141.3/pexpert/pexpert/i386/
H A Dboot.h54 kEfiConventionalMemory = 7, enumerator
/xnu-8796.141.3/san/memory/
H A Dkasan-x86_64.c308 if ((mptr_tmp->Type == kEfiConventionalMemory) && (mptr_tmp->NumberOfPages > to_steal)) { in kasan_reserve_memory()
/xnu-8796.141.3/osfmk/x86_64/
H A Dpmap.c874 if (pmptr->type != kEfiConventionalMemory) { in pmap_init()