| /xnu-11417.140.69/osfmk/mach_debug/ |
| H A D | vm_info.h | 88 natural_t vir_wired_count; /* number of times wired */ 89 natural_t vir_user_wired_count; /* number of times user has wired */ 93 natural_t vir_start; /* start of region */ 94 natural_t vir_end; /* end of region */ 95 natural_t vir_object; /* the mapped object */ 101 natural_t vir_wired_count; /* number of times wired */ 102 natural_t vir_user_wired_count; /* number of times user has wired */ 106 natural_t vir_start; /* start of region */ 107 natural_t vir_end; /* end of region */ 108 natural_t vir_object; /* the mapped object */ [all …]
|
| H A D | ipc_info.h | 79 natural_t iis_genno_mask; /* generation number mask */ 80 natural_t iis_table_size; /* size of table */ 81 natural_t iis_table_next; /* next possible size of table (UNUSED) */ 82 natural_t iis_tree_size; /* size of tree (UNUSED) */ 83 natural_t iis_tree_small; /* # of small entries in tree (UNUSED) */ 84 natural_t iis_tree_hash; /* # of hashed entries in tree (UNUSED) */ 88 natural_t iisb_genno_mask; /* generation number mask */ 89 natural_t iisb_table_size; /* size of table */ 90 natural_t iisb_table_next; /* next possible size of table (UNUSED) */ 91 natural_t iisb_table_inuse; /* number of entries in use */ [all …]
|
| H A D | mach_debug_types.defs | 85 type hash_info_bucket_t = struct[1] of natural_t; 88 type ipc_info_space_t = struct[6] of natural_t; 89 type ipc_info_space_basic_t = struct[6] of natural_t; 91 type ipc_info_name_t = struct[7] of natural_t; 94 type ipc_info_tree_name_t = struct[9] of natural_t; 97 type vm_info_region_t = struct[10] of natural_t; 98 type vm_info_region_64_t = struct[11] of natural_t; 99 type mach_vm_info_region_t = struct[14] of natural_t; 101 type vm_info_object_t = struct[21] of natural_t;
|
| /xnu-11417.140.69/osfmk/mach/ |
| H A D | task_info.h | 80 typedef natural_t task_flavor_t; 99 natural_t virtual_size; /* virtual memory size (bytes) */ 100 natural_t resident_size; /* resident memory size (bytes) */ 110 (sizeof(task_basic_info_32_data_t) / sizeof(natural_t)) 118 natural_t virtual_size; /* virtual memory size (bytes) */ 119 natural_t resident_size; /* resident memory size (bytes) */ 149 (sizeof(task_basic_info_64_data_t) / sizeof(natural_t)) 158 (sizeof(task_basic_info_64_data_t) / sizeof(natural_t)) 168 (sizeof(task_basic_info_64_data_t) / sizeof(natural_t)) 188 (sizeof(task_basic_info_data_t) / sizeof(natural_t)) [all …]
|
| H A D | vm_statistics.h | 90 natural_t free_count; /* # of pages free */ 91 natural_t active_count; /* # of pages active */ 92 natural_t inactive_count; /* # of pages inactive */ 93 natural_t wire_count; /* # of pages wired down */ 94 natural_t zero_fill_count; /* # of zero fill pages */ 95 natural_t reactivations; /* # of pages reactivated */ 96 natural_t pageins; /* # of pageins */ 97 natural_t pageouts; /* # of pageouts */ 98 natural_t faults; /* # of faults */ 99 natural_t cow_faults; /* # of copy-on-writes */ [all …]
|
| H A D | port.h | 109 typedef natural_t mach_port_name_t; 282 typedef natural_t mach_port_right_t; 317 typedef natural_t mach_port_type_t; 348 typedef natural_t mach_port_urefs_t; 353 typedef natural_t mach_port_seqno_t; /* sequence number */ 354 typedef natural_t mach_port_mscount_t; /* make-send count */ 355 typedef natural_t mach_port_msgcount_t; /* number of msgs */ 356 typedef natural_t mach_port_rights_t; /* number of rights */ 375 natural_t mps_flags; /* port flags */ 426 #define MACH_PORT_LIMITS_INFO_COUNT ((natural_t) \ [all …]
|
| H A D | processor_info.h | 112 (sizeof(processor_basic_info_data_t)/sizeof(natural_t))) 121 (sizeof(processor_cpu_load_info_data_t)/sizeof(natural_t))) 139 (sizeof(processor_set_basic_info_data_t)/sizeof(natural_t))) 153 (sizeof(processor_set_load_info_data_t)/sizeof(natural_t))) 159 (sizeof(policy_t)/sizeof(natural_t)))
|
| H A D | vm_region.h | 169 sizeof (natural_t))) 192 (sizeof (vm_region_extended_info_data_t) / sizeof (natural_t))) 212 (sizeof(vm_region_top_info_data_t) / sizeof(natural_t))) 261 (sizeof(vm_region_submap_info_data_t) / sizeof(natural_t))) 299 (VM_REGION_SUBMAP_INFO_V2_SIZE / sizeof (natural_t))) 302 (VM_REGION_SUBMAP_INFO_V1_SIZE / sizeof (natural_t))) 305 (VM_REGION_SUBMAP_INFO_V0_SIZE / sizeof (natural_t))) 331 (sizeof (vm_region_submap_short_info_data_64_t) / sizeof (natural_t)))
|
| H A D | host_info.h | 109 natural_t memory_size; /* size of memory in bytes */ 133 natural_t memory_size; /* size of memory in bytes, capped at 2 GB */ 162 natural_t task; 163 natural_t thread; 164 natural_t port; 165 natural_t memory_region; 166 natural_t memory_object; 278 natural_t cpu_ticks[CPU_STATE_MAX]; /* ... in the given mode */
|
| H A D | thread_info.h | 81 typedef natural_t thread_flavor_t; 107 (sizeof(thread_basic_info_data_t) / sizeof(natural_t))) 120 (sizeof(thread_identifier_info_data_t) / sizeof(natural_t))) 168 (sizeof(thread_extended_info_data_t) / sizeof (natural_t))) 181 (sizeof (thread_debug_info_internal_data_t) / sizeof (natural_t)))
|
| H A D | thread_status.h | 83 typedef natural_t *thread_state_t; /* Variable-length array */ 86 typedef natural_t thread_state_data_t[THREAD_STATE_MAX];
|
| H A D | task_inspect.h | 40 typedef natural_t task_inspect_flavor_t; 51 (sizeof(struct task_inspect_basic_counts) / sizeof(natural_t))
|
| H A D | std_types.defs | 107 type mach_port_right_t = natural_t; 109 type mach_port_type_t = natural_t; 112 type mach_port_urefs_t = natural_t; 114 type mach_port_seqno_t = natural_t; 119 type mach_msg_size_t = natural_t;
|
| /xnu-11417.140.69/osfmk/vm/ |
| H A D | vm_debug.c | 180 region.vir_start = (natural_t) entry->vme_start; in vm32_mach_vm_region_info() 181 region.vir_end = (natural_t) entry->vme_end; in vm32_mach_vm_region_info() 182 region.vir_object = (natural_t)(uintptr_t) object; in vm32_mach_vm_region_info() 183 region.vir_offset = (natural_t) VME_OFFSET(entry); in vm32_mach_vm_region_info() 211 (natural_t)(uintptr_t) cobject; in vm32_mach_vm_region_info() 213 (natural_t) cobject->vo_size; in vm32_mach_vm_region_info() 219 (natural_t)(uintptr_t) cobject->vo_copy; in vm32_mach_vm_region_info() 221 (natural_t)(uintptr_t) cobject->shadow; in vm32_mach_vm_region_info() 223 (natural_t) cobject->vo_shadow_offset; in vm32_mach_vm_region_info() 225 (natural_t) cobject->paging_offset; in vm32_mach_vm_region_info() [all …]
|
| /xnu-11417.140.69/iokit/IOKit/ |
| H A D | OSMessageNotification.h | 96 natural_t type; 108 natural_t messageType; 120 typedef natural_t OSAsyncReference[kOSAsyncRefCount] __kernel_ptr_semantics; 124 natural_t type; 136 natural_t messageType;
|
| H A D | IORPC.h | 66 typedef uint32_t natural_t; typedef 76 typedef natural_t mach_port_t; 80 typedef natural_t mach_port_name_t; 83 typedef natural_t mach_msg_size_t;
|
| /xnu-11417.140.69/osfmk/device/ |
| H A D | device_types.h | 105 typedef natural_t io_async_ref_t[8] __kernel_ptr_semantics; 117 typedef natural_t io_user_reference_t; 132 extern void iokit_add_reference( io_object_t obj, natural_t type ); 147 extern io_object_t iokit_copy_object_for_consumed_kobject(io_kobject_t machPort, natural_t type);
|
| /xnu-11417.140.69/osfmk/mach/i386/ |
| H A D | vm_types.h | 95 typedef __darwin_natural_t natural_t; typedef 105 typedef natural_t vm_offset_t __kernel_ptr_semantics; 116 typedef natural_t vm_size_t;
|
| /xnu-11417.140.69/tests/ |
| H A D | processor_info.c | 128 natural_t processor_count = 0; 136 T_QUIET; T_ASSERT_GT(processor_count, (natural_t)0, "non-zero processor_count"); 140 for (natural_t i = 0; i < processor_count; i++) { 143 natural_t slot_num = (natural_t)processor_info->slot_num;
|
| /xnu-11417.140.69/osfmk/mach/arm/ |
| H A D | vm_types.h | 96 typedef __darwin_natural_t natural_t; typedef 115 typedef natural_t vm_offset_t __kernel_ptr_semantics; 121 typedef natural_t vm_size_t;
|
| /xnu-11417.140.69/osfmk/ipc/ |
| H A D | ipc_types.h | 48 typedef natural_t ipc_table_index_t; /* index into tables */ 49 typedef natural_t ipc_table_elems_t; /* size of tables */ 50 typedef natural_t ipc_entry_bits_t;
|
| H A D | ipc_hash.h | 128 extern natural_t ipc_hash_info( 130 natural_t count);
|
| H A D | ipc_port.h | 193 …natural_t ip_srp_lost_link : 1; /* special reply port turnstile link chain… 194 natural_t ip_srp_msg_sent : 1; /* special reply port msg sent */ 195 …natural_t ip_impcount : 30; /* number of importance donations in neste… 197 …natural_t ip_impcount; /* number of importance donations in neste… 241 natural_t *field, 788 natural_t options, 796 natural_t options, 960 natural_t kotype);
|
| /xnu-11417.140.69/iokit/DriverKit/ |
| H A D | IORPC.h | 66 typedef uint32_t natural_t; typedef 76 typedef natural_t mach_port_t; 80 typedef natural_t mach_port_name_t; 83 typedef natural_t mach_msg_size_t;
|
| /xnu-11417.140.69/tests/sched/sched_test_harness/shadow_headers/ |
| H A D | misc_needed_deps.c | 80 natural_t sched_usage; /* timesharing cpu usage [sched] */ 81 natural_t pri_shift; /* usage -> priority from pset */ 82 natural_t cpu_usage; /* instrumented cpu usage [%cpu] */ 83 natural_t cpu_delta; /* accumulated cpu_usage delta */
|