Searched refs:uint64_t (Results 301 - 325 of 5847) sorted by relevance

<<11121314151617181920>>

/freebsd-12-stable/sys/i386/include/
H A Dcounter.h54 counter_64_inc_8b(uint64_t *p, int64_t inc)
74 uint64_t res;
75 uint64_t *p;
78 static uint64_t
79 counter_u64_read_one_8b(uint64_t *p)
90 return (res_lo + ((uint64_t)res_high << 32));
97 uint64_t val;
100 val = counter_u64_read_one_8b((uint64_t *)((char *)arg->p +
105 static inline uint64_t
106 counter_u64_fetch_inline(uint64_t *
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DLockFilePosix.cpp21 Status fileLock(int fd, int cmd, int lock_type, const uint64_t start,
22 const uint64_t len) {
44 Status LockFilePosix::DoWriteLock(const uint64_t start, const uint64_t len) {
48 Status LockFilePosix::DoTryWriteLock(const uint64_t start, const uint64_t len) {
52 Status LockFilePosix::DoReadLock(const uint64_t start, const uint64_t len) {
56 Status LockFilePosix::DoTryReadLock(const uint64_t start, const uint64_t le
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DProfileCommon.h44 std::map<uint64_t, uint32_t, std::greater<uint64_t>> CountFrequencies;
49 uint64_t TotalCount = 0;
50 uint64_t MaxCount = 0;
51 uint64_t MaxFunctionCount = 0;
59 inline void addCount(uint64_t Count);
68 uint64_t MaxInternalBlockCount = 0;
70 inline void addEntryCount(uint64_t Count);
71 inline void addInternalCount(uint64_t Count);
92 void ProfileSummaryBuilder::addCount(uint64_t Coun
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DBitstreamRemarkParser.h36 Optional<uint64_t> ContainerVersion;
40 Optional<uint64_t> RemarkVersion;
59 Optional<uint64_t> RemarkNameIdx;
60 Optional<uint64_t> PassNameIdx;
61 Optional<uint64_t> FunctionNameIdx;
62 Optional<uint64_t> SourceFileNameIdx;
65 Optional<uint64_t> Hotness;
67 Optional<uint64_t> KeyIdx;
68 Optional<uint64_t> ValueIdx;
69 Optional<uint64_t> SourceFileNameId
[all...]
/freebsd-12-stable/contrib/processor-trace/libipt/internal/include/
H A Dpt_image_section_cache.h51 uint64_t laddr;
63 uint64_t size;
89 uint64_t limit;
92 uint64_t used;
141 struct pt_section *section, uint64_t laddr);
152 const char *filename, uint64_t offset,
153 uint64_t size, uint64_t laddr);
166 struct pt_section **section, uint64_t *laddr,
204 struct pt_section *section, uint64_t siz
[all...]
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddmu_impl.h294 uint64_t dsa_toguid;
297 uint64_t dsa_featureflags;
298 uint64_t dsa_last_data_object;
299 uint64_t dsa_last_data_offset;
300 uint64_t dsa_resume_object;
301 uint64_t dsa_resume_offset;
306 void dmu_object_zapify(objset_t *, uint64_t, dmu_object_type_t, dmu_tx_t *);
307 void dmu_object_free_zapified(objset_t *, uint64_t, dmu_tx_t *);
308 int dmu_buf_hold_noread(objset_t *, uint64_t, uint64_t,
[all...]
H A Dspace_map.h46 #define SPACE_MAP_SIZE_V0 (3 * sizeof (uint64_t))
59 uint64_t smp_object;
62 uint64_t smp_length;
68 uint64_t smp_pad[5];
76 uint64_t smp_histogram[SPACE_MAP_HISTOGRAM_SIZE];
88 uint64_t sm_start; /* start of map */
89 uint64_t sm_size; /* size of map */
92 uint64_t sm_object; /* object id for this map */
144 uint64_t sme_offset; /* max is 2^63-1; units of sm_shift */
145 uint64_t sme_ru
[all...]
H A Dzil_impl.h103 uint64_t lwb_max_txg; /* highest txg in this lwb */
146 uint64_t itxg_txg; /* txg for this chain */
152 uint64_t ia_foid; /* file object id */
162 uint64_t zv_vdev; /* vdev to be flushed */
180 uint64_t zl_lr_seq; /* on-disk log record sequence number */
181 uint64_t zl_commit_lr_seq; /* last committed on-disk lr seq */
182 uint64_t zl_destroy_txg; /* txg of last zil_destroy() */
183 uint64_t zl_replayed_seq[TXG_SIZE]; /* last replayed rec seq */
184 uint64_t zl_replaying_seq; /* current replay seq number */
195 uint64_t zl_parse_blk_se
[all...]
H A Dzfs_rlock.h65 uint64_t lr_offset; /* file range offset */
66 uint64_t lr_length; /* file range length */
80 uint64_t, uint64_t, rangelock_type_t);
82 void rangelock_reduce(locked_range_t *, uint64_t, uint64_t);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DProfileSummary.h33 uint64_t MinCount; ///< The minimum count for this percentile.
34 uint64_t NumCounts; ///< Number of counts >= the minimum count.
36 ProfileSummaryEntry(uint32_t TheCutoff, uint64_t TheMinCount,
37 uint64_t TheNumCounts)
50 uint64_t TotalCount, MaxCount, MaxInternalCount, MaxFunctionCount;
59 uint64_t TotalCount, uint64_t MaxCount,
60 uint64_t MaxInternalCount, uint64_t MaxFunctionCount,
74 uint64_t getMaxFunctionCoun
[all...]
/freebsd-12-stable/sys/sys/
H A Dsf_buf.h36 uint64_t sf_syscalls; /* times sendfile was called */
37 uint64_t sf_noiocnt; /* times sendfile didn't require I/O */
38 uint64_t sf_iocnt; /* times sendfile had to do disk I/O */
39 uint64_t sf_pages_read; /* pages read as part of a request */
40 uint64_t sf_pages_valid; /* pages were valid for a request */
41 uint64_t sf_rhpages_requested; /* readahead pages requested */
42 uint64_t sf_rhpages_read; /* readahead pages read */
43 uint64_t sf_busy; /* times aborted on a busy page */
44 uint64_t sf_allocfail; /* times sfbuf allocation failed */
45 uint64_t sf_allocwai
[all...]
/freebsd-12-stable/stand/userboot/
H A Duserboot.h116 int (*seek)(void *arg, void *h, uint64_t offset,
131 int (*diskread)(void *arg, int unit, uint64_t offset,
142 uint64_t to, size_t size);
147 int (*copyout)(void *arg, uint64_t from,
153 void (*setreg)(void *arg, int, uint64_t);
158 void (*setmsr)(void *arg, int, uint64_t);
163 void (*setcr)(void *arg, int, uint64_t);
168 void (*setgdt)(void *arg, uint64_t, size_t);
173 void (*exec)(void *arg, uint64_t pc);
192 void (*getmem)(void *arg, uint64_t *lowme
[all...]
/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-l2c.h70 uint64_t u64;
73 uint64_t reserved:28;
74 uint64_t V:1; /* Line valid */
75 uint64_t D:1; /* Line dirty */
76 uint64_t L:1; /* Line locked */
77 uint64_t U:1; /* Use, LRU eviction */
78 uint64_t addr:32; /* Phys mem (not all bits valid) */
82 uint64_t addr:32; /* Phys mem (not all bits valid) */
83 uint64_t U:1; /* Use, LRU eviction */
84 uint64_t
[all...]
H A Dcvmx-tim.h93 volatile uint64_t entries[0];
104 volatile uint64_t first_chunk_addr;
110 uint64_t pad;
121 uint64_t tick_cycles; /**< How long a bucket represents */
122 uint64_t start_time; /**< Time the timer started in cycles */
140 uint64_t commit_cycles; /**< After this time the timer can't be changed */
141 uint64_t * timer_entry_ptr;/**< Where the work entry is. Zero this
168 int cvmx_tim_setup(uint64_t tick, uint64_t max_ticks);
205 static inline cvmx_tim_status_t cvmx_tim_add_entry(cvmx_wqe_t *work_entry, uint64_t ticks_from_no
[all...]
H A Dcvmx-shmem.h82 uint64_t owner: 8;
83 uint64_t is_named_block: 1;
84 uint64_t p_wronly: 1;
85 uint64_t p_rdwr: 1;
89 uint64_t paddr;
91 uint64_t alignment;
/freebsd-12-stable/sys/netinet/
H A Digmp_var.h63 uint64_t igps_rcv_total; /* total IGMP messages received */
64 uint64_t igps_rcv_tooshort; /* received with too few bytes */
65 uint64_t igps_rcv_badttl; /* received with ttl other than 1 */
66 uint64_t igps_rcv_badsum; /* received with bad checksum */
70 uint64_t igps_rcv_v1v2_queries; /* received IGMPv1/IGMPv2 queries */
71 uint64_t igps_rcv_v3_queries; /* received IGMPv3 queries */
72 uint64_t igps_rcv_badqueries; /* received invalid queries */
73 uint64_t igps_rcv_gen_queries; /* received general queries */
74 uint64_t igps_rcv_group_queries;/* received group queries */
75 uint64_t igps_rcv_gsr_querie
[all...]
/freebsd-12-stable/sys/dev/vmware/vmxnet3/
H A Dif_vmxreg.h25 uint64_t TSO_packets;
26 uint64_t TSO_bytes;
27 uint64_t ucast_packets;
28 uint64_t ucast_bytes;
29 uint64_t mcast_packets;
30 uint64_t mcast_bytes;
31 uint64_t bcast_packets;
32 uint64_t bcast_bytes;
33 uint64_t error;
34 uint64_t discar
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileCache.h35 uint64_t WriteFile(lldb::user_id_t fd, uint64_t offset, const void *src,
36 uint64_t src_len, Status &error);
37 uint64_t ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst,
38 uint64_t dst_len, Status &error);
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DTraceOptions.h28 uint64_t getTraceBufferSize() const { return m_trace_buffer_size; }
30 uint64_t getMetaDataBufferSize() const { return m_meta_data_buffer_size; }
38 void setTraceBufferSize(uint64_t size) { m_trace_buffer_size = size; }
40 void setMetaDataBufferSize(uint64_t size) { m_meta_data_buffer_size = size; }
48 uint64_t m_trace_buffer_size;
49 uint64_t m_meta_data_buffer_size;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DMCDisassembler.cpp20 MCDisassembler::onSymbolStart(StringRef Name, uint64_t &Size,
21 ArrayRef<uint8_t> Bytes, uint64_t Address,
28 uint64_t Address, bool IsBranch,
29 uint64_t Offset,
30 uint64_t InstSize) const {
38 uint64_t Address) const {
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOLayoutBuilder.h22 uint64_t PageSize;
32 uint64_t layoutSegments();
33 uint64_t layoutRelocations(uint64_t Offset);
34 Error layoutTail(uint64_t Offset);
37 MachOLayoutBuilder(Object &O, bool Is64Bit, uint64_t PageSize)
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.copyinto.d52 envp = alloca(sizeof (uint64_t));
53 copyinto(curpsinfo->pr_envp, sizeof (uint64_t), envp);
54 printf("envp[0] = \"%s\"", copyinstr(*(uint64_t *)envp));
/freebsd-12-stable/lib/libdevdctl/
H A Dguid.h52 * It can generally be manipulated as a uint64_t, but with a special
68 Guid(uint64_t guid);
81 operator uint64_t() const;
85 static const uint64_t INVALID_GUID = 0;
88 uint64_t m_GUID;
99 Guid::Guid(uint64_t guid)
129 Guid::operator uint64_t() const
/freebsd-12-stable/sys/dev/isp/
H A Disp_target.h65 uint64_t nt_wwn; /* source (wwn) */
66 uint64_t nt_tgt; /* destination (wwn) */
67 uint64_t nt_tagval; /* tag value */
87 #define INI_ANY ((uint64_t) -1)
90 #define TGT_ANY ((uint64_t) -1)
91 #define TAG_ANY ((uint64_t) 0)
/freebsd-12-stable/sys/contrib/libb2/
H A Dblake2-impl.h40 static inline uint64_t load64( const void *src )
43 return *( uint64_t * )( src );
46 uint64_t w = *p++;
47 w |= ( uint64_t )( *p++ ) << 8;
48 w |= ( uint64_t )( *p++ ) << 16;
49 w |= ( uint64_t )( *p++ ) << 24;
50 w |= ( uint64_t )( *p++ ) << 32;
51 w |= ( uint64_t )( *p++ ) << 40;
52 w |= ( uint64_t )( *p++ ) << 48;
53 w |= ( uint64_t )( *
[all...]

Completed in 133 milliseconds

<<11121314151617181920>>