Searched refs:uint64_t (Results 451 - 475 of 5847) sorted by relevance

<<11121314151617181920>>

/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-access-native.h74 * memory address (uint64_t). Octeon hardware widgets don't
80 static inline uint64_t cvmx_ptr_to_phys(void *ptr)
86 uint64_t uboot_tlb_ptr_to_phys(void *ptr);
123 extern uint64_t linux_mem32_offset;
135 uint64_t address = (long)ptr;
173 * Convert a hardware physical address (uint64_t) into a
180 static inline void *cvmx_phys_to_ptr(uint64_t physical_address)
234 extern uint64_t linux_mem32_offset;
293 static inline void cvmx_write64_##TYPE(uint64_t addr, TYPE##_t val) \
304 static inline void cvmx_write64_##TYPE(uint64_t add
[all...]
H A Dcvmx-power-throttle.c57 ((((uint64_t)1 << (len)) - 1) << (pos))
60 (cvmx_power_throttle_get_register(0) != (uint64_t)-1)
84 static uint64_t cvmx_power_throttle_csr_addr(int ppid);
127 uint64_t cvmx_power_throttle_get_field(uint64_t r,
130 uint64_t m;
136 return (uint64_t) -1;
146 static int cvmx_power_throttle_set_field(int i, uint64_t r, uint64_t v)
150 uint64_t
[all...]
H A Dcvmx-pko.h160 uint64_t octets;
161 uint64_t doorbell;
169 uint64_t u64;
173 uint64_t reserved :13; /**< Must be zero */
174 uint64_t is_io : 1; /**< Must be one */
175 uint64_t did : 8; /**< The ID of the device on the non-coherent bus */
176 uint64_t reserved2 : 4; /**< Must be zero */
177 uint64_t reserved3 :15; /**< Must be zero */
178 uint64_t port : 9; /**< The hardware must have the output port in addition to the output queue */
179 uint64_t queu
[all...]
H A Dcvmx-fau.h93 uint64_t error : 1;
104 uint64_t error : 1;
115 uint64_t error : 1;
126 uint64_t error : 1;
136 uint64_t u64;
138 uint64_t invalid: 1;
139 uint64_t data :63; /* unpredictable if invalid is set */
155 static inline uint64_t __cvmx_fau_store_address(uint64_t noadd, uint64_t re
[all...]
H A Dcvmx-cmd-queue.h154 uint64_t unused1 : 24;
156 uint64_t fpa_pool : 3; /**< FPA pool buffers come from */
157 uint64_t base_ptr_div128: 29; /**< Top of command buffer pointer shifted 7 */
158 uint64_t unused2 : 6;
159 uint64_t pool_size_m1 : 13; /**< FPA buffer size in 64bit words minus 1 */
160 uint64_t index : 13; /**< Number of commands already used in buffer */
173 uint64_t ticket[(CVMX_CMD_QUEUE_END>>16) * 256];
344 static inline cvmx_cmd_queue_result_t cvmx_cmd_queue_write(cvmx_cmd_queue_id_t queue_id, int use_locking, int cmd_count, uint64_t *cmds)
378 uint64_t *ptr = (uint64_t *)cvmx_phys_to_pt
[all...]
/freebsd-12-stable/sys/contrib/ck/include/gcc/aarch64/
H A Dck_pr_llsc.h36 ck_pr_cas_64_2_value(uint64_t target[2], uint64_t compare[2], uint64_t set[2], uint64_t value[2])
38 uint64_t tmp1, tmp2;
63 return (ck_pr_cas_64_2_value(CK_CPP_CAST(uint64_t *, target),
64 CK_CPP_CAST(uint64_t *, compare),
65 CK_CPP_CAST(uint64_t *, set),
66 CK_CPP_CAST(uint64_t *, value)));
70 ck_pr_cas_64_2(uint64_t targe
[all...]
/freebsd-12-stable/sys/netinet6/
H A Dip6_var.h184 uint64_t ip6s_total; /* total packets received */
185 uint64_t ip6s_tooshort; /* packet too short */
186 uint64_t ip6s_toosmall; /* not enough data */
187 uint64_t ip6s_fragments; /* fragments received */
188 uint64_t ip6s_fragdropped; /* frags dropped(dups, out of space) */
189 uint64_t ip6s_fragtimeout; /* fragments timed out */
190 uint64_t ip6s_fragoverflow; /* fragments that exceeded limit */
191 uint64_t ip6s_forward; /* packets forwarded */
192 uint64_t ip6s_cantforward; /* packets rcvd for unreachable dest */
193 uint64_t ip6s_redirectsen
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterContext.h147 uint64_t GetPC(uint64_t fail_value = LLDB_INVALID_ADDRESS);
149 bool SetPC(uint64_t pc);
153 uint64_t GetSP(uint64_t fail_value = LLDB_INVALID_ADDRESS);
155 bool SetSP(uint64_t sp);
157 uint64_t GetFP(uint64_t fail_value = LLDB_INVALID_ADDRESS);
159 bool SetFP(uint64_t fp);
163 uint64_t GetReturnAddres
[all...]
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dddt_zap.c38 ddt_zap_create(objset_t *os, uint64_t *objectp, dmu_tx_t *tx, boolean_t prehash)
53 ddt_zap_destroy(objset_t *os, uint64_t object, dmu_tx_t *tx)
59 ddt_zap_lookup(objset_t *os, uint64_t object, ddt_entry_t *dde)
62 uint64_t one, csize;
65 error = zap_length_uint64(os, object, (uint64_t *)&dde->dde_key,
73 error = zap_lookup_uint64(os, object, (uint64_t *)&dde->dde_key,
84 ddt_zap_prefetch(objset_t *os, uint64_t object, ddt_entry_t *dde)
86 (void) zap_prefetch_uint64(os, object, (uint64_t *)&dde->dde_key,
91 ddt_zap_update(objset_t *os, uint64_t object, ddt_entry_t *dde, dmu_tx_t *tx)
94 uint64_t csiz
[all...]
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddmu.h299 int dmu_objset_create(const char *name, dmu_objset_type_t type, uint64_t flags,
316 uint64_t db_object; /* object that this buffer is part of */
317 uint64_t db_offset; /* byte offset in this object */
318 uint64_t db_size; /* size of buffer in bytes */
370 uint64_t dmu_object_alloc(objset_t *os, dmu_object_type_t ot,
372 uint64_t dmu_object_alloc_ibs(objset_t *os, dmu_object_type_t ot, int blocksize,
375 uint64_t dmu_object_alloc_dnsize(objset_t *os, dmu_object_type_t ot,
378 int dmu_object_claim_dnsize(objset_t *os, uint64_t object, dmu_object_type_t ot,
381 int dmu_object_reclaim_dnsize(objset_t *os, uint64_t object,
384 int dmu_object_claim(objset_t *os, uint64_t objec
[all...]
H A Dddt.h75 uint64_t ddk_prop;
91 #define DDT_KEY_WORDS (sizeof (ddt_key_t) / sizeof (uint64_t))
95 uint64_t ddp_refcnt;
96 uint64_t ddp_phys_birth;
133 uint64_t ddt_stat_object;
134 uint64_t ddt_object[DDT_TYPES][DDT_CLASSES];
145 uint64_t ddb_class;
146 uint64_t ddb_type;
147 uint64_t ddb_checksum;
148 uint64_t ddb_curso
[all...]
H A Dzfs_acl.h78 uint64_t z_fuid;
100 uint64_t z_acl_extern_obj; /* ext acl pieces */
116 uint64_t z_acl_extern_obj; /* ext acl pieces */
133 uint64_t (*ace_who_get)(void *acep); /* get who/fuid */
135 uint64_t who); /* set who/fuid */
155 uint64_t z_ace_count; /* number of ACEs in this acl node */
160 uint64_t z_acl_count; /* Number of ACEs */
164 uint64_t z_hints; /* ACL hints (ZFS_INHERIT_ACE ...) */
181 uint64_t z_fuid; /* file owner fuid */
182 uint64_t z_fgi
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_ppc64le.h275 uint64_t r0;
276 uint64_t r1;
277 uint64_t r2;
278 uint64_t r3;
279 uint64_t r4;
280 uint64_t r5;
281 uint64_t r6;
282 uint64_t r7;
283 uint64_t r8;
284 uint64_t r
[all...]
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/sys/fs/
H A Dzfs.h278 uint64_t zfs_prop_default_numeric(zfs_prop_t);
287 int zfs_prop_index_to_string(zfs_prop_t, uint64_t, const char **);
288 int zfs_prop_string_to_index(zfs_prop_t, const char *, uint64_t *);
289 uint64_t zfs_prop_random_value(zfs_prop_t, uint64_t seed);
298 uint64_t zpool_prop_default_numeric(zpool_prop_t);
302 int zpool_prop_index_to_string(zpool_prop_t, uint64_t, const char **);
303 int zpool_prop_string_to_index(zpool_prop_t, const char *, uint64_t *);
304 uint64_t zpool_prop_random_value(zpool_prop_t, uint64_t see
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DBitstreamRemarkSerializer.h54 SmallVector<uint64_t, 64> R;
64 uint64_t RecordMetaContainerInfoAbbrevID = 0;
65 uint64_t RecordMetaRemarkVersionAbbrevID = 0;
66 uint64_t RecordMetaStrTabAbbrevID = 0;
67 uint64_t RecordMetaExternalFileAbbrevID = 0;
68 uint64_t RecordRemarkHeaderAbbrevID = 0;
69 uint64_t RecordRemarkDebugLocAbbrevID = 0;
70 uint64_t RecordRemarkHotnessAbbrevID = 0;
71 uint64_t RecordRemarkArgWithDebugLocAbbrevID = 0;
72 uint64_t RecordRemarkArgWithoutDebugLocAbbrevI
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/Disassembler/
H A DAVRDisassembler.cpp41 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
42 ArrayRef<uint8_t> Bytes, uint64_t Address,
61 uint64_t Address, const void *Decoder) {
66 uint64_t Address, const void *Decoder) {
71 uint64_t Address, const void *Decoder) {
77 static DecodeStatus readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address,
78 uint64_t &Size, uint32_t &Insn) {
90 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address,
91 uint64_t &Size, uint32_t &Insn) {
104 static const uint8_t *getDecoderTable(uint64_t Siz
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCCodeEmitter.cpp53 uint64_t getBinaryCodeForInstr(const MCInst &MI,
59 uint64_t getMachineOpValue(const MCInst &MI, const MCOperand &MO,
67 uint64_t getBDAddr12Encoding(const MCInst &MI, unsigned OpNum,
70 uint64_t getBDAddr20Encoding(const MCInst &MI, unsigned OpNum,
73 uint64_t getBDXAddr12Encoding(const MCInst &MI, unsigned OpNum,
76 uint64_t getBDXAddr20Encoding(const MCInst &MI, unsigned OpNum,
79 uint64_t getBDLAddr12Len4Encoding(const MCInst &MI, unsigned OpNum,
82 uint64_t getBDLAddr12Len8Encoding(const MCInst &MI, unsigned OpNum,
85 uint64_t getBDRAddr12Encoding(const MCInst &MI, unsigned OpNum,
88 uint64_t getBDVAddr12Encodin
[all...]
/freebsd-12-stable/sys/x86/x86/
H A Dpvclock.c45 static volatile uint64_t pvclock_last_cycles;
54 uint64_t
61 uint64_t
64 uint64_t freq;
80 static inline uint64_t
81 pvclock_scale_delta(uint64_t delta, uint32_t mul_frac, int shift)
83 uint64_t product;
120 : "0" (delta), [mul_frac]"rm"((uint64_t)mul_frac));
129 static uint64_t
132 uint64_t delt
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h28 void resolveRelocation(const SectionEntry &Section, uint64_t Offset,
29 uint64_t Value, uint32_t Type, int64_t Addend,
30 uint64_t SymOffset = 0, SID SectionID = 0);
32 void resolveX86_64Relocation(const SectionEntry &Section, uint64_t Offset,
33 uint64_t Value, uint32_t Type, int64_t Addend,
34 uint64_t SymOffset);
36 void resolveX86Relocation(const SectionEntry &Section, uint64_t Offset,
39 void resolveAArch64Relocation(const SectionEntry &Section, uint64_t Offset,
40 uint64_t Value, uint32_t Type, int64_t Addend);
48 void resolveARMRelocation(const SectionEntry &Section, uint64_t Offse
[all...]
/freebsd-12-stable/contrib/elftoolchain/elfcopy/
H A Delfcopy.h73 uint64_t lma;
74 uint64_t vma;
125 uint64_t off; /* section offset */
126 uint64_t sz; /* section size */
127 uint64_t cap; /* section capacity */
128 uint64_t align; /* section alignment */
129 uint64_t type; /* section type */
130 uint64_t flags; /* section flags */
131 uint64_t vma; /* section virtual addr */
132 uint64_t lm
[all...]
/freebsd-12-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_mac_ext.h154 uint64_t eStatPkts64; /**< r-10G tr-DT 64 byte frame counter */
155 uint64_t eStatPkts65to127; /**< r-10G 65 to 127 byte frame counter */
156 uint64_t eStatPkts128to255; /**< r-10G 128 to 255 byte frame counter */
157 uint64_t eStatPkts256to511; /**< r-10G 256 to 511 byte frame counter */
158 uint64_t eStatPkts512to1023; /**< r-10G 512 to 1023 byte frame counter */
159 uint64_t eStatPkts1024to1518; /**< r-10G 1024 to 1518 byte frame counter */
160 uint64_t eStatPkts1519to1522; /**< r-10G 1519 to 1522 byte good frame count */
162 uint64_t eStatFragments; /**< Total number of packets that were less than 64 octets long with a wrong CRC.*/
163 uint64_t eStatJabbers; /**< Total number of packets longer than valid maximum length octets */
164 uint64_t eStatsDropEvent
[all...]
H A Dfm_macsec_ext.h476 typedef uint64_t macsecSCI_t;
542 uint64_t ifInOctets; /**< Total number of byte received */
543 uint64_t ifInPkts; /**< Total number of packets received */
544 uint64_t ifInMcastPkts; /**< Total number of multicast frame received */
545 uint64_t ifInBcastPkts; /**< Total number of broadcast frame received */
546 uint64_t ifInDiscards; /**< Frames received, but discarded due to problems within the MAC RX :
550 uint64_t ifInErrors; /**< Number of frames received with error:
555 uint64_t ifOutOctets; /**< Total number of byte sent */
556 uint64_t ifOutPkts; /**< Total number of packets sent */
557 uint64_t ifOutMcastPkt
[all...]
/freebsd-12-stable/sys/amd64/vmm/amd/
H A Damdvi_priv.h74 uint64_t pt_base:40; /* Page table root pointer. */
97 uint64_t intmap_base:46; /* IntMap base. */
106 uint64_t :64; /* Reserved[255:192] */ member in struct:amdvi_dte
117 uint64_t addr;
158 uint64_t addr;
184 uint64_t base:40; /* Devtable register base. */
189 uint64_t base:40;
196 uint64_t base:40;
202 uint64_t :51; member in struct:amdvi_ctrl
207 uint64_t bas
230 uint64_t :45; member in struct:amdvi_ctrl
232 uint64_t :45; member in struct:amdvi_ctrl
234 uint64_t :45; member in struct:amdvi_ctrl
236 uint64_t :45; member in struct:amdvi_ctrl
238 uint64_t :45; member in struct:amdvi_ctrl
242 uint64_t :45; member in struct:amdvi_ctrl
245 uint64_t :45; member in struct:amdvi_ctrl
[all...]
/freebsd-12-stable/sys/sys/
H A Dracct.h176 int racct_add(struct proc *p, int resource, uint64_t amount);
177 void racct_add_cred(struct ucred *cred, int resource, uint64_t amount);
178 void racct_add_force(struct proc *p, int resource, uint64_t amount);
180 int racct_set(struct proc *p, int resource, uint64_t amount);
181 void racct_set_force(struct proc *p, int resource, uint64_t amount);
182 void racct_sub(struct proc *p, int resource, uint64_t amount);
183 void racct_sub_cred(struct ucred *cred, int resource, uint64_t amount);
184 uint64_t racct_get_limit(struct proc *p, int resource);
185 uint64_t racct_get_available(struct proc *p, int resource);
205 racct_add(struct proc *p, int resource, uint64_t amoun
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-types.h57 typedef uint64_t process_t; // Process type is just a pid.
83 typedef uint64_t addr_t;
84 typedef uint64_t user_id_t;
85 typedef uint64_t pid_t;
86 typedef uint64_t tid_t;
87 typedef uint64_t offset_t;
91 typedef uint64_t queue_id_t;

Completed in 219 milliseconds

<<11121314151617181920>>