| /xnu-11417.121.6/osfmk/vm/ |
| H A D | vm_sanitize_error_compat.c | 120 vm_sanitize_range_overflows_strict_zero(vm_address_t start, vm_size_t size, vm_offset_t pgmask) in vm_sanitize_range_overflows_strict_zero() 141 vm_sanitize_range_overflows_allow_zero(vm_address_t start, vm_size_t size, vm_offset_t pgmask) in vm_sanitize_range_overflows_allow_zero() 180 vm_address_t start, in vm_sanitize_err_compat_addr_size_vm_allocate_fixed() 206 vm_address_t start, in vm_sanitize_err_compat_addr_size_vm_deallocate() 286 vm_address_t start, in vm_sanitize_err_compat_addr_size_vm_wire_user() 345 vm_address_t start, in vm_sanitize_err_compat_addr_size_vm_map_copyio() 378 vm_address_t start, in vm_sanitize_err_compat_addr_size_vm_map_inherit() 408 vm_address_t start, in vm_sanitize_err_compat_addr_size_vm_protect() 439 vm_address_t start, in vm_sanitize_err_compat_addr_size_useracc() 490 vm_address_t start, in vm_sanitize_err_compat_addr_size_vm_behavior_set() [all …]
|
| H A D | vm_map_store.c | 292 vm_map_offset_t start, in __vm_map_store_find_space_holelist_corruption() 325 vm_map_offset_t start; in vm_map_store_find_space_backwards() local 430 vm_map_offset_t start, in vm_map_store_find_space_forward()
|
| H A D | vm_init.c | 105 vm_offset_t start, end; in vm_mem_bootstrap() local
|
| /xnu-11417.121.6/osfmk/tests/ |
| H A D | vm_parameter_validation_kern.c | 76 …erwrite(kern_return_t (*func)(MAP_T dst_map, vm_map_copy_t copy, mach_vm_address_t start, mach_vm_… in test_vm_map_copy_overwrite() 165 call_mach_vm_read(MAP_T map, mach_vm_address_t start, mach_vm_size_t size) in call_mach_vm_read() 192 call_vm_map_copyin(MAP_T map, mach_vm_address_t start, mach_vm_size_t size) in call_vm_map_copyin() 214 call_mach_vm_allocate__flags(MAP_T map, mach_vm_address_t * start, mach_vm_size_t size, int flags) in call_mach_vm_allocate__flags() 223 call_mach_vm_allocate__start_size_fixed(MAP_T map, mach_vm_address_t * start, mach_vm_size_t size) in call_mach_vm_allocate__start_size_fixed() 232 call_mach_vm_allocate__start_size_anywhere(MAP_T map, mach_vm_address_t * start, mach_vm_size_t siz… in call_mach_vm_allocate__start_size_anywhere() 241 call_mach_vm_allocate_kernel__flags(MAP_T map, mach_vm_address_t * start, mach_vm_size_t size, int … in call_mach_vm_allocate_kernel__flags() 251 call_mach_vm_allocate_kernel__start_size_fixed(MAP_T map, mach_vm_address_t * start, mach_vm_size_t… in call_mach_vm_allocate_kernel__start_size_fixed() 265 call_mach_vm_allocate_kernel__start_size_anywhere(MAP_T map, mach_vm_address_t * start, mach_vm_siz… in call_mach_vm_allocate_kernel__start_size_anywhere() 281 call_vm_allocate__flags(MAP_T map, mach_vm_address_t * start, mach_vm_size_t size, int flags) in call_vm_allocate__flags() [all …]
|
| /xnu-11417.121.6/tests/vm/ |
| H A D | vm_parameter_validation.c | 165 mach_vm_address_t start, end; in munmap_helper() local 183 call_munlock(void *start, size_t size) in call_munlock() 190 call_mlock(void *start, size_t size) in call_mlock() 199 call_munmap(MAP_T map __unused, mach_vm_address_t start, mach_vm_size_t size) in call_munmap() 206 call_mremap_encrypted(void *start, size_t size) in call_mremap_encrypted() 427 call_mach_vm_read(MAP_T map, mach_vm_address_t start, mach_vm_size_t size) in call_mach_vm_read() 440 call_vm_read(MAP_T map, vm_address_t start, vm_size_t size) in call_vm_read() 454 call_mach_vm_read_list(MAP_T map, mach_vm_address_t start, mach_vm_size_t size) in call_mach_vm_read_list() 465 call_vm_read_list(MAP_T map, vm_address_t start, vm_size_t size) in call_vm_read_list() 487 call_mach_vm_read_overwrite__ssz(MAP_T map, mach_vm_address_t start, mach_vm_address_t start_2, mac… in call_mach_vm_read_overwrite__ssz() [all …]
|
| H A D | zone_gc_replenish_test.c | 30 time_t start = time(NULL); in gc_thread_func() local 48 time_t start = time(NULL); in alloc_thread_func() local
|
| /xnu-11417.121.6/tests/ |
| H A D | lockf_basic.c | 38 int fd, off_t start, off_t len, pid_t pid, uint32_t flags) in ofd_get() 50 int fd, off_t start, off_t len, pid_t pid, uint32_t flags) in posix_get() 61 posix_lock(int fd, off_t start, off_t len, uint32_t flags) in posix_lock() 74 ofd_lock(int fd, off_t start, off_t len, uint32_t flags) in ofd_lock() 87 posix_unlock(int fd, off_t start, off_t len) in posix_unlock() 100 ofd_unlock(int fd, off_t start, off_t len) in ofd_unlock() 114 flequal(struct flock *fl, off_t start, off_t len, pid_t pid, int flags) in flequal() 136 off_t start, end; member 180 int fd, off_t start, off_t end, uint32_t flags) in start_lock_thread()
|
| /xnu-11417.121.6/osfmk/console/ |
| H A D | video_scroll.c | 33 video_scroll_up(void * start, void * end, void * dest) in video_scroll_up() 39 video_scroll_down(void * start, /* HIGH addr */ in video_scroll_down()
|
| /xnu-11417.121.6/iokit/Tests/TestServices/ |
| H A D | TestIOConnectMapMemoryPortLeak45265408.cpp | 10 TestIOConnectMapMemoryPortLeak45265408::start(IOService *provider) in start() function in TestIOConnectMapMemoryPortLeak45265408 27 TestIOConnectMapMemoryPortLeak45265408UserClient::start(IOService *provider) in start() function in TestIOConnectMapMemoryPortLeak45265408UserClient
|
| H A D | TestIOUserClient2022Entitlements.cpp | 14 TestIOUserClient2022Entitlements::start(IOService * provider) in start() function in TestIOUserClient2022Entitlements 27 TestIOUserClient2022EntitlementsUserClient::start(IOService * provider) in start() function in TestIOUserClient2022EntitlementsUserClient
|
| H A D | TestIODeviceMemoryRosetta.cpp | 14 TestIODeviceMemoryRosetta::start(IOService * provider) in start() function in TestIODeviceMemoryRosetta 27 TestIODeviceMemoryRosettaUserClient::start(IOService * provider) in start() function in TestIODeviceMemoryRosettaUserClient
|
| /xnu-11417.121.6/libsyscall/mach/ |
| H A D | errorlib.h | 86 unsigned start; member 89 #define err_sub_map_entry(start, end) { err_get_sub(start), err_get_sub(end) } argument 90 #define err_code_map_entry(start, end) { err_get_code(start), err_get_code(end) } argument
|
| /xnu-11417.121.6/osfmk/arm64/ |
| H A D | tlb.h | 131 flush_mmu_tlb_allentries_async(uint64_t start, uint64_t end, uint64_t pmap_page_size, in flush_mmu_tlb_allentries_async() 182 flush_mmu_tlb_allentries(uint64_t start, uint64_t end, uint64_t pmap_page_size, bool last_level_onl… in flush_mmu_tlb_allentries() 192 flush_mmu_tlb_entries_async(uint64_t start, uint64_t end, uint64_t pmap_page_size, in flush_mmu_tlb_entries_async() 280 flush_mmu_tlb_entries(uint64_t start, uint64_t end, uint64_t pmap_page_size, bool last_level_only, … in flush_mmu_tlb_entries()
|
| H A D | arm_vm_init.c | 512 uintptr_t start, end, sz; in dump_kva_l2() local 559 uintptr_t start, end; in dump_kva_space() local 769 vm_offset_t start = ((vm_offset_t)&ExceptionVectorsBase) & ~PAGE_MASK; in arm_vm_prepare_kernel_el0_mappings() local 994 arm_vm_page_granular_helper(vm_offset_t start, vm_offset_t _end, vm_offset_t va, pmap_paddr_t pa_of… in arm_vm_page_granular_helper() 1108 arm_vm_page_granular_prot(vm_offset_t start, unsigned long size, pmap_paddr_t pa_offset, in arm_vm_page_granular_prot() 1184 arm_vm_page_granular_RNX(vm_offset_t start, unsigned long size, unsigned granule) in arm_vm_page_granular_RNX() 1190 arm_vm_page_granular_ROX(vm_offset_t start, unsigned long size, unsigned granule, unsigned int guar… in arm_vm_page_granular_ROX() 1196 arm_vm_page_granular_RWNX(vm_offset_t start, unsigned long size, unsigned granule) in arm_vm_page_granular_RWNX() 1817 init_ptpages(tt_entry_t *tt, vm_map_address_t start, vm_map_address_t end, bool static_map, uint64_… in init_ptpages()
|
| /xnu-11417.121.6/bsd/netinet/ |
| H A D | tcp_sack.c | 154 tcp_seq start = tp->sackblks[i].start; in tcp_update_sack_list() local 243 tcp_sackhole_alloc(struct tcpcb *tp, tcp_seq start, tcp_seq end) in tcp_sackhole_alloc() 281 tcp_sackhole_insert(struct tcpcb *tp, tcp_seq start, tcp_seq end, in tcp_sackhole_insert() 416 tcp_sack_update_byte_counter(uint32_t start, uint32_t end, uint32_t *newbytes_acked) in tcp_sack_update_byte_counter()
|
| H A D | in_stat.h | 37 uint64_t start; /* Start timestamp using uptime */ member
|
| /xnu-11417.121.6/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() 276 __sanitizer_cov_pcs_init(uintptr_t __unused *start, uintptr_t __unused *stop) in __sanitizer_cov_pcs_init()
|
| /xnu-11417.121.6/bsd/skywalk/packet/ |
| H A D | packet_copy.c | 94 const boolean_t copysum, const uint16_t start, const uint16_t stuff, in pkt_copy_from_pkt() 660 const uint32_t len, const boolean_t copysum, const uint16_t start, in pkt_copy_multi_buflet_from_pkt() 808 const boolean_t copysum, const uint16_t start) in pkt_copy_from_mbuf() 1195 const uint32_t len, const boolean_t copysum, const uint16_t start) in pkt_copy_multi_buflet_from_mbuf() 1445 const boolean_t copysum, const uint16_t start) in pkt_copy_to_mbuf() 1665 const uint32_t len, const boolean_t copysum, const uint16_t start) in pkt_copy_multi_buflet_to_mbuf() 2007 pkt_add_trailers(kern_packet_t ph, const uint32_t len, const uint16_t start) in pkt_add_trailers() 2042 pkt_add_trailers_mbuf(struct mbuf *m, const uint16_t start) in pkt_add_trailers_mbuf()
|
| /xnu-11417.121.6/bsd/sys/ |
| H A D | bitstring.h | 108 #define bitstr_nclear(name, start, stop) do { \ argument 125 #define bitstr_nset(name, start, stop) do { \ argument
|
| /xnu-11417.121.6/osfmk/kern/ |
| H A D | exclaves_internal.h | 44 exclaves_in_range(uintptr_t addr, uintptr_t start, uintptr_t end) in exclaves_in_range()
|
| /xnu-11417.121.6/iokit/Kernel/ |
| H A D | IOPlatformIO.cpp | 41 IOPlatformIO::start(IOService * provider) in start() function in IOPlatformIO
|
| /xnu-11417.121.6/tools/tests/testkext/ |
| H A D | testvmx.cpp | 21 testvmx::start( IOService * provider ) in start() function in testvmx
|
| /xnu-11417.121.6/iokit/IOKit/ |
| H A D | IODeviceMemory.h | 58 IOPhysicalAddress start; member
|
| /xnu-11417.121.6/libkern/c++/ |
| H A D | OSData.cpp | 152 unsigned int start, unsigned int inLength) in initWithData() 212 unsigned int start, unsigned int inLength) in withData() 409 OSData::getBytesNoCopy(unsigned int start, in getBytesNoCopy()
|
| /xnu-11417.121.6/libsyscall/wrappers/ |
| H A D | work_interval.c | 102 work_interval_notify(work_interval_t interval_handle, uint64_t start, in work_interval_notify() 134 work_interval_notify_simple(work_interval_t interval_handle, uint64_t start, in work_interval_notify_simple()
|