| /xnu-11215/osfmk/ipc/ |
| H A D | ipc_space.c | 211 mach_port_index_t bottom, in ipc_space_rand_freelist() argument 214 int at_start = (bottom == 0); in ipc_space_rand_freelist() 224 mach_port_index_t curr = bottom; in ipc_space_rand_freelist() 227 bottom++; in ipc_space_rand_freelist() 235 while (bottom <= top) { in ipc_space_rand_freelist() 259 next = bottom; in ipc_space_rand_freelist() 260 bottom++; in ipc_space_rand_freelist()
|
| H A D | ipc_space.h | 281 mach_port_index_t bottom,
|
| /xnu-11215/osfmk/console/ |
| H A D | video_console.c | 135 unsigned int bottom, int which); 243 unsigned int bottom, int which); 316 end = (bottom * gc_buffer_columns) - 1; in gc_clear_screen() 324 end = (bottom * gc_buffer_columns) - 1; in gc_clear_screen() 1018 if (bottom <= gc_buffer_rows) { in gc_scroll_down() 1097 gc_ops.scroll_down(num, top, bottom); in gc_scroll_down() 1112 if (bottom <= gc_buffer_rows) { in gc_scroll_up() 1119 for (row = top; row < bottom - num; row++) { in gc_scroll_up() 1161 for (row = bottom - num; row < bottom; row++) { in gc_scroll_up() 1191 gc_ops.scroll_up(num, top, bottom); in gc_scroll_up() [all …]
|
| /xnu-11215/bsd/dev/arm64/ |
| H A D | dtrace_isa.c | 455 const uintptr_t bottom = dtrace_get_kernel_stack(current_thread()); in dtrace_frame_in_kernel_stack() local 458 if (bottom == 0) { in dtrace_frame_in_kernel_stack() 462 const uintptr_t top = bottom + kernel_stack_size; in dtrace_frame_in_kernel_stack() 463 return ((uintptr_t)fp >= bottom) && ((uintptr_t)fp < top); in dtrace_frame_in_kernel_stack()
|
| /xnu-11215/osfmk/kern/ |
| H A D | backtrace.c | 105 uintptr_t top, bottom; in backtrace_internal() local 114 bottom = thread->kernel_stack; in backtrace_internal() 115 top = bottom + kernel_stack_size; in backtrace_internal() 118 (((uintptr_t)(__addr) >= (uintptr_t)bottom) && \ in backtrace_internal()
|
| /xnu-11215/libkern/c++/ |
| H A D | OSUnserialize.cpp | 859 yy_stack_print(yytype_int16 *bottom, yytype_int16 *top) in yy_stack_print() argument 862 yy_stack_print(bottom, top) in yy_stack_print() 863 yytype_int16 *bottom; in yy_stack_print() 868 for (; bottom <= top; ++bottom) { 869 YYFPRINTF(stderr, " %d", *bottom);
|
| /xnu-11215/iokit/System/ |
| H A D | OSUnserializeXMLSharedImplementation.h | 936 yy_stack_print(yytype_int16 *bottom, yytype_int16 *top) in yy_stack_print() argument 939 yy_stack_print(bottom, top) in yy_stack_print() 940 yytype_int16 *bottom; in yy_stack_print() 945 for (; bottom <= top; ++bottom) { 946 YYFPRINTF(stderr, " %d", *bottom);
|
| /xnu-11215/libkern/libkern/c++/ |
| H A D | OSUnserializeXMLSharedImplementation.h | 936 yy_stack_print(yytype_int16 *bottom, yytype_int16 *top) in yy_stack_print() argument 939 yy_stack_print(bottom, top) in yy_stack_print() 940 yytype_int16 *bottom; in yy_stack_print() 945 for (; bottom <= top; ++bottom) { 946 YYFPRINTF(stderr, " %d", *bottom);
|
| /xnu-11215/osfmk/kperf/ |
| H A D | callstack.c | 112 uintptr_t top, bottom; in interrupted_kernel_sp_value() local 138 bottom = current_thread()->kernel_stack; in interrupted_kernel_sp_value() 139 top = bottom + kernel_stack_size; in interrupted_kernel_sp_value() 140 if (sp >= bottom && sp < top) { in interrupted_kernel_sp_value()
|
| /xnu-11215/san/memory/ |
| H A D | kasan-helper.c | 194 UNUSED_ABI(__asan_allocas_unpoison, uptr top, uptr bottom);
|
| /xnu-11215/doc/debugging/ |
| H A D | task_ref.md | 61 one available). At the bottom level, there's a per-task (local) ref group under
|
| /xnu-11215/bsd/net/pktsched/ |
| H A D | pktsched_fq_codel.c | 2145 int64_t bytelimit, classq_pkt_t *top, classq_pkt_t *bottom, in fq_if_dequeue() argument 2310 if (bottom != NULL) { in fq_if_dequeue() 2311 *bottom = last; in fq_if_dequeue()
|