| /xnu-11215/osfmk/vm/ |
| H A D | vm_map_store.c | 165 int alias = VME_ALIAS(entry); in vm_map_store_entry_link() local 168 if (alias != VM_MEMORY_MALLOC_NANO && in vm_map_store_entry_link() 169 alias != VM_MEMORY_MALLOC_TINY && in vm_map_store_entry_link() 170 alias != VM_MEMORY_MALLOC_SMALL && in vm_map_store_entry_link() 171 alias != VM_MEMORY_MALLOC_MEDIUM && in vm_map_store_entry_link() 172 alias != VM_MEMORY_MALLOC_LARGE && in vm_map_store_entry_link() 173 alias != VM_MEMORY_MALLOC_HUGE && in vm_map_store_entry_link()
|
| H A D | vm_map_internal.h | 392 unsigned int alias) in VME_ALIAS_SET() argument 394 assert3u(alias & VME_ALIAS_MASK, ==, alias); in VME_ALIAS_SET() 395 entry->vme_alias = alias; in VME_ALIAS_SET()
|
| H A D | vm_map.c | 2747 int alias) in vm_memory_malloc_no_cow() argument 2754 if (alias > 63) { in vm_memory_malloc_no_cow() 2757 alias_mask = 1ULL << alias; in vm_memory_malloc_no_cow() 2814 const vm_tag_t alias = vmk_flags.vm_tag; in vm_map_enter() local 3050 user_alias = alias; in vm_map_enter() 3154 VME_ALIAS(entry) != alias) { in vm_map_enter() 3292 (VME_ALIAS(entry) == alias)) && in vm_map_enter() 3405 assert(!is_kernel_object(object) || (VM_KERN_MEMORY_NONE != alias)); in vm_map_enter()
|
| /xnu-11215/libsyscall/xcodescripts/ |
| H A D | create-syscalls.pl | 305 my ($alias, $target_symbol) = split; 318 …die "$MyName: $arch $$sym{asm_sym} -> $alias: Duplicate alias.\n" if grep { $_ eq $alias } @{$$sym… 319 push(@{$$sym{aliases}{$arch}}, $alias); 323 my $c = $sym_to_c{$alias};
|
| /xnu-11215/osfmk/mach/ |
| H A D | vm_statistics.h | 286 #define VM_GET_FLAGS_ALIAS(flags, alias) \ argument 287 (alias) = (((flags) >> 24) & 0xff) 289 #define VM_SET_FLAGS_ALIAS(flags, alias) \ argument 291 (((alias) & ~VM_FLAGS_ALIAS_MASK) << 24))
|
| /xnu-11215/osfmk/tests/ |
| H A D | pmap_tests.c | 523 for (unsigned int alias = 0; alias < num_aliases; ++alias) { in test_pmap_page_protect_overhead() local 524 kr = pmap_enter(new_pmap, PMAP_TEST_VA + (PAGE_SIZE * alias), phys_page, in test_pmap_page_protect_overhead()
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IORegistryEntry.cpp | 1247 const OSSymbol * alias; in getPath() local 1271 if ((alias = hasAlias( plane ))) { in getPath() 1272 aliasLen = alias->getLength(); in getPath() 1277 strlcpy( nextComp.discard_bounds(), alias->getCStringNoCopy(), aliasLen + 1); in getPath() 1310 if ((alias = entry->hasAlias( plane ))) { in getPath() 1315 compLen = alias->getLength(); in getPath() 1318 strlcpy( nextComp.discard_bounds(), alias->getCStringNoCopy(), compLen + 1); in getPath() 1573 const char * alias; in fromPath() local 1599 if ((alias = dealiasPath( &end, plane))) { in fromPath() 1603 aliasEntry = IORegistryEntry::fromPath( alias, plane, in fromPath()
|
| /xnu-11215/osfmk/kern/ |
| H A D | kcdata.modulemap | 3 // to support building libkdd (one of our alias projects). libkdd can’t use
|
| H A D | kern_debug.modulemap | 8 // Darwin module to support building libkdd (one of our alias projects).
|
| /xnu-11215/makedefs/ |
| H A D | MakeInc.kernel | 72 $(DSTROOT)/$(INSTALL_KERNEL_DIR)/$(KERNEL_FILE_NAME).link/$(KERNEL_FILE_NAME).alias.exp \ 259 $(_v)cp $(TARGET)/all-alias.exp $(TARGET)/$(KERNEL_FILE_NAME).link/$(KERNEL_FILE_NAME).alias.exp 426 …RNEL_FILE_NAME).link/$(KERNEL_FILE_NAME).alias.exp: $(TARGET)/$(KERNEL_FILE_NAME).link/$(KERNEL_FI…
|
| H A D | MakeInc.cmd | 420 # Similar to build configs, but alias configs are a 4-tuple 426 # which should be an alias of $(3)
|
| H A D | MakeInc.def | 964 -Wl,-alias_list,$(TARGET)/all-alias.exp \ 967 LDFILES_KERNEL_ONLY = $(TARGET)/all-kpi.exp $(TARGET)/all-alias.exp $(TARGET)/symbolsets.plist 1269 # DEBUG alias location
|
| H A D | MakeInc.rule | 209 # host headers alias and exclave headers aliases. Separately, export headers
|
| H A D | MakeInc.top | 627 # Aggregate install targets, which install everything appropriate for the current build alias/make …
|
| /xnu-11215/libkern/kxld/ |
| H A D | kxld_kext.c | 258 interface_sym->alias); in export_symbols_through_interface() 263 interface_sym->alias, interface_sym->name); in export_symbols_through_interface() 729 name = sym->alias; in resolve_symbols()
|
| H A D | kxld_sym.h | 46 char *alias; // The indirect symbol's alias name member
|
| H A D | kxld_sym.c | 88 sym->alias = strtab + src->n_value; in kxld_sym_init_from_macho32() 127 sym->alias = strtab + src->n_value; in kxld_sym_init_from_macho64()
|
| /xnu-11215/tools/tests/perf_index/ |
| H A D | README | 66 build alias, so you can also find a copy on ~rc at:
|