Searched refs:stride (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215/tests/vm/ |
| H A D | fault_throughput.c | 136 static void fault_pages(fault_buffer_t *buffer, size_t stride); 325 fault_pages(fault_buffer_t *buffer, size_t stride) in fault_pages() argument 349 size_t stride = fault_buffer_stride(globals) * kPageSize; in grab_and_fault_pages() local 358 fault_pages(object, stride); in grab_and_fault_pages() 412 size_t stride = fault_buffer_stride(globals); in setup_memory() local 440 size_t stride = fault_buffer_stride(globals); in unmap_fault_buffers() local 603 size_t stride = fault_buffer_stride(globals); in output_results() local 686 size_t stride; in fault_buffer_stride() local 688 stride = 1; in fault_buffer_stride() 690 stride = globals->tg_num_threads; in fault_buffer_stride() [all …]
|
| H A D | perf_madvise.c | 44 static void fault_pages(unsigned char *buffer, size_t size, size_t stride); 140 fault_pages(unsigned char *buffer, size_t size, size_t stride) in fault_pages() argument 143 for (unsigned char* ptr = buffer; ptr < buffer + size; ptr += stride) { in fault_pages()
|
| /xnu-11215/osfmk/kern/ |
| H A D | compact_id.c | 219 uint32_t stride, 222 const uint64_t pause_init = stride;
|
| H A D | compact_id.h | 127 uint32_t stride,
|
| /xnu-11215/tools/lldbmacros/core/ |
| H A D | lldbwrap.py | 844 def xGetSiblingValueAtIndex(self, index, stride=None): argument 861 addr = self.GetLoadAddress() + index * (stride or self.GetByteSize())
|
| /xnu-11215/bsd/kern/ |
| H A D | kdebug.c | 1377 size_t stride = ext ? sizeof(kd_cpumap_ext) : sizeof(kd_cpumap); in _copy_cpu_map() local 1379 size_t size_needed = sizeof(kd_cpumap_header) + cpu_count * stride; in _copy_cpu_map() 1404 kd_cpumap_ext *cpu = (kd_cpumap_ext *)((uintptr_t)cpus + stride * i); in _copy_cpu_map() 1410 kd_cpumap *cpu = (kd_cpumap *)((uintptr_t)cpus + stride * i); in _copy_cpu_map()
|