Home
last modified time | relevance | path

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

/xnu-11215/tests/
H A Dipc_mach_port.c111 #pragma mark - basic test about right deduplication
H A Dstackshot_accuracy.m332 T_DECL(basic, "test that no-fault stackshot works correctly", T_META_TAG_VM_PREFERRED)
337 dispatch_queue_t dq = dispatch_queue_create("com.apple.stackshot_accuracy.basic", NULL);
H A Dstackshot_tests.m2355 /* Test with 1 and 2 CPUs for basic functionality */
/xnu-11215/osfmk/mach/
H A Dthread_act.defs192 * instructions consist of the basic traps for IPC
207 * instructions consist of the basic traps for IPC
H A Dmach_port.defs625 * Returns basic information about an IPC space.
/xnu-11215/osfmk/mach/machine/
H A Dmachine_types.defs33 * Header file for basic, machine-dependent data types. arm+i386 version.
/xnu-11215/doc/observability/
H A Dmt_stackshot.md68 Stackshot uses a basic per-cluster bump allocator to allocate space within the
123 of extra data. This allows for basic tracing of stackshot's execution on each
/xnu-11215/tools/lldbmacros/
H A DREADME.md52 …* Once connected you can debug with basic lldb commands like print, bt, expr etc. The xnu debug ma…
135 The basic format for every command provided under kgmhelp is like follows
276 …please see [Section C. -> SPECIAL Note]. If the change is to basic class or caching mechanism than…
379 …* Run syntax checker on each of the modified files. It will find basic formatting errors in the ch…
/xnu-11215/osfmk/tests/
H A DREADME.md124 For basic assertion check see example in `osfmkt/tests/kernel_tests.c :kcdata_api_assert_tests()`
/xnu-11215/osfmk/vm/
H A Dvm_map.c15352 vm_region_basic_info_t basic; in vm_map_region() local
15358 basic = (vm_region_basic_info_t) info; in vm_map_region()
15378 basic->behavior = entry->behavior; in vm_map_region()
15380 basic->reserved = entry->is_sub_map; in vm_map_region()
15389 basic->shared = FALSE; in vm_map_region()
15391 basic->shared = entry->is_shared; in vm_map_region()
15422 basic->offset = VME_OFFSET(entry); in vm_map_region()
15426 basic->behavior = entry->behavior; in vm_map_region()
15428 basic->reserved = entry->is_sub_map; in vm_map_region()
15437 basic->shared = FALSE; in vm_map_region()
[all …]
/xnu-11215/libkdd/
H A Dkcdata_core.m90 …* This routine tries to decode the typeDef structure and create either a basic type (KCDBasicTypeD…
/xnu-11215/doc/primitives/
H A Datomics.md173 The following basic atomic RMW operations exist:
/xnu-11215/doc/vm/
H A Dsanitize.md237 contain the basic blocks that could be chained to meet your specific
/xnu-11215/doc/scheduler/
H A Dsched_clutch_edge.md41 …r execution, its deadline is pushed by WCEL[bucket] into the future. This basic implementation of …