Searched refs:uint32_t (Results 101 - 125 of 678) sorted by relevance

1234567891011>>

/xnu-2782.1.97/osfmk/i386/
H A Dlocks.h77 volatile uint32_t
87 uint32_t lck_mtxd_state;
90 uint32_t lck_mtxd_pad32;
94 uint32_t lck_mtxi_tag;
95 uint32_t lck_mtxi_pad32;
195 uint32_t lck_rw_tag; /* This can be obsoleted when stats
198 uint32_t lck_rw_pad8;
199 uint32_t lck_rw_pad12;
220 uint32_t opaque[3];
221 uint32_t opaque
[all...]
H A Dpal_routines.h65 pal_efi_call_in_32bit_mode(uint32_t func,
69 uint32_t *efi_status);
75 uint32_t bit_position,
76 uint32_t disable_mask,
77 uint32_t enable_mask);
172 uint32_t scale,
173 uint32_t shift,
H A DpmCPU.h62 int (*pmCPUControl)(uint32_t cmd, void *datap);
69 void (*pmCPUSafeMode)(x86_lcpu_t *lcpu, uint32_t flags);
75 void (*pmSetRunCount)(uint32_t count);
90 uint32_t scale; /* tsc -> nanosec multiplier */
91 uint32_t shift; /* tsc -> nanosec shift/div */
92 uint32_t generation; /* 0 == being updated */
112 uint32_t (*GetSavedRunCount)(void);
116 uint32_t (*timerQueueMigrate)(int cpu);
128 void pmKextRegister(uint32_t version, pmDispatch_t *cpuFuncs,
138 int pmCPUControl(uint32_t cm
[all...]
H A Dtsc.c74 uint32_t flex_ratio = 0;
75 uint32_t flex_ratio_min = 0;
76 uint32_t flex_ratio_max = 0;
189 flex_ratio_min = (uint32_t)bitfield(msr_platform_info, 47, 40);
190 flex_ratio_max = (uint32_t)bitfield(msr_platform_info, 15, 8);
195 flex_ratio = (uint32_t)bitfield(msr_flex_ratio, 15, 8);
213 tscGranularity = (uint32_t)bitfield(prfsts, 44, 40);
227 (uint32_t)(busFreq / Mega),
228 (uint32_t)(busFreq % Mega),
229 (uint32_t)(busFCvtt2
[all...]
H A Dseg.h110 uint32_t limit_low:16, /* limit 0..15 */
119 uint32_t limit_low16:16, /* limit 0..15 */
130 uint32_t offset_low:16, /* offset 0..15 */
137 uint32_t offset_low16:16, /* offset 0..15 */
163 uint32_t offset:32; /* offset */
164 uint32_t lim_or_seg:20; /* limit */
166 uint32_t size_or_wdct:4; /* size/granularity */
168 uint32_t access:8; /* access */
172 uint32_t lim_or_seg:20; /* limit */
174 uint32_t size_or_IS
[all...]
/xnu-2782.1.97/osfmk/mach/
H A Dkmod.h90 uint32_t id;
105 uint32_t next_addr;
107 uint32_t id;
111 uint32_t reference_list_addr;
112 uint32_t address;
113 uint32_t size;
114 uint32_t hdr_size;
115 uint32_t start_addr;
116 uint32_t stop_addr;
124 uint32_t i
[all...]
H A Dhost_info.h107 uint32_t avail_cpus; /* number of cpus now available */
259 uint32_t ps_csw_count;
260 uint32_t ps_preempt_count;
261 uint32_t ps_preempted_rt_count;
262 uint32_t ps_preempted_by_rt_count;
264 uint32_t ps_rt_sched_count;
266 uint32_t ps_interrupt_count;
267 uint32_t ps_ipi_count;
268 uint32_t ps_timer_pop_count;
272 uint32_t ps_idle_transition
[all...]
H A Dcoalition_notification.defs22 in flags : uint32_t);
H A Dtelemetry_notification.defs20 in flags : uint32_t);
/xnu-2782.1.97/osfmk/kern/
H A Dzalloc.h83 uint32_t gzfc_index;
118 uint32_t
145 uint32_t zleak_capture; /* per-zone counter for capturing every N allocations */
147 uint32_t zp_count; /* counter for poisoning every N frees */
309 uint32_t zt_depth; /* depth of stack (0 to MAX_ZTRACE_DEPTH) */
311 uint32_t zt_collisions; /* How many times did a different stack land here while it was occupied? */
312 uint32_t zt_hit_count; /* for determining effectiveness of hash function */
329 extern uint32_t fastbacktrace(uintptr_t* bt, uint32_t max_frames) __attribute__((noinline));
331 extern uint32_t hashbacktrac
[all...]
H A Dsched.h241 uint32_t weight;
243 uint32_t deferred_removal_weight;
245 uint32_t work;
251 uint32_t last_rescale_tick;
254 uint32_t weight;
288 extern uint32_t std_quantum, min_std_quantum;
289 extern uint32_t std_quantum_us;
292 extern uint32_t thread_depress_time;
293 extern uint32_t default_timeshare_computation;
294 extern uint32_t default_timeshare_constrain
[all...]
H A Dkpc_common.c46 uint32_t kpc_actionid[KPC_MAX_COUNTERS];
154 uint32_t
157 uint32_t cur_state = 0;
170 kpc_get_cpu_counters( boolean_t all_cpus, uint32_t classes,
204 kpc_get_shadow_counters( boolean_t all_cpus, uint32_t classes,
239 uint32_t
240 kpc_get_counter_count(uint32_t classes)
253 uint32_t
254 kpc_get_config_count(uint32_t classes)
271 kpc_get_config(uint32_t classe
[all...]
H A Dkpc_thread.c43 static uint32_t kpc_thread_classes = 0;
44 static uint32_t kpc_thread_classes_count = 0;
60 uint32_t
63 uint32_t kpc_thread_classes_tmp;
81 kpc_set_thread_counting(uint32_t classes)
83 uint32_t count;
124 uint32_t i;
166 kpc_get_curthread_counters(uint32_t *inoutcount, uint64_t *buf)
/xnu-2782.1.97/bsd/netinet6/
H A Din6_cksum.c142 in6_pseudo(const struct in6_addr *src, const struct in6_addr *dst, uint32_t x)
144 uint32_t sum = 0;
188 inet6_cksum(struct mbuf *m, uint32_t nxt, uint32_t off, uint32_t len)
190 uint32_t sum;
197 uint32_t mlen;
/xnu-2782.1.97/bsd/nfs/
H A Dnfs.h256 uint32_t auth; /* security mechanism flavor */
258 uint32_t deadtimeout; /* secs until unresponsive mount considered dead */
263 #define NFS_ARGSVERSION5_INCSIZE (sizeof(uint32_t))
264 #define NFS_ARGSVERSION6_INCSIZE (sizeof(uint32_t))
296 uint32_t auth; /* security mechanism flavor */
298 uint32_t deadtimeout; /* secs until unresponsive mount considered dead */
388 uint32_t nxh_version; /* data structure version */
389 uint32_t nxh_fsid; /* File System Export ID */
390 uint32_t nxh_expid; /* Export ID */
408 uint32_t nfh_le
[all...]
/xnu-2782.1.97/bsd/netinet/
H A Dtcp_timer.h235 uint32_t timer_start; /* tcp clock when the timer was started */
238 uint32_t runtime; /* deadline at which the first timer has to fire */
250 uint32_t runtime; /* time at which this list is going to run */
251 uint32_t entries; /* Number of entries on the list */
252 uint32_t maxentries; /* Max number of entries at any time */
260 uint32_t mode; /* Current mode of the timer */
261 uint32_t pref_mode; /* Preferred mode set by a connection */
262 uint32_t pref_offset; /* Preferred offset set by a connection */
263 uint32_t idleruns; /* Number of times the list has been idle in fast mode */
293 if ((uint32_t)(t
[all...]
H A Dmp_pcb.h52 uint32_t mpp_flags; /* PCB flags */
68 uint32_t mppi_count; /* # of PCBs in list */
70 uint32_t mppi_size; /* size of PCB structure */
75 uint32_t (*mppi_gc)(struct mppcbinfo *); /* garbage collector func */
76 uint32_t (*mppi_timer)(struct mppcbinfo *); /* timer func */
H A Din.h552 int imr_ifindex; /* Interface index; cast to uint32_t */
570 uint32_t gr_interface; /* interface index */
575 uint32_t gsr_interface; /* interface index */
588 uint32_t msfr_ifindex; /* interface index */
589 uint32_t msfr_fmode; /* filter mode for group */
590 uint32_t msfr_nsrcs; /* # of sources in msfr_srcs */
591 uint32_t __msfr_align;
598 uint32_t msfr_ifindex; /* interface index */
599 uint32_t msfr_fmode; /* filter mode for group */
600 uint32_t msfr_nsrc
[all...]
/xnu-2782.1.97/osfmk/vm/
H A Dvm_shared_region.h97 uint32_t version;
98 uint32_t toc_offset; // offset from start of header to table-of-contents
99 uint32_t toc_count; // number of entries in toc (same as number of pages in r/w mapping)
100 uint32_t entry_offset;
101 uint32_t entry_count;
115 uint32_t slide;
123 uint32_t sr_ref_count;
144 uint32_t pageIndex);
174 extern uint32_t vm_shared_region_get_slide(
198 uint32_t slid
[all...]
H A Dvm_compressor.h73 uint32_t c_mysegno:19,
92 uint32_t c_nextoffset;
93 uint32_t c_populated_offset;
95 uint32_t c_creation_ts;
96 uint32_t c_swappedin_ts;
104 uint32_t c_on_bad_q;
108 uint32_t c_was_minor_compacted;
109 uint32_t c_was_major_compacted;
110 uint32_t c_was_major_donor;
211 extern uint32_t c_age_coun
[all...]
/xnu-2782.1.97/libkern/libkern/i386/
H A DOSByteOrder.h52 uint32_t
58 uint32_t result;
60 result = *(volatile uint32_t *)((uintptr_t)base + byteOffset);
95 uint32_t data
98 *(volatile uint32_t *)((uintptr_t)base + byteOffset) = _OSSwapInt32(data);
/xnu-2782.1.97/osfmk/console/art/
H A Dscalegear.c15 uint32_t i, data32;
20 vs.rowBytes = vs.width * sizeof(uint32_t);
25 vd.rowBytes = vd.width * sizeof(uint32_t);
32 ((uint32_t *)vs.data)[i] = data32;
43 data32 = ((uint32_t *)vd.data)[i];
/xnu-2782.1.97/iokit/Kernel/
H A DIOPMPowerStateQueue.h36 typedef void (*IOPMPowerStateQueueAction)(OSObject *, uint32_t event, void *, uint64_t);
45 uint32_t eventType;
60 bool submitPowerEvent( uint32_t eventType, void * arg0 = 0, uint64_t arg1 = 0 );
/xnu-2782.1.97/bsd/sys/
H A Dcsr.h38 typedef uint32_t csr_config_t;
39 typedef uint32_t csr_op_t;
/xnu-2782.1.97/osfmk/atm/
H A Datm_types.h39 typedef uint32_t atm_action_t;
53 typedef uint32_t atm_subaid32_t;

Completed in 71 milliseconds

1234567891011>>