Home
last modified time | relevance | path

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

/xnu-11215/osfmk/vm/
H A Dvm_map_store.c165 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 Dvm_map_internal.h392 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 Dvm_map.c2747 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 Dcreate-syscalls.pl305 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 Dvm_statistics.h286 #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 Dpmap_tests.c523 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 DIORegistryEntry.cpp1247 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 Dkcdata.modulemap3 // to support building libkdd (one of our alias projects). libkdd can’t use
H A Dkern_debug.modulemap8 // Darwin module to support building libkdd (one of our alias projects).
/xnu-11215/makedefs/
H A DMakeInc.kernel72 $(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 DMakeInc.cmd420 # Similar to build configs, but alias configs are a 4-tuple
426 # which should be an alias of $(3)
H A DMakeInc.def964 -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 DMakeInc.rule209 # host headers alias and exclave headers aliases. Separately, export headers
H A DMakeInc.top627 # Aggregate install targets, which install everything appropriate for the current build alias/make …
/xnu-11215/libkern/kxld/
H A Dkxld_kext.c258 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 Dkxld_sym.h46 char *alias; // The indirect symbol's alias name member
H A Dkxld_sym.c88 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 DREADME66 build alias, so you can also find a copy on ~rc at: