Home
last modified time | relevance | path

Searched refs:u64 (Results 1 – 25 of 689) sorted by relevance

12345678910>>...28

/include/hyperv/
A Dhvhdk.h47 u64 rax;
55 u64 r8;
56 u64 r9;
68 u64 rip;
102 u64 cr0;
103 u64 cr3;
104 u64 cr4;
105 u64 cr8;
106 u64 efer;
107 u64 dr7;
[all …]
A Dhvgdk.h50 u64 host_cr0;
51 u64 host_cr3;
52 u64 host_cr4;
56 u64 host_rip;
65 u64 msr_bitmap;
150 u64 guest_cr0;
151 u64 guest_cr3;
152 u64 guest_cr4;
160 u64 host_rsp;
210 u64 hv_vm_id;
[all …]
A Dhvgdk_mini.h12 u64 low_part;
13 u64 high_part;
809 u64 base;
831 u64 base;
846 u64 rip;
847 u64 rsp;
863 u64 cr0;
864 u64 cr3;
865 u64 cr4;
1401 u64 gpa;
[all …]
A Dhvhdk_mini.h219 u64 as_uint64;
238 u64 hv_status;
239 u64 substatus1;
240 u64 substatus2;
241 u64 substatus3;
242 u64 substatus4;
273 u64 flags;
294 u64 device_id;
309 u64 device_id;
353 u64 as_uint64;
[all …]
/include/net/mana/
A Dmana.h69 u64 packets;
70 u64 bytes;
71 u64 xdp_drop;
72 u64 xdp_tx;
73 u64 xdp_redirect;
78 u64 packets;
79 u64 bytes;
80 u64 xdp_xmit;
81 u64 tso_packets;
82 u64 tso_bytes;
[all …]
/include/crypto/internal/
A Decc.h53 u64 r[ECC_MAX_DIGITS];
54 u64 s[ECC_MAX_DIGITS];
83 u64 *out, unsigned int ndigits);
111 u64 *private_key);
125 const u64 *private_key, u64 *public_key);
143 const u64 *private_key, const u64 *public_key,
144 u64 *secret);
195 int vli_cmp(const u64 *left, const u64 *right, unsigned int ndigits);
209 u64 vli_sub(u64 *result, const u64 *left, const u64 *right,
238 void vli_mod_inv(u64 *result, const u64 *input, const u64 *mod,
[all …]
/include/linux/
A Dtimecounter.h31 u64 (*read)(struct cyclecounter *cc);
32 u64 mask;
57 u64 cycle_last;
58 u64 nsec;
59 u64 mask;
60 u64 frac;
73 u64 cycles, u64 mask, u64 *frac) in cyclecounter_cyc2ns()
75 u64 ns = (u64) cycles; in cyclecounter_cyc2ns()
104 u64 start_tstamp);
116 extern u64 timecounter_read(struct timecounter *tc);
[all …]
A Dkvm_types.h53 u64 generation;
61 u64 generation;
89 u64 init_value;
100 u64 remote_tlb_flush;
105 u64 halt_successful_poll;
106 u64 halt_attempted_poll;
107 u64 halt_poll_invalid;
108 u64 halt_wakeup;
110 u64 halt_poll_fail_ns;
111 u64 halt_wait_ns;
[all …]
A Dfirmware-map.h17 int firmware_map_add_early(u64 start, u64 end, const char *type);
18 int firmware_map_add_hotplug(u64 start, u64 end, const char *type);
19 int firmware_map_remove(u64 start, u64 end, const char *type);
23 static inline int firmware_map_add_early(u64 start, u64 end, const char *type) in firmware_map_add_early()
28 static inline int firmware_map_add_hotplug(u64 start, u64 end, const char *type) in firmware_map_add_hotplug()
33 static inline int firmware_map_remove(u64 start, u64 end, const char *type) in firmware_map_remove()
A Dvhost_iotlb.h10 u64 start;
11 u64 last;
12 u64 size;
13 u64 addr;
19 u64 __subtree_last;
33 int vhost_iotlb_add_range_ctx(struct vhost_iotlb *iotlb, u64 start, u64 last,
35 int vhost_iotlb_add_range(struct vhost_iotlb *iotlb, u64 start, u64 last,
36 u64 addr, unsigned int perm);
37 void vhost_iotlb_del_range(struct vhost_iotlb *iotlb, u64 start, u64 last);
46 vhost_iotlb_itree_first(struct vhost_iotlb *iotlb, u64 start, u64 last);
[all …]
A Dpsp-sev.h157 u64 address; /* In */
668 u64 gctx_paddr;
669 u64 id_block_paddr;
670 u64 id_auth_paddr;
674 u64 rsvd:61;
685 u64 gctx_paddr;
686 u64 address;
697 u64 paddr;
708 u64 paddr;
752 u64 list_paddr;
[all …]
A Dmath64.h54 static inline u64 div64_u64_rem(u64 dividend, u64 divisor, u64 *remainder) in div64_u64_rem()
67 static inline u64 div64_u64(u64 dividend, u64 divisor) in div64_u64()
102 extern u64 div64_u64_rem(u64 dividend, u64 divisor, u64 *remainder);
106 extern u64 div64_u64(u64 dividend, u64 divisor);
171 static __always_inline u64 mul_u64_u64_shr(u64 a, u64 mul, unsigned int shift) in mul_u64_u64_shr()
183 u64 ret; in mul_u64_u32_shr()
193 static inline u64 mul_u64_u64_shr(u64 a, u64 b, unsigned int shift) in mul_u64_u64_shr()
196 u64 ll; in mul_u64_u64_shr()
205 u64 c; in mul_u64_u64_shr()
285 u64 mul_u64_u64_div_u64(u64 a, u64 mul, u64 div);
[all …]
A Ddelayacct.h31 u64 blkio_start;
32 u64 blkio_delay_max;
33 u64 blkio_delay_min;
35 u64 swapin_start;
36 u64 swapin_delay_max;
43 u64 freepages_start;
48 u64 thrashing_start;
53 u64 compact_start;
58 u64 wpcopy_start;
63 u64 irq_delay_max;
[all …]
A Dtask_io_accounting.h15 u64 rchar;
17 u64 wchar;
19 u64 syscr;
21 u64 syscw;
29 u64 read_bytes;
35 u64 write_bytes;
44 u64 cancelled_write_bytes;
A Dvirtio_features.h14 u64 name; \
15 u64 name##_array[VIRTIO_FEATURES_DWORDS];\
33 static inline bool virtio_features_test_bit(const u64 *features, in virtio_features_test_bit()
40 static inline void virtio_features_set_bit(u64 *features, in virtio_features_set_bit()
47 static inline void virtio_features_clear_bit(u64 *features, in virtio_features_clear_bit()
54 static inline void virtio_features_zero(u64 *features) in virtio_features_zero()
59 static inline void virtio_features_from_u64(u64 *features, u64 from) in virtio_features_from_u64()
65 static inline bool virtio_features_equal(const u64 *f1, const u64 *f2) in virtio_features_equal()
75 static inline void virtio_features_copy(u64 *to, const u64 *from) in virtio_features_copy()
80 static inline void virtio_features_andnot(u64 *to, const u64 *f1, const u64 *f2) in virtio_features_andnot()
/include/linux/ceph/
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,
48 u64 fe_off;
49 u64 fe_len;
55 u64 bytes = 0; in ceph_file_extents_bytes()
65 u64 objno, u64 objoff, u64 objlen,
[all …]
/include/rdma/
A Dopa_vnic.h64 u64 unicast;
65 u64 mcastbcast;
66 u64 untagged;
67 u64 vlan;
68 u64 s_64;
69 u64 s_65_127;
70 u64 s_128_255;
71 u64 s_256_511;
72 u64 s_512_1023;
74 u64 s_1519_max;
[all …]
/include/linux/sched/
A Dclock.h15 extern u64 sched_clock(void);
18 extern u64 sched_clock_noinstr(void);
20 static __always_inline u64 sched_clock_noinstr(void) in sched_clock_noinstr()
29 extern u64 running_clock(void);
30 extern u64 sched_clock_cpu(int cpu);
52 static inline u64 cpu_clock(int cpu) in cpu_clock()
62 static __always_inline u64 local_clock(void) in local_clock()
74 extern u64 __sched_clock_offset;
91 static inline u64 cpu_clock(int cpu) in cpu_clock()
96 extern u64 local_clock_noinstr(void);
[all …]
A Dcputime.h13 u64 *utime, u64 *stime);
17 u64 *utime, u64 *stime) in task_cputime()
32 u64 *utimescaled, in task_cputime_scaled()
33 u64 *stimescaled) in task_cputime_scaled()
40 u64 *utimescaled, in task_cputime_scaled()
41 u64 *stimescaled) in task_cputime_scaled()
47 extern void task_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st);
48 extern void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st);
50 u64 *ut, u64 *st);
120 u64 cputime) in account_group_user_time()
[all …]
/include/kvm/
A Darm_pmu.h22 u64 events_host;
23 u64 events_guest;
42 u64 kvm_pmu_get_counter_value(struct kvm_vcpu *vcpu, u64 select_idx);
43 void kvm_pmu_set_counter_value(struct kvm_vcpu *vcpu, u64 select_idx, u64 val);
44 void kvm_pmu_set_counter_value_user(struct kvm_vcpu *vcpu, u64 select_idx, u64 val);
58 u64 select_idx);
88 u64 kvm_pmu_evtyper_mask(struct kvm *kvm);
106 u64 select_idx) in kvm_pmu_get_counter_value()
111 u64 select_idx, u64 val) {} in kvm_pmu_set_counter_value()
113 u64 select_idx, u64 val) {} in kvm_pmu_set_counter_value_user()
[all …]
/include/drm/
A Ddrm_mm.h161 u64 start;
163 u64 size;
202 u64 *start, u64 *end);
231 u64 size;
239 u64 hit_end;
409 u64 size,
413 u64 end,
435 u64 size, u64 alignment, in drm_mm_insert_node_generic()
466 void drm_mm_init(struct drm_mm *mm, u64 start, u64 size);
509 u64 size, u64 alignment, unsigned long color,
[all …]
/include/net/
A Dnetdev_queues.h19 u64 bytes;
20 u64 packets;
21 u64 alloc_fail;
23 u64 hw_drops;
28 u64 csum_none;
29 u64 csum_bad;
40 u64 bytes;
41 u64 packets;
43 u64 hw_drops;
56 u64 stop;
[all …]
/include/net/9p/
A D9p.h366 u64 path;
399 u64 length;
429 u64 st_gen;
471 u64 size;
498 u64 start;
499 u64 length;
514 u64 start;
524 u64 bfree;
526 u64 files;
527 u64 ffree;
[all …]
/include/vdso/
A Dmath64.h6 __iter_div_u64_rem(u64 dividend, u32 divisor, u64 *remainder) in __iter_div_u64_rem()
27 static __always_inline u64 mul_u64_u32_add_u64_shr(u64 a, u32 mul, u64 b, unsigned int shift) in mul_u64_u32_add_u64_shr()
29 return (u64)((((unsigned __int128)a * mul) + b) >> shift); in mul_u64_u32_add_u64_shr()
37 static inline u64 mul_u32_u32(u32 a, u32 b) in mul_u32_u32()
39 return (u64)a * b; in mul_u32_u32()
43 static __always_inline u64 mul_u64_u32_add_u64_shr(u64 a, u32 mul, u64 b, unsigned int shift) in mul_u64_u32_add_u64_shr()
47 u64 ret; in mul_u64_u32_add_u64_shr()
/include/asm-generic/
A Dmshyperv.h63 u64 shared_gpa_boundary;
73 u64 hv_do_hypercall(u64 control, void *inputaddr, void *outputaddr);
74 u64 hv_do_fast_hypercall8(u16 control, u64 input8);
75 u64 hv_do_fast_hypercall16(u16 control, u64 input1, u64 input2);
131 u64 control = code; in hv_do_rep_hypercall()
132 u64 status; in hv_do_rep_hypercall()
155 static inline u64 hv_generate_guest_id(u64 kernel_version) in hv_generate_guest_id()
157 u64 guest_id; in hv_generate_guest_id()
317 u64 __status = (status); \
334 u64 hv_ghcb_hypercall(u64 control, void *input, void *output, u32 input_size);
[all …]

Completed in 64 milliseconds

12345678910>>...28