Searched refs:u64 (Results 126 - 150 of 10365) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/powerpc/pmu/sampling_tests/
H A Dmisc.h37 extern u64 platform_extended_mask;
53 void *__event_read_samples(void *sample_buff, size_t *size, u64 *sample_count);
55 u64 *get_intr_regs(struct event *event, void *sample_buff);
56 u64 get_reg_value(u64 *intr_regs, char *register_name);
61 static inline int get_mmcr0_fc56(u64 mmcr0, int pmc)
66 static inline int get_mmcr0_pmccext(u64 mmcr0, int pmc)
71 static inline int get_mmcr0_pmao(u64 mmcr0, int pmc)
76 static inline int get_mmcr0_cc56run(u64 mmcr0, int pmc)
81 static inline int get_mmcr0_pmcjce(u64 mmcr
[all...]
/linux-master/drivers/crypto/
H A Dn2_core.h8 u64 intr;
9 u64 ino;
13 u64 cfg_handle;
35 u64 control;
36 u64 src_addr;
37 u64 auth_key_addr;
38 u64 auth_iv_addr;
39 u64 final_auth_state_addr;
40 u64 enc_key_addr;
41 u64 enc_iv_add
[all...]
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Docteon_iq.h54 u64 instr_posted; /**< Instructions posted to this queue. */
55 u64 instr_processed; /**< Instructions processed in this queue. */
56 u64 instr_dropped; /**< Instructions that could not be processed */
57 u64 bytes_sent; /**< Bytes sent through this queue. */
58 u64 sgentry_sent;/**< Gather entries sent through this queue. */
59 u64 tx_done;/**< Num of packets sent to network. */
60 u64 tx_iq_busy;/**< Numof times this iq was found to be full. */
61 u64 tx_dropped;/**< Numof pkts dropped dueto xmitpath errors. */
62 u64 tx_tot_bytes;/**< Total count of bytes sento to network. */
63 u64 tx_gs
[all...]
H A Docteon_config.h197 u64 reserved:16;
200 u64 iq_intr_pkt:16;
203 u64 db_timeout:16;
208 u64 db_min:8;
211 u64 instr_type:32;
216 u64 pending_list_size:32;
219 u64 max_iqs:8;
222 u64 max_iqs:8;
227 u64 pending_list_size:32;
230 u64 instr_typ
[all...]
/linux-master/fs/btrfs/
H A Dfile-item.h53 struct btrfs_root *root, u64 bytenr, u64 len);
56 struct btrfs_root *root, u64 objectid, u64 pos,
57 u64 num_bytes);
60 struct btrfs_path *path, u64 objectid,
61 u64 bytenr, int mod);
67 int btrfs_lookup_csums_range(struct btrfs_root *root, u64 start, u64 end,
70 int btrfs_lookup_csums_list(struct btrfs_root *root, u64 star
[all...]
H A Dqgroup.h130 u64 bytenr;
131 u64 num_bytes;
142 u64 data_rsv_refroot; /* which root the reserved data belongs to */
153 u64 subvol_bytenr;
154 u64 subvol_generation;
157 u64 reloc_bytenr;
158 u64 reloc_generation;
160 u64 last_snapshot;
203 u64 values[BTRFS_QGROUP_RSV_LAST];
210 u64 qgroupi
[all...]
/linux-master/drivers/virt/acrn/
H A Dhypercall.h58 static inline long hcall_sos_remove_cpu(u64 cpu)
69 static inline long hcall_create_vm(u64 vminfo)
80 static inline long hcall_start_vm(u64 vmid)
91 static inline long hcall_pause_vm(u64 vmid)
102 static inline long hcall_destroy_vm(u64 vmid)
113 static inline long hcall_reset_vm(u64 vmid)
125 static inline long hcall_set_vcpu_regs(u64 vmid, u64 regs_state)
137 static inline long hcall_inject_msi(u64 vmid, u64 ms
[all...]
/linux-master/arch/x86/include/asm/
H A Dsvm.h127 u64 iopm_base_pa;
128 u64 msrpm_base_pa;
129 u64 tsc_offset;
139 u64 exit_info_1;
140 u64 exit_info_2;
143 u64 nested_ctl;
144 u64 avic_vapic_bar;
145 u64 ghcb_gpa;
148 u64 nested_cr3;
149 u64 virt_ex
[all...]
H A Dspec-ctrl.h17 extern void x86_virt_spec_ctrl(u64 guest_virt_spec_ctrl, bool guest);
28 void x86_spec_ctrl_set_guest(u64 guest_virt_spec_ctrl)
42 void x86_spec_ctrl_restore_host(u64 guest_virt_spec_ctrl)
48 extern u64 x86_amd_ls_cfg_base;
49 extern u64 x86_amd_ls_cfg_ssbd_mask;
51 static inline u64 ssbd_tif_to_spec_ctrl(u64 tifn)
57 static inline u64 stibp_tif_to_spec_ctrl(u64 tifn)
63 static inline unsigned long ssbd_spec_ctrl_to_tif(u64 spec_ctr
[all...]
H A Dpgtable-3level_types.h8 typedef u64 pteval_t;
9 typedef u64 pmdval_t;
10 typedef u64 pudval_t;
11 typedef u64 p4dval_t;
12 typedef u64 pgdval_t;
13 typedef u64 pgprotval_t;
/linux-master/arch/x86/mm/pat/
H A Dmemtype.h11 u64 start;
12 u64 end;
13 u64 subtree_max_end;
34 extern struct memtype *memtype_erase(u64 start, u64 end);
35 extern struct memtype *memtype_lookup(u64 addr);
41 static inline struct memtype *memtype_erase(u64 start, u64 end)
43 static inline struct memtype *memtype_lookup(u64 addr)
/linux-master/drivers/net/ethernet/sgi/
H A Dmeth.h23 u64 sent:1; /* always set to 1...*/
24 u64 pad0:34;/* always set to 0 */
25 u64 flags:9; /*I'm too lazy to specify each one separately at the moment*/
26 u64 col_retry_cnt:4; /*collision retry count*/
27 u64 len:16; /*Transmit length in bytes*/
36 u64 pad1:36; /*should be filled with 0 */
37 u64 cat_ptr3_valid:1, /*Concatination pointer valid flags*/
40 u64 tx_int_flag:1; /*Generate TX intrrupt when packet has been sent*/
41 u64 term_dma_flag:1; /*Terminate transmit DMA on transmit abort conditions*/
42 u64 data_offse
[all...]
/linux-master/drivers/scsi/snic/
H A Dsnic_trc.h19 u64 ts; /* Time Stamp */
23 u64 data[5];
48 snic_trace(char *fn, u16 hno, u32 tag, u64 d1, u64 d2, u64 d3, u64 d4, u64 d5)
72 (u64)(d1), \
73 (u64)(d2), \
74 (u64)(d
[all...]
/linux-master/include/linux/
H A Dpr.h10 u64 keys[];
14 u64 key;
20 int (*pr_register)(struct block_device *bdev, u64 old_key, u64 new_key,
22 int (*pr_reserve)(struct block_device *bdev, u64 key,
24 int (*pr_release)(struct block_device *bdev, u64 key,
26 int (*pr_preempt)(struct block_device *bdev, u64 old_key, u64 new_key,
28 int (*pr_clear)(struct block_device *bdev, u64 key);
H A Drange.h7 u64 start;
8 u64 end;
11 static inline u64 range_len(const struct range *range)
22 u64 start, u64 end);
26 u64 start, u64 end);
28 void subtract_range(struct range *range, int az, u64 start, u64 end);
/linux-master/arch/x86/include/asm/uv/
H A Dbios.h60 u64 mmr_base;
61 u64 gru_base;
119 u64 (__efiapi *function)(enum uv_bios_cmd, ...);
163 u64 val;
165 u64 hub_version : 8,
179 extern s64 uv_bios_freq_base(u64, u64 *);
183 extern s64 uv_bios_change_memprotect(u64, u64, enum uv_memprotect);
184 extern s64 uv_bios_reserved_page_pa(u64, u6
[all...]
/linux-master/drivers/gpu/drm/xe/
H A Dxe_range_fence.h27 u64 start;
29 u64 last;
31 u64 __subtree_last;
59 xe_range_fence_tree_first(struct xe_range_fence_tree *tree, u64 start,
60 u64 last);
63 xe_range_fence_tree_next(struct xe_range_fence *rfence, u64 start, u64 last);
72 u64 start, u64 end,
H A Dxe_pt_walk.h34 const u64 *shifts;
60 unsigned int level, u64 addr, u64 next,
84 u64 addr, u64 end, struct xe_pt_walk *walk);
87 u64 addr, u64 end, struct xe_pt_walk *walk);
101 static inline bool xe_pt_covers(u64 addr, u64 end, unsigned int level,
104 u64 pt_siz
[all...]
/linux-master/drivers/net/ethernet/marvell/octeon_ep_vf/
H A Doctep_vf_tx.h65 u64 pkts;
68 u64 octs;
71 u64 bcst;
74 u64 mcst;
77 u64 dropped;
80 u64 reserved[13];
86 u64 instr_posted;
89 u64 instr_completed;
92 u64 instr_dropped;
95 u64 bytes_sen
[all...]
/linux-master/drivers/crypto/cavium/zip/
H A Dzip_main.h68 u64 reg_offset;
86 u64 *sw_head;
87 u64 *sw_tail;
88 u64 *hw_tail;
89 u64 done_cnt;
90 u64 pend_cnt;
91 u64 free_flag;
104 u64 depth;
105 u64 onfsize;
106 u64 ctxsiz
[all...]
/linux-master/drivers/net/ethernet/qualcomm/
H A Dqca_spi.h53 u64 trig_reset;
54 u64 device_reset;
55 u64 reset_timeout;
56 u64 read_err;
57 u64 write_err;
58 u64 read_buf_err;
59 u64 write_buf_err;
60 u64 out_of_mem;
61 u64 write_buf_miss;
62 u64 ring_ful
[all...]
/linux-master/include/asm-generic/
H A Dhyperv-tlfs.h101 volatile u64 tsc_scale;
106 u64 as_uint64;
108 u64 enable:1;
109 u64 reserved:11;
110 u64 pfn:52;
194 #define HV_PARTITION_ID_SELF ((u64)-1)
351 u64 as_uint64;
353 u64 enable:1;
354 u64 periodic:1;
355 u64 laz
[all...]
/linux-master/drivers/crypto/cavium/nitrox/
H A Dnitrox_req.h41 u64 value;
43 u64 raz : 22;
44 u64 arg : 8;
45 u64 ctxc : 2;
46 u64 unca : 1;
47 u64 info : 3;
48 u64 unc : 8;
49 u64 ctxl : 12;
50 u64 uddl : 8;
72 u64 ctx_handl
[all...]
/linux-master/arch/powerpc/platforms/ps3/
H A Dplatform.h82 u64 *value);
83 int ps3_repository_read_bus_id(unsigned int bus_index, u64 *bus_id);
105 unsigned int dev_index, const char *dev_str, u64 *value);
107 u64 *dev_id);
117 unsigned int dev_index, unsigned int reg_index, u64 *bus_addr,
118 u64 *len);
121 enum ps3_reg_type *reg_type, u64 *bus_addr, u64 *len);
130 u64 bus_id;
131 u64 dev_i
[all...]
/linux-master/tools/perf/util/bpf_skel/
H A Dlock_data.h7 u64 timestamp;
8 u64 lock;
16 u64 lock_addr_or_cgroup;
38 u64 total_time;
39 u64 min_time;
40 u64 max_time;

Completed in 249 milliseconds

1234567891011>>