Searched refs:u64 (Results 176 - 200 of 10365) sorted by relevance

1234567891011>>

/linux-master/arch/powerpc/include/asm/
H A Dnmi.h7 void watchdog_hardlockup_set_timeout_pct(u64 pct);
9 static inline void watchdog_hardlockup_set_timeout_pct(u64 pct) {}
H A Dvphn.h12 #define VPHN_ASSOC_BUFSIZE (VPHN_REGISTER_COUNT*sizeof(u64)/sizeof(u16) + 1)
22 long hcall_vphn(unsigned long cpu, u64 flags, __be32 *associativity);
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_core_perf.h22 u64 max_per_pipe_ib;
23 u64 bw_ctl;
24 u64 core_clk_rate;
48 u64 core_clk_rate;
49 u64 max_core_clk_rate;
52 u64 fix_core_clk_rate;
53 u64 fix_core_ib_vote;
54 u64 fix_core_ab_vote;
/linux-master/drivers/net/ethernet/ibm/emac/
H A Dcore.h91 u64 rx_packets;
92 u64 rx_bytes;
93 u64 tx_packets;
94 u64 tx_bytes;
95 u64 rx_packets_csum;
96 u64 tx_packets_csum;
101 u64 tx_undo;
104 u64 rx_dropped_stack;
105 u64 rx_dropped_oom;
106 u64 rx_dropped_erro
[all...]
/linux-master/tools/testing/selftests/powerpc/vphn/asm/
H A Dvphn.h12 #define VPHN_ASSOC_BUFSIZE (VPHN_REGISTER_COUNT*sizeof(u64)/sizeof(u16) + 1)
22 long hcall_vphn(unsigned long cpu, u64 flags, __be32 *associativity);
/linux-master/fs/bcachefs/
H A Dio_misc.h6 u64, struct bch_io_opts, s64 *,
9 subvol_inum, u64, s64 *);
10 int bch2_fpunch(struct bch_fs *c, subvol_inum, u64, u64, s64 *);
21 int bch2_truncate(struct bch_fs *, subvol_inum, u64, u64 *);
32 int bch2_fcollapse_finsert(struct bch_fs *, subvol_inum, u64, u64, bool, s64 *);
/linux-master/drivers/gpu/drm/xe/
H A Dxe_gt_clock.h14 u64 xe_gt_clock_cycles_to_ns(const struct xe_gt *gt, u64 count);
H A Dxe_ttm_vram_mgr.h16 u32 mem_type, u64 size, u64 io_size,
17 u64 default_page_size);
21 u64 offset, u64 length,
28 u64 xe_ttm_vram_get_cpu_visible_size(struct ttm_resource_manager *man);
30 u64 *used, u64 *used_visible);
/linux-master/fs/btrfs/
H A Draid-stripe-tree.h24 int btrfs_delete_raid_extent(struct btrfs_trans_handle *trans, u64 start, u64 length);
26 u64 logical, u64 *length, u64 map_type,
32 u64 map_type)
34 u64 type = map_type & BTRFS_BLOCK_GROUP_TYPE_MASK;
35 u64 profile = map_type & BTRFS_BLOCK_GROUP_PROFILE_MASK;
/linux-master/kernel/time/
H A Dtimer_migration.h56 u64 next_expiry;
96 u64 wakeup;
131 extern u64 tmigr_cpu_deactivate(u64 nextevt);
132 extern u64 tmigr_cpu_new_timer(u64 nextevt);
133 extern u64 tmigr_quick_check(u64 nextevt);
H A Dtimecounter.c10 u64 start_tstamp)
31 static u64 timecounter_read_delta(struct timecounter *tc)
33 u64 cycle_now, cycle_delta;
34 u64 ns_offset;
52 u64 timecounter_read(struct timecounter *tc)
54 u64 nsec;
69 static u64 cc_cyc2ns_backwards(const struct cyclecounter *cc,
70 u64 cycles, u64 mask, u64 fra
[all...]
/linux-master/drivers/md/dm-vdo/indexer/
H A Dvolume-index.h38 u64 record_count;
40 u64 collision_count;
42 u64 discard_count;
44 u64 overflow_count;
48 u64 early_flushes;
52 u64 virtual_chapter_low;
53 u64 virtual_chapter_high;
54 u64 early_flushes;
61 u64 *flush_chapters;
65 u64 volume_nonc
[all...]
/linux-master/arch/sparc/include/asm/
H A Dmdesc.h19 #define MDESC_NODE_NULL (~(u64)0)
22 u64 mdesc_node_by_name(struct mdesc_handle *handle,
23 u64 from_node, const char *name);
40 u64 node, const char *name, int *lenp);
41 const char *mdesc_node_name(struct mdesc_handle *hp, u64 node);
55 u64 mdesc_next_arc(struct mdesc_handle *handle, u64 from,
62 u64 mdesc_arc_target(struct mdesc_handle *hp, u64 arc);
67 void (*add)(struct mdesc_handle *handle, u64 nod
[all...]
/linux-master/arch/x86/kernel/
H A Dtrace_clock.c14 u64 notrace trace_clock_x86_tsc(void)
/linux-master/tools/perf/util/
H A Dcomm.h13 u64 start;
18 u64 db_id;
23 struct comm *comm__new(const char *str, u64 timestamp, bool exec);
25 int comm__override(struct comm *comm, const char *str, u64 timestamp,
H A Dmap_symbol.h19 u64 addr;
20 u64 al_addr;
22 u64 phys_addr;
23 u64 data_page_size;
/linux-master/arch/mips/fw/cfe/
H A Dcfe_api_int.h46 u64 buf_offset; /* offset on device (bytes) */
48 u64 buf_length; /* length of this buffer */
49 u64 buf_retlen; /* returned length (for read ops) */
50 u64 buf_ioctlcmd; /* IOCTL command (used only for IOCTLs) */
54 u64 inp_status; /* 1 means input available */
66 u64 cpu_number; /* cpu number to control */
67 u64 cpu_command; /* command to issue to CPU */
68 u64 start_addr; /* CPU start address */
69 u64 gp_val; /* starting GP value */
70 u64 sp_va
[all...]
/linux-master/include/linux/
H A Ddirent.h6 u64 d_ino;
/linux-master/arch/s390/include/asm/
H A Dvtimer.h16 u64 expires;
17 u64 interval;
25 extern int mod_virt_timer(struct vtimer_list *timer, u64 expires);
26 extern int mod_virt_timer_periodic(struct vtimer_list *timer, u64 expires);
/linux-master/drivers/i3c/master/mipi-i3c-hci/
H A Ddct.h14 u64 *pid, unsigned int *dcr, unsigned int *bcr);
/linux-master/arch/x86/include/asm/shared/
H A Dmsr.h11 u64 q;
/linux-master/drivers/gpu/drm/i915/
H A Di915_gem_evict.h18 u64 min_size, u64 alignment,
20 u64 start, u64 end,
/linux-master/arch/x86/include/asm/fpu/
H A Dxcr.h8 static __always_inline u64 xgetbv(u32 index)
13 return eax + ((u64)edx << 32);
16 static inline void xsetbv(u32 index, u64 value)
30 static __always_inline u64 xfeatures_in_use(void)
/linux-master/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_config.h26 u64 time_nsec;
58 u64 rx_pkts;
59 u64 rx_bytes;
60 u64 tx_pkts;
61 u64 tx_bytes;
71 u64 csum_ok;
72 u64 csum_ip4_header_bad;
73 u64 csum_valid_unset;
74 u64 csum_validation_failed;
75 u64 csum_err_bad_buffe
[all...]
/linux-master/arch/riscv/kernel/pi/
H A Dfdt_early.c11 u64 get_kaslr_seed(uintptr_t dtb_pa);
13 u64 get_kaslr_seed(uintptr_t dtb_pa)
17 u64 ret;
24 if (!prop || len != sizeof(u64))

Completed in 290 milliseconds

1234567891011>>