| /xnu-8019.80.24/osfmk/vm/ |
| H A D | vm_object.h | 411 #define VM_OBJECT_PURGEABLE_FAULT_ERROR(object) \ argument 451 #define VM_OBJECT_WIRED_ENQUEUE(object) panic("VM_OBJECT_WIRED_ENQUEUE") argument 452 #define VM_OBJECT_WIRED_DEQUEUE(object) panic("VM_OBJECT_WIRED_DEQUEUE") argument 454 #define VM_OBJECT_WIRED_ENQUEUE(object) \ argument 463 #define VM_OBJECT_WIRED_DEQUEUE(object) \ argument 474 #define VM_OBJECT_WIRED(object, tag) \ argument 484 #define VM_OBJECT_UNWIRED(object) \ argument 496 #define VM_OBJECT_WIRED_PAGE_UPDATE_START(object) \ argument 501 #define VM_OBJECT_WIRED_PAGE_UPDATE_END(object, tag) \ argument 526 #define VM_OBJECT_WIRED_PAGE_COUNT(object, delta) \ argument [all …]
|
| H A D | vm_object.c | 499 vm_object_t object) in _vm_object_allocate() 528 vm_object_t object; in vm_object_allocate() local 650 vm_object_t object) in vm_object_deallocate() 868 vm_object_t object) in vm_object_page_grab() 961 vm_object_t object) in vm_object_cache_remove_locked() 974 vm_object_t object) in vm_object_cache_remove() 988 vm_object_t object) in vm_object_cache_add() 1019 vm_object_t object = VM_OBJECT_NULL; in vm_object_cache_evict() local 1256 vm_object_t object) in vm_object_terminate() 1389 vm_object_t object) in vm_object_reap() [all …]
|
| H A D | memory_object.c | 312 vm_object_t object; in memory_object_lock_request() local 382 vm_object_t object; in memory_object_release_name() local 406 vm_object_t object; in memory_object_destroy() local 442 vm_object_t object, in vm_object_sync() 493 #define LIST_REQ_PAGEOUT_PAGES(object, data_cnt, po, ro, ioerr, iosync) \ argument 527 vm_object_t object, in vm_object_update_extent() 702 vm_object_t object, in vm_object_update() 1067 vm_object_t object, in vm_object_set_attributes_common() 1145 vm_object_t object; in memory_object_change_attributes() local 1279 vm_object_t object; in memory_object_get_attributes() local [all …]
|
| H A D | vm_purgeable.c | 683 vm_object_t object, best_object; in vm_purgeable_object_find_and_lock() local 820 vm_object_t object; in vm_purgeable_object_purge_all() local 901 vm_object_t object = 0; in vm_purgeable_object_purge_one() local 1034 vm_purgeable_object_add(vm_object_t object, purgeable_q_t queue, int group) in vm_purgeable_object_add() 1090 vm_purgeable_object_remove(vm_object_t object) in vm_purgeable_object_remove() 1160 vm_object_t object; in vm_purgeable_stats_helper() local 1208 vm_object_t object; in vm_purgeable_account_volatile_queue() local 1233 vm_object_t object; in vm_purgeable_account() local 1298 vm_object_t object = VM_OBJECT_NULL; in vm_purgeable_queue_purge_task_owned() local 1408 vm_object_t object, in vm_purgeable_nonvolatile_enqueue() [all …]
|
| H A D | vm_compressor_pager.h | 64 #define VM_COMPRESSOR_PAGER_STATE_GET(object, offset) \ argument 73 #define VM_COMPRESSOR_PAGER_STATE_CLR(object, offset) \ argument
|
| H A D | vm_fault.c | 364 vm_object_t object, in vm_fault_cleanup() 407 vm_object_t object, in vm_fault_is_sequential() 536 vm_object_t object, in vm_fault_deactivate_behind() 760 vm_fault_check(vm_object_t object, vm_page_t m, vm_page_t first_m, wait_interrupt_t interruptible_s… in vm_fault_check() 861 vm_object_t object; in vm_fault_zero_page() local 988 vm_object_t object; in vm_fault_page() local 2637 vm_object_t object, in vm_fault_cs_check_violation() 2760 vm_object_t object, in vm_fault_cs_handle_violation() 3086 vm_object_t object, in vm_fault_validate_cs() 3122 vm_object_t object, in vm_fault_enqueue_page() [all …]
|
| H A D | vm_kern.c | 117 vm_object_t object; in kmem_alloc_contig() local 273 vm_object_t object; in kernel_memory_allocate_prot() local 593 vm_object_t object; in kernel_memory_populate_with_pages() local 696 vm_object_t object; in kernel_memory_populate() local 798 vm_object_t object; in kernel_memory_depopulate() local 932 vm_object_t object; in kmem_realloc() local 1203 vm_object_t object, in kmem_alloc_pages()
|
| H A D | vm_phantom_cache.c | 176 vm_object_t object; in vm_phantom_cache_add_ghost() local 284 vm_object_t object; in vm_phantom_cache_lookup_ghost() local 327 vm_object_t object; in vm_phantom_cache_update() local
|
| H A D | vm_pageout.c | 368 vm_object_t object) in vm_pageout_object_terminate() 596 vm_object_t object; in vm_pageout_initialize_page() local 703 vm_object_t object = VM_PAGE_OBJECT(m); in vm_pageout_cluster() local 1505 vm_pageout_prepare_to_block(vm_object_t *object, int *delayed_unlock, in vm_pageout_prepare_to_block() 2102 vps_flow_control(struct flow_control *flow_control, int *anons_grabbed, vm_object_t *object, int *d… in vps_flow_control() 2581 vps_switch_object(vm_page_t m, vm_object_t m_object, vm_object_t *object, int page_prev_q_state, bo… in vps_switch_object() 2674 vps_deal_with_throttled_queues(vm_page_t m, vm_object_t *object, uint32_t *vm_pageout_inactive_exte… in vps_deal_with_throttled_queues() 2870 vm_object_t object = NULL; in vm_pageout_scan() local 3788 vm_object_t object; in vm_pageout_iothread_external_continue() local 4156 vm_object_t object; in vm_pageout_compress_page() local [all …]
|
| /xnu-8019.80.24/EXTERNAL_HEADERS/ |
| H A D | stdatomic.h | 137 #define atomic_store(object, desired) __c11_atomic_store(object, desired, __ATOMIC_SEQ_CST) argument 140 #define atomic_load(object) __c11_atomic_load(object, __ATOMIC_SEQ_CST) argument 143 #define atomic_exchange(object, desired) __c11_atomic_exchange(object, desired, __ATOMIC_SEQ_CST) argument 146 #define atomic_compare_exchange_strong(object, expected, desired) __c11_atomic_compare_exchange_str… argument 149 #define atomic_compare_exchange_weak(object, expected, desired) __c11_atomic_compare_exchange_weak(… argument 152 #define atomic_fetch_add(object, operand) __c11_atomic_fetch_add(object, operand, __ATOMIC_SEQ_CST) argument 155 #define atomic_fetch_sub(object, operand) __c11_atomic_fetch_sub(object, operand, __ATOMIC_SEQ_CST) argument 158 #define atomic_fetch_or(object, operand) __c11_atomic_fetch_or(object, operand, __ATOMIC_SEQ_CST) argument 161 #define atomic_fetch_xor(object, operand) __c11_atomic_fetch_xor(object, operand, __ATOMIC_SEQ_CST) argument 164 #define atomic_fetch_and(object, operand) __c11_atomic_fetch_and(object, operand, __ATOMIC_SEQ_CST) argument [all …]
|
| /xnu-8019.80.24/libkern/kxld/ |
| H A D | kxld_object.c | 210 kxld_object_init_from_macho(KXLDObject *object, u_char *file, u_long size, in kxld_object_init_from_macho() 335 kxld_object_get_link_info(KXLDObject *object) in kxld_object_get_link_info() 346 kxld_object_set_link_info(KXLDObject *object, splitKextLinkInfo *link_info) in kxld_object_set_link_info() 364 get_target_machine_info(KXLDObject *object, cpu_type_t cputype __unused, in get_target_machine_info() 474 get_macho_slice_for_arch(KXLDObject *object, u_char *file, u_long size) in get_macho_slice_for_arch() 570 init_from_final_linked_image(KXLDObject *object, u_int *filetype_out, in init_from_final_linked_image() 811 init_from_execute(KXLDObject *object) in init_from_execute() 900 init_from_bundle(KXLDObject *object) in init_from_bundle() 942 target_supports_object(const KXLDObject *object) in target_supports_object() 950 init_from_object(KXLDObject *object) in init_from_object() [all …]
|
| H A D | kxld.c | 229 KXLDObject *object = NULL; in kxld_destroy_context() local 568 KXLDObject *object = NULL; in get_object_for_file() local 679 KXLDObject * object = NULL; in clear_context() local
|
| /xnu-8019.80.24/osfmk/ipc/ |
| H A D | ipc_object.c | 141 ipc_object_free(unsigned int otype, ipc_object_t object, bool last_ref) in ipc_object_free() 151 ipc_object_free_safe(ipc_object_t object) in ipc_object_free_safe() 270 ipc_object_t object; in ipc_object_translate() local 477 ipc_object_t object; in ipc_object_alloc() local 533 ipc_object_t object; variable 581 ipc_object_t object) in ipc_object_validate() 726 ipc_object_t object, in ipc_object_copyin_from_kernel() 824 ipc_object_t object, in ipc_object_destroy() 861 ipc_object_t object, in ipc_object_destroy_dest() 915 ipc_object_t object; in ipc_object_insert_send_right() local [all …]
|
| H A D | ipc_pset.c | 381 filt_machport_filter_result(struct knote *kn, ipc_object_t object) in filt_machport_filter_result() 666 ipc_object_t object; in filt_wlattach_sync_ipc() local 726 ipc_object_t object; in filt_machportattach() local 854 ipc_object_t object = kn->kn_ipc_obj; in filt_machportdetach() local 962 ipc_object_t object = kn->kn_ipc_obj; in filt_machporttouch() local 988 ipc_object_t object = kn->kn_ipc_obj; in filt_machportprocess() local
|
| H A D | mach_msg.c | 172 ipc_object_t object = self->ith_object; in mach_msg_receive_results() local 384 ipc_object_t object; in mach_msg_overwrite_trap() local 495 mach_msg_receive_results_complete(ipc_object_t object) in mach_msg_receive_results_complete()
|
| H A D | ipc_entry.c | 179 ipc_object_t object, in ipc_entry_claim() 248 ipc_object_t object, in ipc_entry_alloc() 414 ipc_object_t object, in ipc_entry_dealloc()
|
| H A D | ipc_mqueue.c | 313 ipc_object_klist(ipc_object_t object) in ipc_object_klist() 335 ipc_object_t object = io_from_waitq(waitq); in ipc_mqueue_changed() local 937 ipc_object_t object = io_from_waitq(waitq); in ipc_mqueue_receive_on_thread() local 1598 ipc_object_t object; in ipc_mqueue_copyin() local
|
| /xnu-8019.80.24/libkern/c++/ |
| H A D | OSUnserializeXML.y | 76 typedef struct object { struct 77 struct object *next; argument 78 struct object *free; argument 79 struct object *elements; argument 80 OSObject *object; member 99 OSObject *parsedObject; // resultant object of parsed text argument 893 object_t *object; in yylex() local 1376 OSObject *object; in OSUnserializeXML() local
|
| H A D | OSUnserialize.y | 65 typedef struct object { struct 66 struct object *next; argument 67 struct object *prev; argument 68 void *object; member 75 } object_t; argument 663 OSObject *object; in OSUnserialize() local
|
| H A D | OSCollection.cpp | 107 OSCollection::iterateObjects(void * refcon, bool (*callback)(void * refcon, OSObject * object)) in iterateObjects() 122 OSObject * object; in iterateObjects() local 133 OSCollectionIterateObjectsBlock(void * refcon, OSObject * object) in OSCollectionIterateObjectsBlock()
|
| H A D | OSObject.cpp | 246 osobject_retain(void * object) in osobject_retain() 252 osobject_release(void * object) in osobject_release() 467 OSObject::iterateObjects(void * refcon, bool (*callback)(void * refcon, OSObject * object)) in iterateObjects()
|
| H A D | OSUnserialize.cpp | 151 typedef struct object { struct 152 struct object *next; argument 153 struct object *prev; argument 154 void *object; argument 160 } object_t; argument 182 // resultant object of parsed text argument 2313 OSObject *object; in OSUnserialize() local
|
| /xnu-8019.80.24/libkern/os/ |
| H A D | object.h | 148 #define OS_OBJECT_GLOBAL_OBJECT(type, object) ((OS_OBJECT_BRIDGE type)&(object)) argument 174 #define os_retain(object) [object retain] argument 196 #define os_release(object) [object release] argument
|
| /xnu-8019.80.24/iokit/System/ |
| H A D | OSUnserializeXMLSharedImplementation.h | 176 typedef struct object { struct 177 struct object *next; argument 178 struct object *free; argument 179 struct object *elements; argument 180 OSObject *object; argument 200 OSObject *parsedObject; // resultant object of parsed text argument 2546 object_t *object; in yylex() local 3030 OSObject *object; in OSUnserializeXML() local
|
| /xnu-8019.80.24/libkern/libkern/c++/ |
| H A D | OSUnserializeXMLSharedImplementation.h | 176 typedef struct object { struct 177 struct object *next; argument 178 struct object *free; argument 179 struct object *elements; argument 180 OSObject *object; member 200 OSObject *parsedObject; // resultant object of parsed text argument 2546 object_t *object; in yylex() local 3030 OSObject *object; in OSUnserializeXML() local
|