Searched refs:u64 (Results 226 - 250 of 10365) sorted by relevance

1234567891011>>

/linux-master/crypto/
H A Decrdsa_defs.h29 static u64 cp256a_g_x[] = {
32 static u64 cp256a_g_y[] = {
35 static u64 cp256a_p[] = { /* p = 2^256 - 617 */
38 static u64 cp256a_n[] = {
41 static u64 cp256a_a[] = { /* a = p - 3 */
44 static u64 cp256a_b[] = {
62 static u64 cp256b_g_x[] = {
65 static u64 cp256b_g_y[] = {
68 static u64 cp256b_p[] = { /* p = 2^255 + 3225 */
71 static u64 cp256b_
[all...]
/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_port.h465 u64 tx_unicast_pkts_vport;
466 u64 tx_unicast_bytes_vport;
467 u64 tx_multicast_pkts_vport;
468 u64 tx_multicast_bytes_vport;
469 u64 tx_broadcast_pkts_vport;
470 u64 tx_broadcast_bytes_vport;
472 u64 rx_unicast_pkts_vport;
473 u64 rx_unicast_bytes_vport;
474 u64 rx_multicast_pkts_vport;
475 u64 rx_multicast_bytes_vpor
[all...]
/linux-master/fs/btrfs/
H A Ddelayed-ref.h43 u64 bytenr;
46 u64 num_bytes;
49 u64 seq;
74 u64 flags_to_set;
84 u64 bytenr;
85 u64 num_bytes;
127 u64 owning_root;
133 u64 reserved_bytes;
156 u64 root;
157 u64 paren
[all...]
H A Dextent-io-tree.h116 u64 start;
117 u64 end; /* inclusive */
138 int lock_extent(struct extent_io_tree *tree, u64 start, u64 end,
141 int try_lock_extent(struct extent_io_tree *tree, u64 start, u64 end,
147 u64 count_range_bits(struct extent_io_tree *tree,
148 u64 *start, u64 search_end,
149 u64 max_byte
[all...]
/linux-master/arch/powerpc/boot/
H A Dps3.c18 extern int lv1_panic(u64 in_1);
19 extern int lv1_get_logical_partition_id(u64 *out_1);
20 extern int lv1_get_logical_ppe_id(u64 *out_1);
21 extern int lv1_get_repository_node_value(u64 in_1, u64 in_2, u64 in_3,
22 u64 in_4, u64 in_5, u64 *out_1, u64 *out_
[all...]
/linux-master/fs/squashfs/
H A Dsquashfs.h18 extern int squashfs_read_data(struct super_block *, u64, int, u64 *,
25 struct squashfs_cache *, u64, int);
28 extern int squashfs_read_metadata(struct super_block *, void *, u64 *,
31 u64, int);
33 u64, int);
34 extern void *squashfs_read_table(struct super_block *, u64, int);
61 extern __le64 *squashfs_read_inode_lookup_table(struct super_block *, u64, u64,
65 extern int squashfs_frag_lookup(struct super_block *, unsigned int, u64 *);
[all...]
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-trbe.h24 u64 aa64dfr0 = read_sysreg_s(SYS_ID_AA64DFR0_EL1);
33 u64 trblimitr = read_sysreg_s(SYS_TRBLIMITR_EL1);
42 static inline int get_trbe_ec(u64 trbsr)
51 static inline int get_trbe_bsc(u64 trbsr)
58 u64 trbsr = read_sysreg_s(SYS_TRBSR_EL1);
64 static inline bool is_trbe_irq(u64 trbsr)
69 static inline bool is_trbe_trg(u64 trbsr)
74 static inline bool is_trbe_wrap(u64 trbsr)
79 static inline bool is_trbe_abort(u64 trbsr)
84 static inline bool is_trbe_running(u64 trbs
[all...]
/linux-master/drivers/crypto/marvell/octeontx2/
H A Dotx2_cpt_common.h97 u64 u;
99 u64 reserved_0_4:5;
100 u64 mul:1;
101 u64 sha1_sha2:1;
102 u64 chacha20:1;
103 u64 zuc_snow3g:1;
104 u64 sha3:1;
105 u64 aes:1;
106 u64 kasumi:1;
107 u64 de
[all...]
/linux-master/include/linux/
H A Dbtree-128.h22 static inline void *btree_lookup128(struct btree_head128 *head, u64 k1, u64 k2)
24 u64 key[2] = {k1, k2};
29 u64 *k1, u64 *k2)
31 u64 key[2] = {*k1, *k2};
41 static inline int btree_insert128(struct btree_head128 *head, u64 k1, u64 k2,
44 u64 key[2] = {k1, k2};
49 static inline int btree_update128(struct btree_head128 *head, u64 k
[all...]
H A Dhpet.h13 u64 hpet_cap; /* capabilities */
14 u64 res0; /* reserved */
15 u64 hpet_config; /* configuration */
16 u64 res1; /* reserved */
17 u64 hpet_isr; /* interrupt status reg */
18 u64 res2[25]; /* reserved */
20 u64 _hpet_mc64;
24 u64 res3; /* reserved */
26 u64 hpet_config; /* configuration/cap */
28 u64 _hpet_hc6
[all...]
/linux-master/drivers/scsi/cxlflash/
H A Dvlun.h53 u64 *lun_alloc_map;
56 u64 free_aun_cnt;
67 u64 lun_id;
68 u64 wwpn;
78 u64 nchunk; /* number of chunks */
/linux-master/tools/testing/selftests/powerpc/pmu/ebb/
H A Dtrace.h26 u64 size;
32 struct trace_buffer *trace_buffer_allocate(u64 size);
33 int trace_log_reg(struct trace_buffer *tb, u64 reg, u64 value);
34 int trace_log_counter(struct trace_buffer *tb, u64 value);
/linux-master/drivers/gpu/drm/nouveau/include/nvif/
H A Dmem.h9 u64 addr;
10 u64 size;
14 int type, u8 page, u64 size, void *argv, u32 argc,
17 u8 page, u64 size, void *argv, u32 argc, struct nvif_mem *);
20 int nvif_mem_ctor_map(struct nvif_mmu *, const char *name, u8 type, u64 size,
/linux-master/drivers/net/ethernet/intel/igb/
H A De1000_hw.h168 u64 crcerrs;
169 u64 algnerrc;
170 u64 symerrs;
171 u64 rxerrc;
172 u64 mpc;
173 u64 scc;
174 u64 ecol;
175 u64 mcc;
176 u64 latecol;
177 u64 col
[all...]
/linux-master/include/linux/soc/marvell/octeontx2/
H A Dasm.h19 u64 result = 0; \
39 static inline u64 otx2_atomic64_fetch_add(u64 incr, u64 *ptr)
41 u64 result;
/linux-master/arch/x86/include/asm/
H A Dmemtype.h12 extern int memtype_reserve(u64 start, u64 end,
14 extern int memtype_free(u64 start, u64 end);
16 extern int memtype_kernel_map_sync(u64 base, unsigned long size,
H A Dhyperv-tlfs.h327 #define HV_MAX_MODIFY_GPA_REP_COUNT ((PAGE_SIZE / sizeof(u64)) - 2)
329 u64 partition_id;
333 u64 gpa_page_list[HV_MAX_MODIFY_GPA_REP_COUNT];
340 u64 as_uint64;
342 u64 enable:1;
343 u64 reserved:11;
344 u64 guest_physical_address:52;
349 u64 as_uint64;
351 u64 enable:1;
352 u64 reserve
[all...]
/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_rogue_fwif_shared.h151 u64 geom_reg_vdm_context_state_base_addr;
152 u64 geom_reg_vdm_context_state_resume_addr;
153 u64 geom_reg_ta_context_state_base_addr;
156 u64 geom_reg_vdm_context_store_task0;
157 u64 geom_reg_vdm_context_store_task1;
158 u64 geom_reg_vdm_context_store_task2;
161 u64 geom_reg_vdm_context_resume_task0;
162 u64 geom_reg_vdm_context_resume_task1;
163 u64 geom_reg_vdm_context_resume_task2;
165 u64 geom_reg_vdm_context_store_task
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_seq64.h30 #define AMDGPU_MAX_SEQ64_SLOTS (AMDGPU_VA_RESERVED_SEQ64_SIZE / sizeof(u64))
35 u64 *cpu_base_addr;
41 int amdgpu_seq64_alloc(struct amdgpu_device *adev, u64 *gpu_addr, u64 **cpu_addr);
42 void amdgpu_seq64_free(struct amdgpu_device *adev, u64 gpu_addr);
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dsvm.h69 u64 hv_vm_id;
70 u64 partition_assist_page;
71 u64 reserved;
87 u64 intercept;
91 u64 iopm_base_pa;
92 u64 msrpm_base_pa;
93 u64 tsc_offset;
103 u64 exit_info_1;
104 u64 exit_info_2;
107 u64 nested_ct
[all...]
/linux-master/drivers/gpu/drm/xe/
H A Dxe_pt_types.h36 u64 addr;
41 u64 (*pte_encode_bo)(struct xe_bo *bo, u64 bo_offset,
43 u64 (*pte_encode_vma)(u64 pte, struct xe_vma *vma,
45 u64 (*pte_encode_addr)(struct xe_device *xe, u64 addr,
47 u32 pt_level, bool devmem, u64 flags);
48 u64 (*pde_encode_bo)(struct xe_bo *bo, u64 bo_offse
[all...]
/linux-master/tools/perf/util/
H A Dblock-info.h14 u64 start;
15 u64 end;
16 u64 cycles;
17 u64 cycles_aggr;
19 u64 total_cycles;
30 u64 total_cycles;
31 u64 block_cycles;
46 u64 cycles;
71 u64 *block_cycles_aggr, u64 total_cycle
[all...]
/linux-master/arch/sparc/include/asm/
H A Dpcr.h6 u64 (*read_pcr)(unsigned long);
7 void (*write_pcr)(unsigned long, u64);
8 u64 (*read_pic)(unsigned long);
9 void (*write_pic)(unsigned long, u64);
10 u64 (*nmi_picl_value)(unsigned int nmi_hz);
11 u64 pcr_nmi_enable;
12 u64 pcr_nmi_disable;
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dcn23xx_pf_device.h39 u64 intr_mask64;
47 u64 rx_packets;
48 u64 tx_packets;
49 u64 rx_bytes;
50 u64 tx_bytes;
51 u64 broadcast;
52 u64 multicast;
/linux-master/include/misc/
H A Dcxllib.h45 u64 bar_addr; /* address of the start of capi window */
46 u64 dsnctl; /* matches definition of XSL_DSNCTL */
47 u64 dra; /* real address that can be used for dummy read */
101 u64 sr;
126 int cxllib_handle_fault(struct mm_struct *mm, u64 addr, u64 size, u64 flags);

Completed in 234 milliseconds

1234567891011>>