Home
last modified time | relevance | path

Searched refs:natural_t (Results 1 – 25 of 83) sorted by relevance

1234

/xnu-11417.140.69/osfmk/mach_debug/
H A Dvm_info.h88 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 Dipc_info.h79 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 Dmach_debug_types.defs85 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 Dtask_info.h80 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 Dvm_statistics.h90 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 Dport.h109 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 Dprocessor_info.h112 (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 Dvm_region.h169 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 Dhost_info.h109 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 Dthread_info.h81 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 Dthread_status.h83 typedef natural_t *thread_state_t; /* Variable-length array */
86 typedef natural_t thread_state_data_t[THREAD_STATE_MAX];
H A Dtask_inspect.h40 typedef natural_t task_inspect_flavor_t;
51 (sizeof(struct task_inspect_basic_counts) / sizeof(natural_t))
H A Dstd_types.defs107 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 Dvm_debug.c180 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 DOSMessageNotification.h96 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 DIORPC.h66 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 Ddevice_types.h105 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 Dvm_types.h95 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 Dprocessor_info.c128 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 Dvm_types.h96 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 Dipc_types.h48 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 Dipc_hash.h128 extern natural_t ipc_hash_info(
130 natural_t count);
H A Dipc_port.h193natural_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 */
195natural_t ip_impcount : 30; /* number of importance donations in neste…
197natural_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 DIORPC.h66 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 Dmisc_needed_deps.c80 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 */

1234