| /xnu-11215/osfmk/i386/ |
| H A D | i386_vm_init.c | 221 if (mptr->Type != kEfiLoaderCode && in kprint_memmap() 222 mptr->Type != kEfiLoaderData && in kprint_memmap() 223 mptr->Type != kEfiBootServicesCode && in kprint_memmap() 224 mptr->Type != kEfiBootServicesData && in kprint_memmap() 225 mptr->Type != kEfiConventionalMemory) { in kprint_memmap() 503 pmap_type = mptr->Type; in i386_vm_init() 505 switch (mptr->Type) { in i386_vm_init() 562 i, mptr->Type, pmap_type, base, top, in i386_vm_init()
|
| H A D | acpi.c | 736 switch (next_apic_entryp->Type) { in acpi_count_enabled_logical_processors() 748 DBG("Ignoring MADT entry type 0x%x length 0x%x\n", next_apic_entryp->Type, in acpi_count_enabled_logical_processors()
|
| H A D | panic_hooks.c | 212 range->type = closest->Type; in panic_phys_range_before()
|
| H A D | hibernate_i386.c | 116 switch (mptr->Type) { in hibernate_page_list_allocate()
|
| /xnu-11215/EXTERNAL_HEADERS/acpi/ |
| H A D | Acpi_v1.h | 182 UINT8 Type; \ 287 UINT8 Type; member 377 UINT8 Type; \ 638 UINT8 Type; \
|
| /xnu-11215/doc/allocators/ |
| H A D | api-basics.md | 315 struct Type : public IOTypedOperatorsMixin<Type> { 325 struct Type { 326 IOOverrideTypedOperators(Type); 338 struct Type { 339 IODeclareTypedOperators(Type); 344 IODefineTypedOperators(Type)
|
| /xnu-11215/osfmk/i386/AT386/ |
| H A D | model_dep.c | 455 mptr->Type, in efi_init() 461 …(mptr->Type == kEfiRuntimeServicesCode) ? VM_PROT_READ | VM_PROT_EXECUTE : VM_PROT_READ | VM_PROT_… in efi_init() 462 (mptr->Type == EfiMemoryMappedIO) ? VM_WIMG_IO : VM_WIMG_USE_DEFAULT); in efi_init() 531 …kprintf("mapping[%u] %qx @ %lx, %llu\n", mptr->Type, phys_addr, (unsigned long)vm_addr, mptr->Numb… in hibernate_newruntime_map() 551 …kprintf("mapping[%u] %qx @ %lx, %llu\n", mptr->Type, phys_addr, (unsigned long)vm_addr, mptr->Numb… in hibernate_newruntime_map() 554 …(mptr->Type == kEfiRuntimeServicesCode) ? VM_PROT_READ | VM_PROT_EXECUTE : VM_PROT_READ | VM_PROT_… in hibernate_newruntime_map() 555 (mptr->Type == EfiMemoryMappedIO) ? VM_WIMG_IO : VM_WIMG_USE_DEFAULT); in hibernate_newruntime_map()
|
| /xnu-11215/pexpert/pexpert/i386/ |
| H A D | efi.h | 239 EFI_UINT32 Type; member 391 IN EFI_STATUS_CODE_TYPE Type,
|
| H A D | boot.h | 68 uint32_t Type; member
|
| /xnu-11215/config/ |
| H A D | README.DEBUG-kernel.txt | 32 Loading Kernel GDB Macros package. Type "help kgm" for more info.
|
| H A D | MASTER.x86_64 | 86 options CONFIG_MTRR # Memory Type Range Registers # <config_mtrr>
|
| /xnu-11215/libkern/libkern/amfi/ |
| H A D | amfi.h | 43 #pragma mark Type Defines
|
| /xnu-11215/libkern/libkern/ |
| H A D | OSKextLibPrivate.h | 205 #pragma mark Kext Collection Type Keys
|
| /xnu-11215/san/memory/ |
| H A D | kasan-x86_64.c | 308 if ((mptr_tmp->Type == kEfiConventionalMemory) && (mptr_tmp->NumberOfPages > to_steal)) { in kasan_reserve_memory()
|
| /xnu-11215/libkern/c++/ |
| H A D | OSUnserialize.cpp | 779 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ argument 785 Type, Value); \ 922 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) argument
|
| /xnu-11215/doc/vm/ |
| H A D | memorystatus_notify.md | 19 | Type | Knote Flags | Dispatch Source Mask …
|
| /xnu-11215/iokit/System/ |
| H A D | OSUnserializeXMLSharedImplementation.h | 856 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ argument 862 Type, Value); \ 999 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) argument
|
| /xnu-11215/libkern/libkern/c++/ |
| H A D | OSUnserializeXMLSharedImplementation.h | 856 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ argument 862 Type, Value); \ 999 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) argument
|
| /xnu-11215/iokit/DriverKit/ |
| H A D | IOUserClient.iig | 236 * @param type Type parameter IOConnectMapMemory()/UnmapMemory().
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | memory.py | 2823 mtype = unsigned(mptr.Type)
|
| /xnu-11215/tests/ |
| H A D | stackshot_tests.m | 2299 …T_QUIET; T_ASSERT_TRUE([exp_cluster_types containsObject:cluster_type], "Type of CPU cluster in ex…
|