Searched refs:u64 (Results 51 - 75 of 10365) sorted by relevance

1234567891011>>

/linux-master/arch/x86/include/asm/e820/
H A Dapi.h13 extern bool e820__mapped_raw_any(u64 start, u64 end, enum e820_type type);
14 extern bool e820__mapped_any(u64 start, u64 end, enum e820_type type);
15 extern bool e820__mapped_all(u64 start, u64 end, enum e820_type type);
17 extern void e820__range_add (u64 start, u64 size, enum e820_type type);
18 extern u64 e820__range_update(u64 star
[all...]
/linux-master/fs/btrfs/
H A Ddelalloc-space.h12 int btrfs_alloc_data_chunk_ondemand(struct btrfs_inode *inode, u64 bytes);
14 struct extent_changeset **reserved, u64 start, u64 len,
17 struct extent_changeset *reserved, u64 start, u64 len);
20 u64 start, u64 len, bool qgroup_free);
22 u64 len);
23 void btrfs_delalloc_release_metadata(struct btrfs_inode *inode, u64 num_bytes,
26 struct extent_changeset **reserved, u64 star
[all...]
H A Dexport.h15 u64 objectid;
16 u64 root_objectid;
19 u64 parent_objectid;
22 u64 parent_root_objectid;
25 struct dentry *btrfs_get_dentry(struct super_block *sb, u64 objectid,
26 u64 root_objectid, u64 generation);
H A Dextent-tree.h29 u64 ram_bytes;
30 u64 num_bytes;
31 u64 min_alloc_size;
32 u64 empty_size;
33 u64 flags;
37 u64 search_start;
40 u64 empty_cluster;
72 u64 max_extent_size;
75 u64 total_free_space;
78 u64 found_offse
[all...]
/linux-master/arch/x86/include/asm/
H A Dpgtable-invert.h16 static inline bool __pte_needs_invert(u64 val)
22 static inline u64 protnone_mask(u64 val)
27 static inline u64 flip_protnone_guard(u64 oldval, u64 val, u64 mask)
H A Dintel_ds.h20 u64 bts_buffer_base;
21 u64 bts_index;
22 u64 bts_absolute_maximum;
23 u64 bts_interrupt_threshold;
24 u64 pebs_buffer_base;
25 u64 pebs_index;
26 u64 pebs_absolute_maximum;
27 u64 pebs_interrupt_threshold;
28 u64 pebs_event_reset[MAX_PEBS_EVENTS + MAX_FIXED_PEBS_EVENTS];
H A Dsetup_data.h23 u64 fw_vendor;
24 u64 __unused;
25 u64 tables;
26 u64 smbios;
27 u64 reserved[8];
/linux-master/include/linux/
H A Dcrc64.h12 u64 __pure crc64_be(u64 crc, const void *p, size_t len);
13 u64 __pure crc64_rocksoft_generic(u64 crc, const void *p, size_t len);
15 u64 crc64_rocksoft(const unsigned char *buffer, size_t len);
16 u64 crc64_rocksoft_update(u64 crc, const unsigned char *buffer, size_t len);
H A Dtrace_clock.h18 extern u64 notrace trace_clock_local(void);
19 extern u64 notrace trace_clock(void);
20 extern u64 notrace trace_clock_jiffies(void);
21 extern u64 notrace trace_clock_global(void);
22 extern u64 notrace trace_clock_counter(void);
H A Dkvm_types.h41 typedef u64 gpa_t;
42 typedef u64 gfn_t;
47 typedef u64 hpa_t;
48 typedef u64 hfn_t;
53 u64 generation;
61 u64 generation;
99 u64 remote_tlb_flush;
100 u64 remote_tlb_flush_requests;
104 u64 halt_successful_poll;
105 u64 halt_attempted_pol
[all...]
/linux-master/arch/x86/include/asm/shared/
H A Dtdx.h75 u64 rcx;
76 u64 rdx;
77 u64 r8;
78 u64 r9;
80 u64 r10;
81 u64 r11;
83 u64 r12;
84 u64 r13;
85 u64 r14;
86 u64 r1
[all...]
/linux-master/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_tx.h65 u64 pkts;
68 u64 octs;
71 u64 bcst;
74 u64 mcst;
77 u64 xscol;
80 u64 xsdef;
85 u64 mcol;
90 u64 scol;
93 u64 hist_lt64;
96 u64 hist_eq6
[all...]
/linux-master/include/crypto/internal/
H A Decc.h32 /* One digit is u64 qword. */
50 static inline void ecc_swap_digits(const void *in, u64 *out, unsigned int ndigits)
70 const u64 *private_key, unsigned int private_key_len);
84 int ecc_gen_privkey(unsigned int curve_id, unsigned int ndigits, u64 *privkey);
98 const u64 *private_key, u64 *public_key);
116 const u64 *private_key, const u64 *public_key,
117 u64 *secret);
156 bool vli_is_zero(const u64 *vl
[all...]
/linux-master/kernel/time/
H A Dtimekeeping_internal.h19 static inline u64 clocksource_delta(u64 now, u64 last, u64 mask)
21 u64 ret = (now - last) & mask;
30 static inline u64 clocksource_delta(u64 now, u64 last, u64 mask)
/linux-master/fs/squashfs/
H A Dsquashfs_fs_i.h14 u64 start;
16 u64 xattr;
21 u64 fragment_block;
24 u64 block_list_start;
27 u64 dir_idx_start;
/linux-master/include/linux/ceph/
H A Dstriper.h11 u64 off, u64 len,
12 u64 *objno, u64 *objoff, u32 *xlen);
16 u64 oe_objno;
17 u64 oe_off;
18 u64 oe_len;
36 int ceph_file_to_extents(struct ceph_file_layout *l, u64 off, u64 len,
42 int ceph_iterate_extents(struct ceph_file_layout *l, u64 of
[all...]
/linux-master/drivers/gpu/drm/nouveau/include/nvif/
H A Dfifo.h6 u64 nvif_fifo_runlist(struct nvif_device *, u64 engine);
9 static inline u64
12 u64 runmgr = nvif_fifo_runlist(device, NV_DEVICE_HOST_RUNLIST_ENGINES_GR);
13 u64 runmce = nvif_fifo_runlist(device, NV_DEVICE_HOST_RUNLIST_ENGINES_CE);
/linux-master/tools/include/linux/
H A Dmath64.h8 static inline u64 mul_u64_u64_div64(u64 a, u64 b, u64 c)
10 u64 q;
22 static inline u64 mul_u64_u32_shr(u64 a, u32 b, unsigned int shift)
24 return (u64)(((unsigned __int128)a * b) >> shift);
30 static inline u64 mul_u32_u32(u32 a, u32 b)
37 return low | ((u64)hig
[all...]
/linux-master/drivers/net/vmxnet3/
H A Dupt1_defs.h31 u64 TSOPktsTxOK; /* TSO pkts post-segmentation */
32 u64 TSOBytesTxOK;
33 u64 ucastPktsTxOK;
34 u64 ucastBytesTxOK;
35 u64 mcastPktsTxOK;
36 u64 mcastBytesTxOK;
37 u64 bcastPktsTxOK;
38 u64 bcastBytesTxOK;
39 u64 pktsTxError;
40 u64 pktsTxDiscar
[all...]
/linux-master/fs/bcachefs/
H A Drecovery_passes.h6 u64 bch2_recovery_passes_to_stable(u64 v);
7 u64 bch2_recovery_passes_from_stable(u64 v);
9 u64 bch2_fsck_recovery_passes(void);
/linux-master/drivers/crypto/cavium/cpt/
H A Dcptvf_algs.h45 u64 flags;
48 u64 enc_cipher:4;
49 u64 reserved1:1;
50 u64 aes_key:2;
51 u64 iv_source:1;
52 u64 hash_type:4;
53 u64 reserved2:3;
54 u64 auth_input_type:1;
55 u64 mac_len:8;
56 u64 reserved
[all...]
/linux-master/arch/s390/include/asm/
H A Dpci_insn.h68 u64 aibv; /* Adapter int bit vector address */
69 u64 aisb; /* Adapter int summary bit address */
78 u64 : 64; member in struct:zpci_fib_fmt1
79 u64 : 64; member in struct:zpci_fib_fmt1
88 u64 : 56; member in struct:zpci_fib
89 u64 pba; /* PCI base address */
90 u64 pal; /* PCI address limit */
91 u64 iota; /* I/O Translation Anchor */
96 u64 fmb_addr; /* Function measurement block address and key */
117 u64 disb_add
118 u64 : 64; member in struct:zpci_diib
119 u64 : 64; member in struct:zpci_diib
124 u64 : 64; member in struct:zpci_cdiib
126 u64 : 64; member in struct:zpci_cdiib
127 u64 : 64; member in struct:zpci_cdiib
128 u64 : 64; member in struct:zpci_cdiib
[all...]
/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_device_info.h87 u64 cdm_control_stream_format;
88 u64 common_store_size_in_dwords;
89 u64 ecc_rams;
90 u64 fbc_max_default_descriptors;
91 u64 fbc_max_large_descriptors;
92 u64 fbcdc;
93 u64 fbcdc_algorithm;
94 u64 fbcdc_architecture;
95 u64 isp_max_tiles_in_flight;
96 u64 isp_samples_per_pixe
[all...]
/linux-master/fs/nilfs2/
H A Dexport.h18 u64 cno;
19 u64 ino;
23 u64 parent_ino;
/linux-master/include/linux/sched/
H A Dclock.h15 extern u64 sched_clock(void);
18 extern u64 sched_clock_noinstr(void);
20 static __always_inline u64 sched_clock_noinstr(void)
29 extern u64 running_clock(void);
30 extern u64 sched_clock_cpu(int cpu);
52 static inline u64 cpu_clock(int cpu)
57 static __always_inline u64 local_clock_noinstr(void)
62 static __always_inline u64 local_clock(void)
74 extern u64 __sched_clock_offset;
91 static inline u64 cpu_cloc
[all...]

Completed in 345 milliseconds

1234567891011>>