| /xnu-11215/osfmk/tests/ |
| H A D | pmap_tests.c | 70 volatile boolean_t stop; member 137 } while (!args->stop); in pmap_disconnect_thread() 173 args.stop = TRUE; in test_pmap_enter_disconnect() 191 } while (!args->stop); in pmap_remove_thread() 233 args.stop = TRUE; in test_pmap_compress_remove() 284 if (!args->stop) { in pmap_nest_thread() 383 args[j].stop = FALSE; in test_pmap_nesting() 452 args[j].stop = TRUE; in test_pmap_nesting() 582 } while (!args->args.stop); in hugepv_remove_enter_thread() 669 args->args.stop = TRUE; in huge_pv_test_timeout() [all …]
|
| /xnu-11215/san/coverage/ |
| H A D | kcov.c | 269 __sanitizer_cov_trace_pc_guard_init(uint32_t __unused *start, uint32_t __unused *stop) in __sanitizer_cov_trace_pc_guard_init() argument 271 kcov_ksancov_trace_pc_guard_init(start, stop); in __sanitizer_cov_trace_pc_guard_init() 276 __sanitizer_cov_pcs_init(uintptr_t __unused *start, uintptr_t __unused *stop) in __sanitizer_cov_pcs_init() argument 278 kcov_ksancov_pcs_init(start, stop); in __sanitizer_cov_pcs_init()
|
| H A D | kcov_ksancov.c | 120 uint32_t *stop; member 349 kcov_ksancov_trace_pc_guard_init(uint32_t *start, uint32_t *stop) in kcov_ksancov_trace_pc_guard_init() argument 354 for (uint32_t *cur = start; cur != stop; cur++) { in kcov_ksancov_trace_pc_guard_init() 365 kcov_ksancov_bookmark_on_demand_module(start, stop); in kcov_ksancov_trace_pc_guard_init() 370 kcov_ksancov_pcs_init(uintptr_t *start, uintptr_t *stop) in kcov_ksancov_pcs_init() argument 375 for (; start < stop; start += 2) { in kcov_ksancov_pcs_init() 393 (void)stop; in kcov_ksancov_pcs_init() 468 handle->stop = stop; in kcov_ksancov_bookmark_on_demand_module() 476 handle->stop - handle->start, entry->idx); in kcov_ksancov_bookmark_on_demand_module() 947 kmsg->bundle, *handle->start, *(handle->stop - 1)); in ksancov_handle_on_demand_cmd() [all …]
|
| H A D | kcov_ksancov.h | 86 uint32_t stop; member 122 #define kcov_ksancov_trace_pc_guard_init(start, stop) 123 #define kcov_ksancov_pcs_init(start, stop)
|
| H A D | kcov.h | 67 void __sanitizer_cov_pcs_init(uintptr_t *start, uintptr_t *stop); 69 void __sanitizer_cov_trace_pc_guard_init(uint32_t *start, uint32_t *stop);
|
| /xnu-11215/bsd/sys/ |
| H A D | bitstring.h | 108 #define bitstr_nclear(name, start, stop) do { \ argument 110 int _start = (start), _stop = (stop); \ 125 #define bitstr_nset(name, start, stop) do { \ argument 127 int _start = (start), _stop = (stop); \
|
| /xnu-11215/osfmk/mach/ |
| H A D | dyld_kernel_fixups.h | 107 int* stop) in fixup_value() argument 119 *stop = 1; in fixup_value() 134 *stop = 1; in fixup_value() 144 *stop = 1; in fixup_value() 160 int stop = 0; in walk_chain() local 170 while (!stop && !chainEnd) { in walk_chain() 176 fixup_value(chain, segInfo, slide, basePointers, &stop); in walk_chain() 177 if (!stop) { in walk_chain() 203 stop = 1; in walk_chain() 207 return stop; in walk_chain()
|
| H A D | kmod.h | 99 kmod_stop_func_t * stop; member 155 #define KMOD_EXPLICIT_DECL(name, version, start, stop) \ argument 158 start, stop };
|
| /xnu-11215/tests/ |
| H A D | arm_matrix.c | 119 ops->stop(); in test_matrix_not_started() 272 ops->stop(); in active_context_switch_thread() 299 ops->stop(); in inactive_context_switch_thread() 309 ops->stop(); in inactive_context_switch_thread() 342 ops->stop(); in test_thread_migration() 347 ops->stop(); in test_thread_migration()
|
| H A D | arm_matrix.h | 44 void (*stop)(void); member
|
| H A D | disk_mount_conditioner.c | 492 uint64_t start, stop; in time_for_read() local 499 stop = dt_nanoseconds(); in time_for_read() 506 return stop - start; in time_for_read()
|
| H A D | arm_matrix_sme.c | 353 .stop = sme_stop,
|
| /xnu-11215/bsd/net/ |
| H A D | net_perf.c | 47 struct timeval stop; in net_perf_measure_time() local 48 microtime(&stop); in net_perf_measure_time() 49 ip_perf_record_stats(npp, start, &stop, num_pkts); in net_perf_measure_time()
|
| /xnu-11215/tools/tests/testkext/ |
| H A D | testvmx.cpp | 39 testvmx::stop( IOService * provider ) in stop() function in testvmx 43 super::stop(provider); in stop()
|
| H A D | testvmx.h | 15 virtual void stop( IOService * provider );
|
| /xnu-11215/san/tools/ |
| H A D | ksancov.h | 157 uint32_t stop; member 432 ksancov_on_demand_get_range(int fd, const char *bundle, uint32_t *start, uint32_t *stop) in ksancov_on_demand_get_range() argument 434 assert(start && stop); in ksancov_on_demand_get_range() 440 *stop = msg.range.stop; in ksancov_on_demand_get_range()
|
| /xnu-11215/tools/lldbmacros/core/ |
| H A D | iterators.py | 105 stop = head_value.GetLoadAddress() 114 if addr == 0 or addr == stop: 141 stop = head_value.GetLoadAddress() 153 if addr == 0 or addr == stop: 180 stop = elt.GetValueAsAddress() 185 if stop: 188 stop = elt.GetValueAsAddress() 196 if addr == 0 or addr == stop:
|
| /xnu-11215/iokit/Tests/TestServices/ |
| H A D | TestIOConnectMapMemoryPortLeak45265408.cpp | 42 TestIOConnectMapMemoryPortLeak45265408UserClient::stop(IOService *provider) in stop() function in TestIOConnectMapMemoryPortLeak45265408UserClient 48 super::stop(provider); in stop()
|
| H A D | TestIOConnectMapMemoryPortLeak45265408.h | 23 virtual void stop(IOService *provider) override;
|
| /xnu-11215/iokit/IOKit/system_management/ |
| H A D | IOWatchDogTimer.h | 47 virtual void stop(IOService *provider) APPLE_KEXT_OVERRIDE;
|
| /xnu-11215/tools/lldbmacros/tests/lldbtest/ |
| H A D | coverage.py | 62 cov.stop()
|
| /xnu-11215/iokit/Kernel/ |
| H A D | RootDomainUserClient.h | 93 virtual void stop( IOService *provider) APPLE_KEXT_OVERRIDE;
|
| H A D | RootDomainUserClient.cpp | 253 RootDomainUserClient::stop( IOService *provider) in stop() function in RootDomainUserClient 260 super::stop(provider); in stop()
|
| /xnu-11215/iokit/Families/IOSystemManagement/ |
| H A D | IOWatchDogTimer.cpp | 75 IOWatchDogTimer::stop(IOService *provider) in stop() function in IOWatchDogTimer
|
| /xnu-11215/bsd/kern/ |
| H A D | tty_dev.c | 967 int stop, error = 0; local 1208 stop = (tp->t_iflag & IXON) && CCEQ(cc[VSTOP], CTRL('s')) 1211 if (stop) { 1218 if (!stop) {
|