Searched refs:basic (Results 1 – 14 of 14) sorted by relevance
111 #pragma mark - basic test about right deduplication
332 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);
2355 /* Test with 1 and 2 CPUs for basic functionality */
192 * instructions consist of the basic traps for IPC207 * instructions consist of the basic traps for IPC
625 * Returns basic information about an IPC space.
33 * Header file for basic, machine-dependent data types. arm+i386 version.
68 Stackshot uses a basic per-cluster bump allocator to allocate space within the123 of extra data. This allows for basic tracing of stackshot's execution on each
52 …* 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 follows276 …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…
124 For basic assertion check see example in `osfmkt/tests/kernel_tests.c :kcdata_api_assert_tests()`
15352 vm_region_basic_info_t basic; in vm_map_region() local15358 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 …]
90 …* This routine tries to decode the typeDef structure and create either a basic type (KCDBasicTypeD…
173 The following basic atomic RMW operations exist:
237 contain the basic blocks that could be chained to meet your specific
41 …r execution, its deadline is pushed by WCEL[bucket] into the future. This basic implementation of …