Searched refs:uint64_t (Results 126 - 150 of 590) sorted by relevance

1234567891011>>

/xnu-2782.1.97/bsd/sys/
H A Dfsgetpath.h48 * ssize_t fsgetpath_np(char *restrict buf, size_t bufsize, fsid_t fsid, uint64_t objid);
51 (ssize_t)syscall(SYS_fsgetpath, buf, (size_t)bufsize, fsid, (uint64_t)objid)
H A Dpthread_shims.h76 int (*bsdthread_register)(struct proc *p, user_addr_t threadstart, user_addr_t wqthread, int pthsize, user_addr_t dummy_value, user_addr_t targetconc_ptr, uint64_t dispatchqueue_offset, int32_t *retval);
78 int (*thread_selfid)(struct proc *p, uint64_t *retval);
83 int (*psynch_mutexwait)(proc_t p, user_addr_t mutex, uint32_t mgen, uint32_t ugen, uint64_t tid, uint32_t flags, uint32_t *retval);
84 int (*psynch_mutexdrop)(proc_t p, user_addr_t mutex, uint32_t mgen, uint32_t ugen, uint64_t tid, uint32_t flags, uint32_t *retval);
85 int (*psynch_cvbroad)(proc_t p, user_addr_t cv, uint64_t cvlsgen, uint64_t cvudgen, uint32_t flags, user_addr_t mutex, uint64_t mugen, uint64_t tid, uint32_t *retval);
86 int (*psynch_cvsignal)(proc_t p, user_addr_t cv, uint64_t cvlsgen, uint32_t cvugen, int thread_port, user_addr_t mutex, uint64_t muge
[all...]
H A Dmount.h106 uint64_t f_blocks; /* total data blocks in file system */ \
107 uint64_t f_bfree; /* free blocks in fs */ \
108 uint64_t f_bavail; /* free blocks avail to non-superuser */ \
109 uint64_t f_files; /* total file nodes in file system */ \
110 uint64_t f_ffree; /* free file nodes in fs */ \
167 uint64_t f_blocks; /* total data blocks in file system */
168 uint64_t f_bfree; /* free blocks in fs */
169 uint64_t f_bavail; /* free blocks avail to non-superuser */
170 uint64_t f_bused; /* free blocks avail to non-superuser */
171 uint64_t f_file
[all...]
H A Ddecmpfs.h47 uint64_t uncompressed_size;
56 uint64_t uncompressed_size;
86 uint64_t uncompressed_size __attribute__((aligned(8)));
87 uint64_t decompression_flags;
116 uint64_t decmpfs_cnode_get_vnode_cached_size(decmpfs_cnode *cp);
132 typedef int (*decmpfs_fetch_uncompressed_data_func)(vnode_t vp, vfs_context_t ctx, decmpfs_header *hdr, off_t offset, user_ssize_t size, int nvec, decmpfs_vector *vec, uint64_t *bytes_read);
134 typedef uint64_t (*decmpfs_get_decompression_flags_func)(vnode_t vp, vfs_context_t ctx, decmpfs_header *hdr); // returns flags from the DECMPFS_FLAGS enumeration below
/xnu-2782.1.97/osfmk/i386/
H A Dpal_hibernate.h42 uintptr_t pal_hib_map(uintptr_t v, uint64_t p);
H A DDiagnostics.h108 static inline uint64_t read_pmc(uint32_t counter)
112 return ((((uint64_t)hi) << 32) | ((uint64_t)lo));
H A Di386_timer.c71 uint64_t rip)
73 uint64_t abstime;
77 uint64_t pmdeadline;
145 void timer_set_deadline(uint64_t deadline)
171 uint64_t deadline = EndOfAllTime;
172 uint64_t pmdeadline;
219 uint64_t abstime;
240 uint64_t abstime;
267 timer_resort_threshold(uint64_t skew) {
280 uint64_t deadlin
[all...]
H A Dhpet.c71 uint64_t hpetFemto = 0;
72 uint64_t hpetFreq = 0;
73 uint64_t hpetCvt = 0; /* (TAKE OUT LATER) */
74 uint64_t hpetCvtt2n = 0;
75 uint64_t hpetCvtn2t = 0;
76 uint64_t tsc2hpet = 0;
77 uint64_t hpet2tsc = 0;
78 uint64_t bus2hpet = 0;
79 uint64_t hpet2bus = 0;
253 hpetCvtt2n = (uint64_t)hpetFemt
[all...]
/xnu-2782.1.97/osfmk/kern/
H A Decc.h39 uint8_t count; // Of uint64_t's used, starting at index 0
40 uint64_t data[ECC_EVENT_INFO_DATA_ENTRIES] __attribute__((aligned(8))); // Event-specific data
H A Dtask.h156 uint64_t cpu_time_qos_default;
157 uint64_t cpu_time_qos_maintenance;
158 uint64_t cpu_time_qos_background;
159 uint64_t cpu_time_qos_utility;
160 uint64_t cpu_time_qos_legacy;
161 uint64_t cpu_time_qos_user_initiated;
162 uint64_t cpu_time_qos_user_interactive;
209 uint64_t total_user_time; /* terminated threads only */
210 uint64_t total_system_time;
298 uint64_t rusage_cpu_interva
[all...]
H A Dpms.h42 uint64_t stTime[2]; /* Total time until switch to next step */
47 uint64_t pmsLimit; /* Max time in this state in microseconds */
95 uint64_t pmsPop; /* Time of next step */
96 uint64_t pmsStamp; /* Time of transition to current state */
97 uint64_t pmsTime; /* Total time in this state */
H A Dledger.h58 uint64_t lei_limit;
59 uint64_t lei_refill_period; /* In milliseconds */
60 uint64_t lei_last_refill; /* Time since last refill */
65 uint64_t lla_limit;
66 uint64_t lla_refill_period;
118 uint64_t *period);
120 uint64_t period);
/xnu-2782.1.97/osfmk/kperf/
H A Dcallstack.h44 uint64_t frames[MAX_CALLSTACK_FRAMES];
/xnu-2782.1.97/osfmk/vm/
H A Dvm_phantom_cache.h40 uint64_t g_next_index:VM_GHOST_INDEX_BITS,
H A Dvm_compressor.h68 uint64_t c_generation_id;
100 uint64_t c_swap_handle;
163 uint64_t vm_compressor_total_compressions(void);
192 extern kern_return_t vm_swap_get(vm_offset_t, uint64_t, uint64_t);
193 extern void vm_swap_free(uint64_t);
203 extern uint64_t vm_swap_put_failures;
217 extern uint64_t compressor_kvspace_used;
218 extern uint64_t first_c_segment_to_warm_generation_id;
219 extern uint64_t last_c_segment_to_warm_generation_i
[all...]
/xnu-2782.1.97/osfmk/x86_64/
H A Dmachine_kpc.h32 typedef uint64_t kpc_config_t;
/xnu-2782.1.97/tools/tests/execperf/
H A Dprintexecinfo.c33 uint64_t stackaddr;
37 printf("executable load address = 0x%016llx\n", (uint64_t)(uintptr_t)&_mh_execute_header);
65 printf(" dyld load address = 0x%016llx\n", (uint64_t)(uintptr_t)all_image_infos->dyldImageLoadAddress);
66 printf(" shared cache slide = 0x%016llx\n", (uint64_t)(uintptr_t)all_image_infos->sharedCacheSlide);
/xnu-2782.1.97/tools/tests/zero-to-n/
H A Dzero-to-n.c86 uint64_t *g_thread_endtimes_abs;
91 uint64_t g_starttime_abs;
94 uint64_t g_spinlength_abs;
104 uint64_t
105 abs_to_nanos(uint64_t abstime)
107 return (uint64_t)(abstime * (((double)g_mti.numer) / ((double)g_mti.denom)));
110 uint64_t
111 nanos_to_abs(uint64_t ns)
113 return (uint64_t)(ns * (((double)g_mti.denom) / ((double)g_mti.numer)));
229 uint64_t endspi
[all...]
/xnu-2782.1.97/bsd/i386/
H A Ddis_tables.h67 uint64_t d86_value; /* immediate value of opnd */
88 int (*d86_sym_lookup)(void *, uint64_t, char *, size_t);
102 extern void dtrace_disx86_str(dis86_t *x, uint_t cpu_mode, uint64_t pc,
/xnu-2782.1.97/iokit/IOKit/
H A DIOPolledInterface.h55 uint64_t actualByteCount);
79 uint64_t deviceOffset,
80 uint64_t length,
H A DIOHibernatePrivate.h45 uint64_t start;
46 uint64_t length;
52 uint64_t imageSize;
53 uint64_t image1Size;
57 uint64_t restore1CodeVirt;
82 uint64_t runtimeVirtualPages __attribute__ ((packed));
87 uint64_t encryptStart __attribute__ ((packed));
88 uint64_t machineSignature __attribute__ ((packed));
117 uint64_t encryptEnd __attribute__ ((packed));
118 uint64_t deviceBas
[all...]
/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Dmptcp.d56 typedef uint64_t mptcp_key_t;
70 uint64_t rtseq;
73 uint64_t snduna;
74 uint64_t sndnxt;
75 uint64_t sndmax;
76 uint64_t local_idsn;
78 uint64_t rcvnxt;
79 uint64_t rcvatmark;
80 uint64_t remote_idsn;
223 uint64_t sndnx
[all...]
/xnu-2782.1.97/bsd/nfs/
H A Dnfsmount.h86 uint64_t nfsa_maxfilesize; /* maximum file size */
87 uint64_t nfsa_maxread; /* maximum read size */
88 uint64_t nfsa_maxwrite; /* maximum write size */
89 uint64_t nfsa_files_avail; /* file slots available */
90 uint64_t nfsa_files_free; /* file slots free */
91 uint64_t nfsa_files_total; /* file slots total */
92 uint64_t nfsa_space_avail; /* disk space available */
93 uint64_t nfsa_space_free; /* disk space free */
94 uint64_t nfsa_space_total; /* disk space total */
224 int (*nf_write_rpc_async_finish)(nfsnode_t, struct nfsreq *, int *, size_t *, uint64_t *);
[all...]
/xnu-2782.1.97/tools/tests/jitter/
H A Dtimer_jitter.c63 uint64_t iterations;
66 uint64_t woke_on_same_cpu;
67 uint64_t too_much;
68 volatile uint64_t last_poke_time;
143 uint64_t
144 get_random_sleep_length_abs_ns(uint64_t min_sleep_ns, uint64_t max_sleep_ns)
146 uint64_t tmp;
159 compute_stats(double *values, uint64_t count, double *average_magnitudep, double *maxp, double *minp, double *stddevp)
161 uint64_t
[all...]
/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A Dloader.h351 uint64_t vmaddr; /* memory address of this segment */
352 uint64_t vmsize; /* memory size of this segment */
353 uint64_t fileoff; /* file offset of this segment */
354 uint64_t filesize; /* amount to map from the file */
421 uint64_t addr; /* memory address of this section */
422 uint64_t size; /* size in bytes of this section */
816 uint64_t init_address; /* address of initialization routine */
817 uint64_t init_module; /* index into the module table that */
819 uint64_t reserved1;
820 uint64_t reserved
[all...]

Completed in 184 milliseconds

1234567891011>>