Searched refs:u64 (Results 276 - 300 of 10365) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/powerpc/include/asm/
H A Dasm-prototypes.h40 extern u64 __bswapdi2(u64);
45 extern int __ucmpdi2(u64, u64);
56 void _kvmppc_restore_tm_pr(struct kvm_vcpu *vcpu, u64 guest_msr);
57 void _kvmppc_save_tm_pr(struct kvm_vcpu *vcpu, u64 guest_msr);
60 void kvmppc_save_tm_hv(struct kvm_vcpu *vcpu, u64 msr, bool preserve_nv);
61 void kvmppc_restore_tm_hv(struct kvm_vcpu *vcpu, u64 msr, bool preserve_nv);
63 static inline void kvmppc_save_tm_hv(struct kvm_vcpu *vcpu, u64 msr,
65 static inline void kvmppc_restore_tm_hv(struct kvm_vcpu *vcpu, u64 ms
[all...]
H A Dkvm_host.h91 u64 num_2M_pages;
92 u64 num_1G_pages;
97 u64 sum_exits;
98 u64 mmio_exits;
99 u64 signal_exits;
100 u64 light_exits;
102 u64 itlb_real_miss_exits;
103 u64 itlb_virt_miss_exits;
104 u64 dtlb_real_miss_exits;
105 u64 dtlb_virt_miss_exit
[all...]
/linux-master/tools/perf/util/
H A Dsrcline.h14 char *get_srcline(struct dso *dso, u64 addr, struct symbol *sym,
15 bool show_sym, bool show_addr, u64 ip);
16 char *__get_srcline(struct dso *dso, u64 addr, struct symbol *sym,
18 u64 ip);
20 char *get_srcline_split(struct dso *dso, u64 addr, unsigned *line);
23 void srcline__tree_insert(struct rb_root_cached *tree, u64 addr, char *srcline);
25 char *srcline__tree_find(struct rb_root_cached *tree, u64 addr);
39 u64 addr;
45 struct inline_node *dso__parse_addr_inlines(struct dso *dso, u64 addr,
54 struct inline_node *inlines__tree_find(struct rb_root_cached *tree, u64 add
[all...]
/linux-master/drivers/crypto/marvell/octeontx2/
H A Dcn10k_cpt.h14 u64 u;
16 u64 reserved_0_47:48;
17 u64 ctx_push_sz:7;
18 u64 reserved_55:1;
19 u64 ctx_hdr_sz:2;
20 u64 aop_valid:1;
21 u64 reserved_59:1;
22 u64 ctx_sz:4;
28 u64 cptr_dma;
53 void cn10k_cpt_ctx_flush(struct pci_dev *pdev, u64 cpt
[all...]
/linux-master/arch/x86/virt/vmx/tdx/
H A Dtdx.h59 u64 offset;
60 u64 size;
67 u64 base;
68 u64 size;
69 u64 pamt_1g_base;
70 u64 pamt_1g_size;
71 u64 pamt_2m_base;
72 u64 pamt_2m_size;
73 u64 pamt_4k_base;
74 u64 pamt_4k_siz
[all...]
/linux-master/fs/bcachefs/
H A Ddirent.h32 sizeof(u64));
38 int bch2_dirent_create_snapshot(struct btree_trans *, u32, u64, u32,
40 const struct qstr *, u64, u64 *,
44 const struct qstr *, u64, u64 *,
61 const struct qstr *, subvol_inum *, u64 *,
62 const struct qstr *, subvol_inum *, u64 *,
68 u64 bch2_dirent_lookup(struct bch_fs *, subvol_inum,
72 int bch2_empty_dir_snapshot(struct btree_trans *, u64, u3
[all...]
/linux-master/drivers/scsi/snic/
H A Dsnic_debugfs.c108 u64 *io_stats_p = (u64 *) &stats->io;
109 u64 *fw_stats_p = (u64 *) &stats->fw;
140 sizeof(struct snic_io_stats) - sizeof(u64));
143 sizeof(struct snic_fw_stats) - sizeof(u64));
170 u64 maxio_tm;
179 maxio_tm = (u64) atomic64_read(&stats->io.max_time);
195 (u64) atomic64_read(&stats->io.active),
196 (u64) atomic64_rea
[all...]
/linux-master/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_ppe.h58 u64 rx_pkts_from_sw;
59 u64 rx_pkts;
60 u64 rx_drop_no_bd;
61 u64 rx_alloc_buf_fail;
62 u64 rx_alloc_buf_wait;
63 u64 rx_drop_no_buf;
64 u64 rx_err_fifo_full;
65 u64 tx_bd_form_rcb;
66 u64 tx_pkts_from_rcb;
67 u64 tx_pkt
[all...]
/linux-master/kernel/sched/
H A Dpelt.h4 int __update_load_avg_blocked_se(u64 now, struct sched_entity *se);
5 int __update_load_avg_se(u64 now, struct cfs_rq *cfs_rq, struct sched_entity *se);
6 int __update_load_avg_cfs_rq(u64 now, struct cfs_rq *cfs_rq);
7 int update_rt_rq_load_avg(u64 now, struct rq *rq, int running);
8 int update_dl_rq_load_avg(u64 now, struct rq *rq, int running);
11 int update_thermal_load_avg(u64 now, struct rq *rq, u64 capacity);
13 static inline u64 thermal_load_avg(struct rq *rq)
19 update_thermal_load_avg(u64 now, struct rq *rq, u64 capacit
[all...]
/linux-master/fs/btrfs/
H A Dspace-info.h99 u64 total_bytes; /* total bytes in the space,
101 u64 bytes_used; /* total bytes used,
103 u64 bytes_pinned; /* total bytes pinned, will be freed when the
105 u64 bytes_reserved; /* total bytes the allocator has reserved for
107 u64 bytes_may_use; /* number of bytes that may be used for
109 u64 bytes_readonly; /* total bytes that are read only */
110 u64 bytes_zone_unusable; /* total bytes that are unusable until
113 u64 max_extent_size; /* This will hold the maximum extent size of
117 u64 chunk_size;
138 u64 disk_use
[all...]
/linux-master/drivers/net/ethernet/qualcomm/emac/
H A Demac.h214 u64 rx_ok; /* good packets */
215 u64 rx_bcast; /* good broadcast packets */
216 u64 rx_mcast; /* good multicast packets */
217 u64 rx_pause; /* pause packet */
218 u64 rx_ctrl; /* control packets other than pause frame. */
219 u64 rx_fcs_err; /* packets with bad FCS. */
220 u64 rx_len_err; /* packets with length mismatch */
221 u64 rx_byte_cnt; /* good bytes count (without FCS) */
222 u64 rx_runt; /* runt packets */
223 u64 rx_fra
[all...]
/linux-master/arch/x86/kvm/mmu/
H A Dspte.c27 u64 __read_mostly shadow_host_writable_mask;
28 u64 __read_mostly shadow_mmu_writable_mask;
29 u64 __read_mostly shadow_nx_mask;
30 u64 __read_mostly shadow_x_mask; /* mutual exclusive with nx_mask */
31 u64 __read_mostly shadow_user_mask;
32 u64 __read_mostly shadow_accessed_mask;
33 u64 __read_mostly shadow_dirty_mask;
34 u64 __read_mostly shadow_mmio_value;
35 u64 __read_mostly shadow_mmio_mask;
36 u64 __read_mostl
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gmc.h148 u64 *dst, u64 *flags);
170 u64 node_id;
171 u64 hive_id;
173 u64 node_segment_size;
218 u64 mc_vram_size;
219 u64 visible_vram_size;
230 u64 agp_size;
231 u64 agp_start;
232 u64 agp_en
[all...]
/linux-master/drivers/net/ethernet/atheros/alx/
H A Dhw.h389 * All stats fields should be u64
394 u64 rx_ok; /* good RX packets */
395 u64 rx_bcast; /* good RX broadcast packets */
396 u64 rx_mcast; /* good RX multicast packets */
397 u64 rx_pause; /* RX pause frames */
398 u64 rx_ctrl; /* RX control packets other than pause frames */
399 u64 rx_fcs_err; /* RX packets with bad FCS */
400 u64 rx_len_err; /* RX packets with length != actual size */
401 u64 rx_byte_cnt; /* good bytes received. FCS is NOT included */
402 u64 rx_run
[all...]
/linux-master/arch/sparc/crypto/
H A Daes_glue.c36 void (*encrypt)(const u64 *key, const u32 *input, u32 *output);
37 void (*decrypt)(const u64 *key, const u32 *input, u32 *output);
38 void (*load_encrypt_keys)(const u64 *key);
39 void (*load_decrypt_keys)(const u64 *key);
40 void (*ecb_encrypt)(const u64 *key, const u64 *input, u64 *output,
42 void (*ecb_decrypt)(const u64 *key, const u64 *input, u64 *outpu
[all...]
/linux-master/arch/s390/appldata/
H A Dappldata_mem.c34 u64 timestamp;
41 u64 pgpgin; /* data read from disk */
42 u64 pgpgout; /* data written to disk */
43 u64 pswpin; /* pages swapped in */
44 u64 pswpout; /* pages swapped out */
46 u64 sharedram; /* sharedram is currently set to 0 */
48 u64 totalram; /* total main memory size */
49 u64 freeram; /* free main memory size */
50 u64 totalhigh; /* total high memory size */
51 u64 freehig
[all...]
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_lif.h26 u64 pkts;
27 u64 bytes;
28 u64 csum_none;
29 u64 csum;
30 u64 tso;
31 u64 tso_bytes;
32 u64 frags;
33 u64 vlan_inserted;
34 u64 clean;
35 u64 lineariz
[all...]
/linux-master/arch/alpha/include/asm/
H A Dgct.h5 typedef u64 gct_id;
6 typedef u64 gct6_handle;
16 u64 flags;
27 u64 fw_flags;
28 u64 os_usage;
29 u64 fru_id;
/linux-master/drivers/s390/char/
H A Dsclp_diag.h54 u64 offset;
55 u64 fsize;
56 u64 length;
57 u64 failaddr;
58 u64 bufaddr;
59 u64 asce;
/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_random.h45 u64 i915_prandom_u64_state(struct rnd_state *rnd);
61 u64 igt_random_offset(struct rnd_state *state,
62 u64 start, u64 end,
63 u64 len, u64 align);
/linux-master/include/linux/
H A Dperf_regs.h19 u64 perf_reg_value(struct pt_regs *regs, int idx);
20 int perf_reg_validate(u64 mask);
21 u64 perf_reg_abi(struct task_struct *task);
28 static inline u64 perf_reg_value(struct pt_regs *regs, int idx)
33 static inline int perf_reg_validate(u64 mask)
38 static inline u64 perf_reg_abi(struct task_struct *task)
/linux-master/kernel/kcsan/
H A Dkcsan.h133 int watchpoint_idx, u64 old, u64 new, u64 mask);
140 unsigned long ip, u64 old, u64 new, u64 mask);
/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_rx.h22 u64 pkts;
23 u64 bytes;
24 u64 errors;
25 u64 csum_errors;
26 u64 other_errors;
27 u64 alloc_skb_err;
H A Dhinic_tx.h19 u64 pkts;
20 u64 bytes;
21 u64 tx_busy;
22 u64 tx_wake;
23 u64 tx_dropped;
24 u64 big_frags_pkts;
/linux-master/arch/x86/include/asm/
H A Dsgx.h171 u64 size;
172 u64 base;
176 u64 attributes;
177 u64 xfrm;
225 u64 state;
226 u64 flags;
227 u64 ssa_offset;
230 u64 entry_offset;
231 u64 exit_addr;
232 u64 fs_offse
[all...]

Completed in 232 milliseconds

<<11121314151617181920>>