/linux-4.1.27/arch/ia64/include/asm/sn/ |
D | shubio.h | 230 u64 ii_wid_regval; 232 u64 w_rsvd_1:1; 233 u64 w_mfg_num:11; 234 u64 w_part_num:16; 235 u64 w_rev_num:4; 236 u64 w_rsvd:32; 249 u64 ii_wstat_regval; 251 u64 w_pending:4; 252 u64 w_xt_crd_to:1; 253 u64 w_xt_tail_to:1; [all …]
|
D | tioce.h | 38 u64 ce_adm_id; /* 0x000000 */ 39 u64 ce_pad_000008; /* 0x000008 */ 40 u64 ce_adm_dyn_credit_status; /* 0x000010 */ 41 u64 ce_adm_last_credit_status; /* 0x000018 */ 42 u64 ce_adm_credit_limit; /* 0x000020 */ 43 u64 ce_adm_force_credit; /* 0x000028 */ 44 u64 ce_adm_control; /* 0x000030 */ 45 u64 ce_adm_mmr_chn_timeout; /* 0x000038 */ 46 u64 ce_adm_ssp_ure_timeout; /* 0x000040 */ 47 u64 ce_adm_ssp_dre_timeout; /* 0x000048 */ [all …]
|
D | tiocp.h | 25 u64 cp_id; /* 0x000000 */ 26 u64 cp_stat; /* 0x000008 */ 27 u64 cp_err_upper; /* 0x000010 */ 28 u64 cp_err_lower; /* 0x000018 */ 30 u64 cp_control; /* 0x000020 */ 31 u64 cp_req_timeout; /* 0x000028 */ 32 u64 cp_intr_upper; /* 0x000030 */ 33 u64 cp_intr_lower; /* 0x000038 */ 35 u64 cp_err_cmdword; /* 0x000040 */ 36 u64 _pad_000048; /* 0x000048 */ [all …]
|
D | pic.h | 77 u64 p_wid_id; /* 0x000000 */ 78 u64 p_wid_stat; /* 0x000008 */ 79 u64 p_wid_err_upper; /* 0x000010 */ 80 u64 p_wid_err_lower; /* 0x000018 */ 82 u64 p_wid_control; /* 0x000020 */ 83 u64 p_wid_req_timeout; /* 0x000028 */ 84 u64 p_wid_int_upper; /* 0x000030 */ 85 u64 p_wid_int_lower; /* 0x000038 */ 87 u64 p_wid_err_cmdword; /* 0x000040 */ 88 u64 p_wid_llp; /* 0x000048 */ [all …]
|
D | sn_sal.h | 179 static inline u64 201 static inline u64 228 SAL_CALL(ret_stuff, SN_SAL_GET_KLCONFIG_ADDR, (u64)nasid, 0, 0, 0, 0, 0, 0); in ia64_sn_get_klconfig_addr() 235 static inline u64 257 static inline u64 275 static inline u64 284 SAL_CALL_NOLOCK(ret_stuff, SN_SAL_CONSOLE_PUTC, (u64)ch, 0, 0, 0, 0, 0, 0); in ia64_sn_console_putc() 292 static inline u64 301 SAL_CALL_NOLOCK(ret_stuff, SN_SAL_CONSOLE_PUTB, (u64)buf, (u64)len, 0, 0, 0, 0, 0); in ia64_sn_console_putb() 306 return (u64)0; in ia64_sn_console_putb() [all …]
|
D | tioca.h | 22 u64 ca_id; /* 0x000000 */ 23 u64 ca_control1; /* 0x000008 */ 24 u64 ca_control2; /* 0x000010 */ 25 u64 ca_status1; /* 0x000018 */ 26 u64 ca_status2; /* 0x000020 */ 27 u64 ca_gart_aperature; /* 0x000028 */ 28 u64 ca_gfx_detach; /* 0x000030 */ 29 u64 ca_inta_dest_addr; /* 0x000038 */ 30 u64 ca_intb_dest_addr; /* 0x000040 */ 31 u64 ca_err_int_dest_addr; /* 0x000048 */ [all …]
|
D | tioca_provider.h | 59 u64 ca_ap_size; /* size of aperature in bytes */ 62 u64 ca_ap_bus_base; /* bus address of CA aperature */ 63 u64 ca_gart_size; /* gart size in bytes */ 64 u64 *ca_gart; /* gart table vaddr */ 65 u64 ca_gart_coretalk_addr; /* gart coretalk addr */ 69 u64 ca_pciap_base; /* pci aperature bus base address */ 70 u64 ca_pciap_size; /* pci aperature size (bytes) */ 71 u64 ca_pcigart_base; /* gfx GART bus base address */ 72 u64 *ca_pcigart; /* gfx GART vm address */ 78 u64 ca_gfxap_base; /* gfx aperature bus base address */ [all …]
|
D | pcibr_provider.h | 48 #define IS_PCI32_MAPPED(x) ((u64)(x) < PCI32_DIRECT_BASE && \ 49 (u64)(x) >= PCI32_MAPPED_BASE) 50 #define IS_PCI32_DIRECT(x) ((u64)(x) >= PCI32_MAPPED_BASE) 68 (MINIMAL_ATES_REQUIRED((u64)addr, size) ? 1 : 0) 95 u64 *ate; 96 u64 num_ate; 97 u64 lowest_free_index; 107 u64 pbi_int_ate_size; 109 u64 pbi_dir_xbase; 112 u64 pbi_devreg[8]; [all …]
|
D | tiocx.h | 43 #define TIOCX_DMA_ADDR(a) (u64)((u64)(a) & 0xffffcfffffffffUL) 45 #define TIOCX_TO_TIOCX_DMA_ADDR(a) (u64)(((u64)(a) & 0xfffffffff) | \ 46 ((((u64)(a)) & 0xffffc000000000UL) <<2)) 66 extern u64 tiocx_dma_addr(u64 addr); 67 extern u64 tiocx_swin_base(int nasid); 68 extern void tiocx_mmr_store(int nasid, u64 offset, u64 value); 69 extern u64 tiocx_mmr_load(int nasid, u64 offset);
|
D | tioce_provider.h | 25 u64 ce_kernel_private; 26 u64 ce_prom_private; 34 u64 ce_ate40_shadow[TIOCE_NUM_M40_ATES]; 35 u64 ce_ate3240_shadow[TIOCE_NUM_M3240_ATES]; 43 u64 dirmap_shadow; 51 u64 nbytes; /* # bytes mapped */ 53 u64 ct_start; /* coretalk start address */ 54 u64 pci_start; /* bus start address */ 56 u64 __iomem *ate_hw;/* hw ptr of first ate in map */ 57 u64 *ate_shadow; /* shadow ptr of firat ate */
|
D | bte.h | 104 u64 __addr = ((_x) & ~AS_MASK); \ 111 u64 __addr = ((_x) & ~AS_MASK); \ 120 u64 __addr = ia64_tpa((_x) & ~AS_MASK); \ 191 volatile u64 notify ____cacheline_aligned; 192 u64 *bte_base_addr ____cacheline_aligned; 193 u64 *bte_source_addr; 194 u64 *bte_destination_addr; 195 u64 *bte_control_addr; 196 u64 *bte_notify_addr; 203 volatile u64 *most_rcnt_na; [all …]
|
/linux-4.1.27/drivers/infiniband/hw/ehca/ |
D | hipz_hw.h | 52 u64 qpx_hcr; 53 u64 qpx_c; 54 u64 qpx_herr; 55 u64 qpx_aer; 57 u64 qpx_sqa; 58 u64 qpx_sqc; 59 u64 qpx_rqa; 60 u64 qpx_rqc; 62 u64 qpx_st; 63 u64 qpx_pmstate; [all …]
|
D | hcp_if.h | 55 u64 hipz_h_alloc_resource_eq(const struct ipz_adapter_handle adapter_handle, 64 u64 hipz_h_reset_event(const struct ipz_adapter_handle adapter_handle, 66 const u64 event_mask); 71 u64 hipz_h_alloc_resource_cq(const struct ipz_adapter_handle adapter_handle, 80 u64 hipz_h_alloc_resource_qp(const struct ipz_adapter_handle adapter_handle, 83 u64 hipz_h_query_port(const struct ipz_adapter_handle adapter_handle, 87 u64 hipz_h_modify_port(const struct ipz_adapter_handle adapter_handle, 91 u64 hipz_h_query_hca(const struct ipz_adapter_handle adapter_handle, 98 u64 hipz_h_register_rpage(const struct ipz_adapter_handle adapter_handle, 101 const u64 resource_handle, [all …]
|
D | ehca_qes.h | 51 u64 vaddr; 81 u64 reserved7; 84 u64 word_0; /* always set to 6 */ 86 u64 word_1; 87 u64 word_2; 88 u64 word_3; 89 u64 word_4; 138 u64 work_request_id; 151 u64 remote_virtual_address; 154 u64 atomic_1st_op_dma_len; [all …]
|
D | hcp_if.c | 199 u64 hipz_h_alloc_resource_eq(const struct ipz_adapter_handle adapter_handle, in hipz_h_alloc_resource_eq() 208 u64 ret; in hipz_h_alloc_resource_eq() 210 u64 allocate_controls; in hipz_h_alloc_resource_eq() 237 u64 hipz_h_reset_event(const struct ipz_adapter_handle adapter_handle, in hipz_h_reset_event() 239 const u64 event_mask) in hipz_h_reset_event() 248 u64 hipz_h_alloc_resource_cq(const struct ipz_adapter_handle adapter_handle, in hipz_h_alloc_resource_cq() 253 u64 ret; in hipz_h_alloc_resource_cq() 287 u64 hipz_h_alloc_resource_qp(const struct ipz_adapter_handle adapter_handle, in hipz_h_alloc_resource_qp() 291 u64 ret; in hipz_h_alloc_resource_qp() 292 u64 allocate_controls, max_r10_reg, r11, r12; in hipz_h_alloc_resource_qp() [all …]
|
D | hcp_phyp.h | 53 u64 fw_handle; 69 static inline u64 hipz_galpa_load(struct h_galpa galpa, u32 offset) in hipz_galpa_load() 71 u64 addr = galpa.fw_handle + offset; in hipz_galpa_load() 72 return *(volatile u64 __force *)addr; in hipz_galpa_load() 75 static inline void hipz_galpa_store(struct h_galpa galpa, u32 offset, u64 value) in hipz_galpa_store() 77 u64 addr = galpa.fw_handle + offset; in hipz_galpa_store() 78 *(volatile u64 __force *)addr = value; in hipz_galpa_store() 82 u64 paddr_kernel, u64 paddr_user); 86 u64 hcall_map_page(u64 physaddr); 88 int hcall_unmap_page(u64 mapaddr);
|
D | ehca_mrmw.h | 52 u64 *iova_start, 53 u64 size, 67 u64 *iova_start, 68 u64 size, 81 u64 *iova_start, 93 u64 *iova_start, 103 u64 *iova_start, 104 u64 *size); 107 u64 *page_list, 112 u64 *kpage); [all …]
|
/linux-4.1.27/drivers/net/ethernet/ibm/ehea/ |
D | ehea_phyp.h | 63 static inline void hcp_epas_ctor(struct h_epas *epas, u64 paddr_kernel, in hcp_epas_ctor() 64 u64 paddr_user) in hcp_epas_ctor() 75 iounmap((void __iomem *)((u64)epas->kernel.addr & PAGE_MASK)); in hcp_epas_dtor() 82 u64 qp_ctl_reg; /* 00 */ 87 u64 qp_aer; /* 06 */ 88 u64 qp_tenure; /* 08 */ 113 u64 sq_cq_handle; /* 02 */ 114 u64 rq_cq_handle; /* 04 */ 154 u64 max_mr_size; /* 20 */ 155 u64 reserved2; /* 22 */ [all …]
|
D | ehea_hw.h | 40 u64 qpx_hcr; 41 u64 qpx_c; 42 u64 qpx_herr; 43 u64 qpx_aer; 44 u64 qpx_sqa; 45 u64 qpx_sqc; 46 u64 qpx_rq1a; 47 u64 qpx_rq1c; 48 u64 qpx_st; 49 u64 qpx_aerr; [all …]
|
D | ehea_phyp.c | 136 u64 ehea_h_query_ehea_qp(const u64 adapter_handle, const u8 qp_category, in ehea_h_query_ehea_qp() 137 const u64 qp_handle, const u64 sel_mask, void *cb_addr) in ehea_h_query_ehea_qp() 212 u64 ehea_h_alloc_resource_qp(const u64 adapter_handle, in ehea_h_alloc_resource_qp() 214 u64 *qp_handle, struct h_epas *h_epas) in ehea_h_alloc_resource_qp() 216 u64 hret; in ehea_h_alloc_resource_qp() 219 u64 allocate_controls = in ehea_h_alloc_resource_qp() 230 u64 r9_reg = EHEA_BMASK_SET(H_ALL_RES_QP_PD, pd) in ehea_h_alloc_resource_qp() 233 u64 max_r10_reg = in ehea_h_alloc_resource_qp() 250 u64 r11_in = in ehea_h_alloc_resource_qp() 253 u64 threshold = in ehea_h_alloc_resource_qp() [all …]
|
D | ehea.h | 139 ((EHEA_BMASK_MASK(mask) & ((u64)(value))) << EHEA_BMASK_SHIFTPOS(mask)) 142 (EHEA_BMASK_MASK(mask) & (((u64)(value)) >> EHEA_BMASK_SHIFTPOS(mask))) 155 u64 current_q_offset; /* current queue entry */ 173 u64 addr; 188 u64 ent[EHEA_MAP_ENTRIES]; 227 u64 send_cq_handle; 228 u64 recv_cq_handle; 229 u64 aff_eq_handle; 258 u64 eq_handle; 274 u64 fw_handle; [all …]
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | err_ev7.h | 10 u64 whami; 11 u64 rbox_whami; 12 u64 rbox_int; 13 u64 exc_addr; 15 u64 halt_code; 16 u64 reserved; 23 u64 i_stat; 24 u64 dc_stat; 25 u64 c_addr; 26 u64 c_syndrome_1; [all …]
|
D | core_titan.h | 335 u64 summary; /* 0x00 */ 336 u64 c_dirx; /* 0x08 */ 337 u64 c_misc; /* 0x10 */ 338 u64 p0_serror; /* 0x18 */ 339 u64 p0_gperror; /* 0x20 */ 340 u64 p0_aperror; /* 0x28 */ 341 u64 p0_agperror;/* 0x30 */ 342 u64 p1_serror; /* 0x38 */ 343 u64 p1_gperror; /* 0x40 */ 344 u64 p1_aperror; /* 0x48 */ [all …]
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | spu_csa.h | 111 u64 spc_mssync_RW; 114 u64 mfc_ea_W; 136 u64 mfc_sr1_RW; 137 u64 mfc_lpid_RW; 138 u64 spu_idr_RW; 139 u64 mfc_vr_RO; 140 u64 spu_vr_RO; 141 u64 int_mask_class0_RW; 142 u64 int_mask_class1_RW; 143 u64 int_mask_class2_RW; [all …]
|
D | cell-regs.h | 41 u64 val; 46 u64 val; 56 u64 pad_0x0000; /* 0x0000 */ 58 u64 group_control; /* 0x0008 */ 62 u64 debug_bus_control; /* 0x00a8 */ 66 u64 trace_aux_data; /* 0x0100 */ 67 u64 trace_buffer_0_63; /* 0x0108 */ 68 u64 trace_buffer_64_127; /* 0x0110 */ 69 u64 trace_address; /* 0x0118 */ 70 u64 ext_tr_timer; /* 0x0120 */ [all …]
|
D | spu.h | 135 u64 class_0_pending; 136 u64 class_0_dar; 137 u64 class_1_dar; 138 u64 class_1_dsisr; 158 u64 spe_id; 169 u64 shadow_int_mask_RW[3]; 233 u64 nr_ret; 234 u64 parm[6]; 320 u64 all64; 324 u64 mfc_cq_data0_RW; [all …]
|
D | paca.h | 77 u64 kernel_toc; /* Kernel TOC address */ 78 u64 kernelbase; /* Base address of kernel */ 79 u64 kernel_msr; /* MSR while running in kernel */ 81 u64 data_offset; /* per cpu data offset */ 91 u64 dscr_default; /* per-CPU default DSCR */ 98 u64 exgen[13] __attribute__((aligned(0x80))); 99 u64 exmc[13]; /* used for machine checks */ 100 u64 exslb[13]; /* used for SLB/segment table misses 109 u64 exgen[8] __aligned(0x40); 121 u64 extlb[12][EX_TLB_SIZE / sizeof(u64)]; [all …]
|
D | kvm_fpu.h | 25 extern void fps_fres(u64 *fpscr, u32 *dst, u32 *src1); 26 extern void fps_frsqrte(u64 *fpscr, u32 *dst, u32 *src1); 27 extern void fps_fsqrts(u64 *fpscr, u32 *dst, u32 *src1); 29 extern void fps_fadds(u64 *fpscr, u32 *dst, u32 *src1, u32 *src2); 30 extern void fps_fdivs(u64 *fpscr, u32 *dst, u32 *src1, u32 *src2); 31 extern void fps_fmuls(u64 *fpscr, u32 *dst, u32 *src1, u32 *src2); 32 extern void fps_fsubs(u64 *fpscr, u32 *dst, u32 *src1, u32 *src2); 34 extern void fps_fmadds(u64 *fpscr, u32 *dst, u32 *src1, u32 *src2, 36 extern void fps_fmsubs(u64 *fpscr, u32 *dst, u32 *src1, u32 *src2, 38 extern void fps_fnmadds(u64 *fpscr, u32 *dst, u32 *src1, u32 *src2, [all …]
|
D | cputime.h | 32 typedef u64 __nocast cputime_t; 33 typedef u64 __nocast cputime64_t; 47 extern u64 __cputime_jiffies_factor; 53 return mulhdu((__force u64) ct, __cputime_jiffies_factor); in cputime_to_jiffies() 62 return (__force u64) ct * in cputime_to_scaled() 70 u64 ct; in jiffies_to_cputime() 90 static inline cputime64_t jiffies64_to_cputime64(const u64 jif) in jiffies64_to_cputime64() 92 u64 ct; in jiffies64_to_cputime64() 93 u64 sec; in jiffies64_to_cputime64() 103 ct += (u64) sec * tb_ticks_per_sec; in jiffies64_to_cputime64() [all …]
|
D | spu_priv1.h | 32 void (*int_mask_and) (struct spu *spu, int class, u64 mask); 33 void (*int_mask_or) (struct spu *spu, int class, u64 mask); 34 void (*int_mask_set) (struct spu *spu, int class, u64 mask); 35 u64 (*int_mask_get) (struct spu *spu, int class); 36 void (*int_stat_clear) (struct spu *spu, int class, u64 stat); 37 u64 (*int_stat_get) (struct spu *spu, int class); 39 u64 (*mfc_dar_get) (struct spu *spu); 40 u64 (*mfc_dsisr_get) (struct spu *spu); 41 void (*mfc_dsisr_set) (struct spu *spu, u64 dsisr); 43 void (*mfc_sr1_set) (struct spu *spu, u64 sr1); [all …]
|
D | ps3stor.h | 31 u64 start; 32 u64 size; 40 u64 blk_size; 42 u64 tag; 43 u64 lv1_status; 48 u64 bounce_lpar; 65 extern u64 ps3stor_read_write_sectors(struct ps3_storage_device *dev, u64 lpar, 66 u64 start_sector, u64 sectors, 68 extern u64 ps3stor_send_command(struct ps3_storage_device *dev, u64 cmd, 69 u64 arg1, u64 arg2, u64 arg3, u64 arg4);
|
D | ps3gpu.h | 46 static inline int lv1_gpu_display_sync(u64 context_handle, u64 head, in lv1_gpu_display_sync() 47 u64 ddr_offset) in lv1_gpu_display_sync() 54 static inline int lv1_gpu_display_flip(u64 context_handle, u64 head, in lv1_gpu_display_flip() 55 u64 ddr_offset) in lv1_gpu_display_flip() 62 static inline int lv1_gpu_fb_setup(u64 context_handle, u64 xdr_lpar, in lv1_gpu_fb_setup() 63 u64 xdr_size, u64 ioif_offset) in lv1_gpu_fb_setup() 70 static inline int lv1_gpu_fb_blit(u64 context_handle, u64 ddr_offset, in lv1_gpu_fb_blit() 71 u64 ioif_offset, u64 sync_width, u64 pitch) in lv1_gpu_fb_blit() 79 static inline int lv1_gpu_fb_close(u64 context_handle) in lv1_gpu_fb_close()
|
D | kvm_host.h | 164 u64 tv64; 179 u64 liobn; 285 u64 stolen_tb; 286 u64 preempt_tb; 289 u64 tb_offset; /* guest timebase - host timebase */ 327 u64 vpage; 337 void (*slbmte)(struct kvm_vcpu *vcpu, u64 rb, u64 rs); 338 u64 (*slbmfee)(struct kvm_vcpu *vcpu, u64 slb_nr); 339 u64 (*slbmfev)(struct kvm_vcpu *vcpu, u64 slb_nr); 340 void (*slbie)(struct kvm_vcpu *vcpu, u64 slb_nr); [all …]
|
D | time.h | 44 u64 result_high; 45 u64 result_low; 94 static inline u64 get_rtc(void) in get_rtc() 102 return (u64)hi * 1000000000 + lo; in get_rtc() 105 static inline u64 get_vtb(void) in get_vtb() 115 static inline u64 get_tb(void) in get_tb() 120 static inline u64 get_tb(void) in get_tb() 130 return ((u64)tbhi << 32) | tblo; in get_tb() 134 static inline u64 get_tb_or_rtc(void) in get_tb_or_rtc() 196 extern u64 mulhdu(u64, u64); [all …]
|
D | scom.h | 54 scom_map_t (*map)(struct device_node *ctrl_dev, u64 reg, u64 count); 57 int (*read)(scom_map_t map, u64 reg, u64 *value); 58 int (*write)(scom_map_t map, u64 reg, u64 value); 90 u64 reg, u64 count) in scom_map() 140 static inline int scom_read(scom_map_t map, u64 reg, u64 *value) in scom_read() 158 static inline int scom_write(scom_map_t map, u64 reg, u64 value) in scom_write()
|
/linux-4.1.27/drivers/net/ethernet/brocade/bna/ |
D | bfa_defs_cna.h | 26 u64 secs_reset; /*!< Seconds since stats is reset */ 27 u64 tx_frames; /*!< Tx frames */ 28 u64 tx_words; /*!< Tx words */ 29 u64 tx_lip; /*!< Tx LIP */ 30 u64 tx_nos; /*!< Tx NOS */ 31 u64 tx_ols; /*!< Tx OLS */ 32 u64 tx_lr; /*!< Tx LR */ 33 u64 tx_lrr; /*!< Tx LRR */ 34 u64 rx_frames; /*!< Rx frames */ 35 u64 rx_words; /*!< Rx words */ [all …]
|
D | bfi_enet.h | 687 u64 ucast_octets; 688 u64 ucast; 689 u64 ucast_vlan; 691 u64 mcast_octets; 692 u64 mcast; 693 u64 mcast_vlan; 695 u64 bcast_octets; 696 u64 bcast; 697 u64 bcast_vlan; 699 u64 errors; [all …]
|
D | bnad.h | 60 u64 rx_intr_ctr; 61 u64 rx_poll_ctr; 62 u64 rx_schedule; 63 u64 rx_keep_poll; 64 u64 rx_complete; 155 u64 netif_queue_stop; 156 u64 netif_queue_wakeup; 157 u64 netif_queue_stopped; 158 u64 tso4; 159 u64 tso6; [all …]
|
/linux-4.1.27/drivers/net/ethernet/cisco/enic/ |
D | vnic_stats.h | 25 u64 tx_frames_ok; 26 u64 tx_unicast_frames_ok; 27 u64 tx_multicast_frames_ok; 28 u64 tx_broadcast_frames_ok; 29 u64 tx_bytes_ok; 30 u64 tx_unicast_bytes_ok; 31 u64 tx_multicast_bytes_ok; 32 u64 tx_broadcast_bytes_ok; 33 u64 tx_drops; 34 u64 tx_errors; [all …]
|
/linux-4.1.27/drivers/scsi/fnic/ |
D | vnic_stats.h | 23 u64 tx_frames_ok; 24 u64 tx_unicast_frames_ok; 25 u64 tx_multicast_frames_ok; 26 u64 tx_broadcast_frames_ok; 27 u64 tx_bytes_ok; 28 u64 tx_unicast_bytes_ok; 29 u64 tx_multicast_bytes_ok; 30 u64 tx_broadcast_bytes_ok; 31 u64 tx_drops; 32 u64 tx_errors; [all …]
|
D | fnic_trace.c | 232 (u64)atomic64_read(&stats->io_stats.active_ios), in fnic_get_stats_data() 233 (u64)atomic64_read(&stats->io_stats.max_active_ios), in fnic_get_stats_data() 234 (u64)atomic64_read(&stats->io_stats.num_ios), in fnic_get_stats_data() 235 (u64)atomic64_read(&stats->io_stats.io_completions), in fnic_get_stats_data() 236 (u64)atomic64_read(&stats->io_stats.io_failures), in fnic_get_stats_data() 237 (u64)atomic64_read(&stats->io_stats.io_not_found), in fnic_get_stats_data() 238 (u64)atomic64_read(&stats->io_stats.alloc_failures), in fnic_get_stats_data() 239 (u64)atomic64_read(&stats->io_stats.ioreq_null), in fnic_get_stats_data() 240 (u64)atomic64_read(&stats->io_stats.sc_null)); in fnic_get_stats_data() 252 (u64)atomic64_read(&stats->abts_stats.aborts), in fnic_get_stats_data() [all …]
|
/linux-4.1.27/drivers/net/ethernet/neterion/ |
D | s2io-regs.h | 22 u64 general_int_status; 40 u64 general_int_mask; 44 u64 sw_reset; 56 u64 adapter_status; 73 u64 adapter_control; 81 u64 serr_source; 95 u64 pci_mode; 112 u64 pic_int_status; 113 u64 pic_int_mask; 121 u64 txpic_int_reg; [all …]
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | sal.h | 114 typedef struct ia64_sal_retval (*ia64_sal_handler) (u64, ...); 169 u64 pal_proc; 170 u64 sal_proc; 171 u64 gp; 184 u64 addr; /* physical address of memory */ 201 u64 addr; /* virtual address of area covered */ 202 u64 page_size; /* encoded page size */ 210 u64 domain_info; /* physical address of domain info table */ 214 u64 proc_count; /* number of processors in domain */ 215 u64 proc_list; /* physical address of LID array */ [all …]
|
D | pal.h | 122 typedef u64 pal_cache_level_t; 130 typedef u64 pal_cache_type_t; 143 typedef u64 pal_cache_line_state_t; 155 u64 u : 1, /* 0 Unified cache ? */ 166 u64 pcci1_data; 182 u64 pcci2_data; 190 u64 pcci_reserved; 282 u64 pclid_data; 284 u64 cache_type : 8, /* 7-0 cache type */ 297 u64 cache_type : 8, /* 7-0 cache type */ [all …]
|
D | esi.h | 22 extern struct ia64_sal_retval esi_call_phys (void *, u64 *); 25 u64, u64, u64, u64, u64, u64, u64, u64); 26 extern int ia64_esi_call_phys(efi_guid_t, struct ia64_sal_retval *, u64, u64, 27 u64, u64, u64, u64, u64, u64);
|
D | meminit.h | 27 u64 start; /* virtual address of beginning of element */ 28 u64 end; /* virtual address of end of element + 1 */ 37 extern int filter_rsvd_memory (u64 start, u64 end, void *arg); 38 extern int filter_memory (u64 start, u64 end, void *arg); 39 extern unsigned long efi_memmap_init(u64 *s, u64 *e); 40 extern int find_max_min_low_pfn (u64, u64, void *); 43 extern int reserve_elfcorehdr(u64 *start, u64 *end); 59 extern int register_active_ranges(u64 start, u64 len, int nid); 65 extern int find_largest_hole(u64 start, u64 end, void *arg); 66 extern int create_mem_map_page_table(u64 start, u64 end, void *arg);
|
D | mca.h | 32 u64 cmcv_regval; 34 u64 cmcr_vector : 8; 35 u64 cmcr_reserved1 : 4; 36 u64 cmcr_ignored1 : 1; 37 u64 cmcr_reserved2 : 3; 38 u64 cmcr_mask : 1; 39 u64 cmcr_ignored2 : 47; 56 u64 imi_mca_handler; 58 u64 imi_monarch_init_handler; 60 u64 imi_slave_init_handler; [all …]
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/ |
D | gmac.h | 56 u64 TxOctetsOK; 57 u64 TxOctetsBad; 58 u64 TxUnicastFramesOK; 59 u64 TxMulticastFramesOK; 60 u64 TxBroadcastFramesOK; 61 u64 TxPauseFrames; 62 u64 TxFramesWithDeferredXmissions; 63 u64 TxLateCollisions; 64 u64 TxTotalCollisions; 65 u64 TxFramesAbortedDueToXSCollisions; [all …]
|
/linux-4.1.27/drivers/thermal/int340x_thermal/ |
D | acpi_thermal_rel.h | 19 u64 weight; 20 u64 ac0_max; 21 u64 ac1_max; 22 u64 ac2_max; 23 u64 ac3_max; 24 u64 ac4_max; 25 u64 ac5_max; 26 u64 ac6_max; 27 u64 ac7_max; 28 u64 ac8_max; [all …]
|
/linux-4.1.27/drivers/net/ethernet/neterion/vxge/ |
D | vxge-traffic.h | 385 /*0x000*/ u64 tx_frms; 386 /*0x008*/ u64 tx_data_octets; 387 /*0x010*/ u64 tx_mcast_frms; 388 /*0x018*/ u64 tx_bcast_frms; 389 /*0x020*/ u64 tx_discarded_frms; 390 /*0x028*/ u64 tx_errored_frms; 391 /*0x030*/ u64 rx_frms; 392 /*0x038*/ u64 rx_data_octets; 393 /*0x040*/ u64 rx_mcast_frms; 394 /*0x048*/ u64 rx_bcast_frms; [all …]
|
D | vxge-reg.h | 25 #define vxge_vBIT(val, loc, sz) (((u64)(val)) << (64-(loc)-(sz))) 32 ((((u64)bits) >> (64-(loc+n))) & ((0x1ULL << n) - 1)) 599 /*0x00010*/ u64 toc_swapper_fb; 601 /*0x00018*/ u64 pifm_rd_swap_en; 603 /*0x00020*/ u64 pifm_rd_flip_en; 605 /*0x00028*/ u64 pifm_wr_swap_en; 607 /*0x00030*/ u64 pifm_wr_flip_en; 609 /*0x00038*/ u64 toc_first_pointer; 611 /*0x00040*/ u64 host_access_en; 620 /*0x00050*/ u64 toc_common_pointer; [all …]
|
/linux-4.1.27/arch/powerpc/platforms/ps3/ |
D | platform.h | 94 u64 *value); 95 int ps3_repository_read_bus_id(unsigned int bus_index, u64 *bus_id); 117 unsigned int dev_index, const char *dev_str, u64 *value); 119 u64 *dev_id); 129 unsigned int dev_index, unsigned int reg_index, u64 *bus_addr, 130 u64 *len); 133 enum ps3_reg_type *reg_type, u64 *bus_addr, u64 *len); 142 u64 bus_id; 143 u64 dev_id; 148 u64 bus_id, u64 dev_id); [all …]
|
D | repository.c | 36 static void _dump_field(const char *hdr, u64 n, const char *func, int line) in _dump_field() 53 static void _dump_node_name(unsigned int lpar_id, u64 n1, u64 n2, u64 n3, in _dump_node_name() 54 u64 n4, const char *func, int line) in _dump_node_name() 65 static void _dump_node(unsigned int lpar_id, u64 n1, u64 n2, u64 n3, u64 n4, in _dump_node() 66 u64 v1, u64 v2, const char *func, int line) in _dump_node() 86 static u64 make_first_field(const char *text, u64 index) in make_first_field() 88 u64 n; in make_first_field() 102 static u64 make_field(const char *text, u64 index) in make_field() 104 u64 n; in make_field() 121 static int read_node(unsigned int lpar_id, u64 n1, u64 n2, u64 n3, u64 n4, in read_node() [all …]
|
D | spu.c | 59 u64 int_status_class0_RW; /* 0x0140 */ 60 u64 int_status_class1_RW; /* 0x0148 */ 61 u64 int_status_class2_RW; /* 0x0150 */ 63 u64 mfc_dsisr_RW; /* 0x0610 */ 65 u64 mfc_dar_RW; /* 0x0620 */ 67 u64 mfc_dsipr_R; /* 0x0800 */ 69 u64 mfc_lscrr_R; /* 0x0810 */ 71 u64 mfc_cer_R; /* 0x0c00 */ 73 u64 spe_execution_status; /* 0x0f00 */ 101 u64 masks[3]; [all …]
|
/linux-4.1.27/fs/btrfs/ |
D | extent_io.h | 66 unsigned long bio_flags, u64 bio_offset); 69 u64 start, u64 end, int *page_started, 71 int (*writepage_start_hook)(struct page *page, u64 start, u64 end); 72 int (*writepage_io_hook)(struct page *page, u64 start, u64 end); 78 int (*readpage_end_io_hook)(struct btrfs_io_bio *io_bio, u64 phy_offset, 79 struct page *page, u64 start, u64 end, 81 int (*writepage_end_io_hook)(struct page *page, u64 start, u64 end, 91 struct extent_state *orig, u64 split); 97 u64 dirty_bytes; 104 u64 start; [all …]
|
D | ordered-data.h | 31 u64 bytenr; 78 u64 file_offset; 81 u64 start; 84 u64 len; 87 u64 disk_len; 90 u64 bytes_left; 93 u64 csum_bytes_left; 100 u64 outstanding_isize; 106 u64 truncated_len; 169 u64 file_offset, u64 io_size, int uptodate); [all …]
|
D | free-space-cache.h | 24 u64 offset; 25 u64 bytes; 33 u64 free_space; 38 u64 start; 73 struct btrfs_path *path, u64 offset); 92 u64 bytenr, u64 size); 95 u64 bytenr, u64 size) in btrfs_add_free_space() 101 u64 bytenr, u64 size); 105 u64 btrfs_find_space_for_alloc(struct btrfs_block_group_cache *block_group, 106 u64 offset, u64 bytes, u64 empty_size, [all …]
|
D | extent_map.h | 6 #define EXTENT_MAP_LAST_BYTE ((u64)-4) 7 #define EXTENT_MAP_HOLE ((u64)-3) 8 #define EXTENT_MAP_INLINE ((u64)-2) 9 #define EXTENT_MAP_DELALLOC ((u64)-1) 24 u64 start; 25 u64 len; 26 u64 mod_start; 27 u64 mod_len; 28 u64 orig_start; 29 u64 orig_block_len; [all …]
|
D | volumes.h | 59 u64 generation; 84 u64 devid; 87 u64 total_bytes; 90 u64 disk_total_bytes; 93 u64 bytes_used; 101 u64 type; 115 u64 commit_total_bytes; 118 u64 commit_bytes_used; 141 u64 reada_next; 161 static inline u64 \ [all …]
|
D | qgroup.h | 51 u64 ref_root; 52 u64 bytenr; 53 u64 num_bytes; 54 u64 seq; 69 struct btrfs_fs_info *fs_info, u64 src, u64 dst); 71 struct btrfs_fs_info *fs_info, u64 src, u64 dst); 73 struct btrfs_fs_info *fs_info, u64 qgroupid); 75 struct btrfs_fs_info *fs_info, u64 qgroupid); 77 struct btrfs_fs_info *fs_info, u64 qgroupid, 83 struct btrfs_fs_info *fs_info, u64 ref_root, [all …]
|
D | delayed-ref.h | 31 u64 bytenr; 34 u64 num_bytes; 37 u64 seq; 63 u64 flags_to_set; 118 u64 root; 119 u64 parent; 125 u64 root; 126 u64 parent; 127 u64 objectid; 128 u64 offset; [all …]
|
D | backref.h | 32 typedef int (iterate_extent_inodes_t)(u64 inum, u64 offset, u64 root, 35 int extent_from_logical(struct btrfs_fs_info *fs_info, u64 logical, 37 u64 *flags); 41 u32 item_size, u64 *out_root, u8 *out_level); 44 u64 extent_item_objectid, 45 u64 extent_offset, int search_commit_root, 48 int iterate_inodes_from_logical(u64 logical, struct btrfs_fs_info *fs_info, 52 int paths_from_inode(u64 inum, struct inode_fs_paths *ipath); 55 struct btrfs_fs_info *fs_info, u64 bytenr, 56 u64 time_seq, struct ulist **roots); [all …]
|
D | ctree.h | 227 u64 objectid; 229 u64 offset; 362 #define BTRFS_BACKREF_REV_MASK (((u64)BTRFS_BACKREF_REV_MAX - 1) << \ 947 u64 replace_state; /* see #define above */ 948 u64 time_started; /* seconds since 1-Jan-1970 */ 949 u64 time_stopped; /* seconds since 1-Jan-1970 */ 953 u64 cursor_left; 954 u64 committed_cursor_left; 955 u64 cursor_left_last_write_of_item; 956 u64 cursor_right; [all …]
|
D | btrfs_inode.h | 113 u64 generation; 118 u64 last_trans; 123 u64 logged_trans; 136 u64 delalloc_bytes; 142 u64 defrag_bytes; 149 u64 disk_i_size; 155 u64 index_cnt; 158 u64 dir_index; 165 u64 last_unlink_trans; 171 u64 csum_bytes; [all …]
|
D | ulist.h | 32 u64 val; /* value to store */ 33 u64 aux; /* auxiliary value saved along with the val */ 57 int ulist_add(struct ulist *ulist, u64 val, u64 aux, gfp_t gfp_mask); 58 int ulist_add_merge(struct ulist *ulist, u64 val, u64 aux, 59 u64 *old_aux, gfp_t gfp_mask); 62 static inline int ulist_add_merge_ptr(struct ulist *ulist, u64 val, void *aux, in ulist_add_merge_ptr() 66 u64 old64 = (uintptr_t)*old_aux; in ulist_add_merge_ptr() 71 return ulist_add_merge(ulist, val, (u64)aux, (u64 *)old_aux, gfp_mask); in ulist_add_merge_ptr()
|
/linux-4.1.27/arch/sparc/crypto/ |
D | aes_glue.c | 34 void (*encrypt)(const u64 *key, const u32 *input, u32 *output); 35 void (*decrypt)(const u64 *key, const u32 *input, u32 *output); 36 void (*load_encrypt_keys)(const u64 *key); 37 void (*load_decrypt_keys)(const u64 *key); 38 void (*ecb_encrypt)(const u64 *key, const u64 *input, u64 *output, 40 void (*ecb_decrypt)(const u64 *key, const u64 *input, u64 *output, 42 void (*cbc_encrypt)(const u64 *key, const u64 *input, u64 *output, 43 unsigned int len, u64 *iv); 44 void (*cbc_decrypt)(const u64 *key, const u64 *input, u64 *output, 45 unsigned int len, u64 *iv); [all …]
|
D | des_glue.c | 23 u64 encrypt_expkey[DES_EXPKEY_WORDS / 2]; 24 u64 decrypt_expkey[DES_EXPKEY_WORDS / 2]; 28 u64 encrypt_expkey[DES3_EDE_EXPKEY_WORDS / 2]; 29 u64 decrypt_expkey[DES3_EDE_EXPKEY_WORDS / 2]; 32 static void encrypt_to_decrypt(u64 *d, const u64 *e) in encrypt_to_decrypt() 34 const u64 *s = e + (DES_EXPKEY_WORDS / 2) - 1; in encrypt_to_decrypt() 41 extern void des_sparc64_key_expand(const u32 *input_key, u64 *key); 67 extern void des_sparc64_crypt(const u64 *key, const u64 *input, 68 u64 *output); 73 const u64 *K = ctx->encrypt_expkey; in des_encrypt() [all …]
|
D | camellia_glue.c | 27 u64 encrypt_key[CAMELLIA_TABLE_BYTE_LEN / sizeof(u64)]; 28 u64 decrypt_key[CAMELLIA_TABLE_BYTE_LEN / sizeof(u64)]; 32 extern void camellia_sparc64_key_expand(const u32 *in_key, u64 *encrypt_key, 33 unsigned int key_len, u64 *decrypt_key); 54 extern void camellia_sparc64_crypt(const u64 *key, const u32 *input, 75 extern void camellia_sparc64_load_keys(const u64 *key, unsigned int key_len); 77 typedef void ecb_crypt_op(const u64 *input, u64 *output, unsigned int len, 78 const u64 *key); 92 const u64 *key; in __ecb_crypt() 112 const u64 *src64; in __ecb_crypt() [all …]
|
/linux-4.1.27/tools/perf/util/ |
D | event.h | 15 u64 start; 16 u64 len; 17 u64 pgoff; 24 u64 start; 25 u64 len; 26 u64 pgoff; 29 u64 ino; 30 u64 ino_generation; 46 u64 time; 51 u64 id; [all …]
|
D | svghelper.h | 6 extern void open_svg(const char *filename, int cpus, int rows, u64 start, u64 end); 7 extern void svg_ubox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int er… 8 extern void svg_lbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int er… 9 extern void svg_fbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int er… 10 extern void svg_box(int Yslot, u64 start, u64 end, const char *type); 11 extern void svg_blocked(int Yslot, int cpu, u64 start, u64 end, const char *backtrace); 12 extern void svg_running(int Yslot, int cpu, u64 start, u64 end, const char *backtrace); 13 extern void svg_waiting(int Yslot, int cpu, u64 start, u64 end, const char *backtrace); 14 extern void svg_cpu_box(int cpu, u64 max_frequency, u64 turbo_frequency); 17 extern void svg_process(int cpu, u64 start, u64 end, int pid, const char *name, const char *backtra… [all …]
|
D | map.h | 32 u64 start; 33 u64 end; 40 u64 pgoff; 41 u64 reloc; 43 u64 ino; /* only valid for MMAP2 record */ 44 u64 ino_generation;/* only valid for MMAP2 record */ 47 u64 (*map_ip)(struct map *, u64); 49 u64 (*unmap_ip)(struct map *, u64); 82 static inline u64 map__map_ip(struct map *map, u64 ip) in map__map_ip() 87 static inline u64 map__unmap_ip(struct map *map, u64 ip) in map__unmap_ip() [all …]
|
D | db-export.h | 38 u64 db_id; 39 u64 comm_db_id; 40 u64 dso_db_id; 41 u64 sym_db_id; 42 u64 offset; /* ip offset from symbol start */ 43 u64 addr_dso_db_id; 44 u64 addr_sym_db_id; 45 u64 addr_offset; /* addr offset from symbol start */ 52 u64 main_thread_db_id, struct machine *machine); 54 int (*export_comm_thread)(struct db_export *dbe, u64 db_id, [all …]
|
D | thread-stack.h | 62 u64 call_time; 63 u64 return_time; 64 u64 branch_count; 65 u64 call_ref; 66 u64 return_ref; 67 u64 db_id; 87 u64 ip; 88 u64 db_id; 94 int thread_stack__event(struct thread *thread, u32 flags, u64 from_ip, 95 u64 to_ip, u16 insn_len, u64 trace_nr); [all …]
|
/linux-4.1.27/arch/x86/include/asm/uv/ |
D | bios.h | 61 u64 function; /* BIOS runtime callback function ptr */ 71 u64 val; 73 u64 hub_version : 8, 89 extern s64 uv_bios_call(enum uv_bios_cmd, u64, u64, u64, u64, u64); 90 extern s64 uv_bios_call_irqsave(enum uv_bios_cmd, u64, u64, u64, u64, u64); 91 extern s64 uv_bios_call_reentrant(enum uv_bios_cmd, u64, u64, u64, u64, u64); 94 extern s64 uv_bios_freq_base(u64, u64 *); 98 extern s64 uv_bios_change_memprotect(u64, u64, enum uv_memprotect); 99 extern s64 uv_bios_reserved_page_pa(u64, u64 *, u64 *, u64 *);
|
/linux-4.1.27/arch/mips/include/asm/mach-loongson/ |
D | boot_param.h | 24 u64 mem_start; /* memory map start address */ 57 u64 uart_base; 71 u64 base_addr; /* base address of device registers */ 84 u64 ec_base_addr; 87 u64 tcm_base_addr; 88 u64 workarounds; /* see workarounds.h */ 99 u64 ht_int_bit; /* 3A: 1<<24; 3B: 1<<16 */ 100 u64 ht_enable; /* irqs used in this PIC */ 102 u64 pci_mem_start_addr; 103 u64 pci_mem_end_addr; [all …]
|
/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
D | e1000_hw.h | 186 u64 crcerrs; 187 u64 algnerrc; 188 u64 symerrs; 189 u64 rxerrc; 190 u64 mpc; 191 u64 scc; 192 u64 ecol; 193 u64 mcc; 194 u64 latecol; 195 u64 colc; [all …]
|
/linux-4.1.27/kernel/bpf/ |
D | helpers.c | 26 static u64 bpf_map_lookup_elem(u64 r1, u64 r2, u64 r3, u64 r4, u64 r5) in bpf_map_lookup_elem() 54 static u64 bpf_map_update_elem(u64 r1, u64 r2, u64 r3, u64 r4, u64 r5) in bpf_map_update_elem() 75 static u64 bpf_map_delete_elem(u64 r1, u64 r2, u64 r3, u64 r4, u64 r5) in bpf_map_delete_elem() 93 static u64 bpf_get_prandom_u32(u64 r1, u64 r2, u64 r3, u64 r4, u64 r5) in bpf_get_prandom_u32() 104 static u64 bpf_get_smp_processor_id(u64 r1, u64 r2, u64 r3, u64 r4, u64 r5) in bpf_get_smp_processor_id()
|
/linux-4.1.27/arch/arm/crypto/ |
D | sha512-armv7-neon.S | 87 vshr.u64 RT2, re, #14; \ 88 vshl.u64 RT3, re, #64 - 14; \ 90 vshr.u64 RT4, re, #18; \ 91 vshl.u64 RT5, re, #64 - 18; \ 94 vshr.u64 RT4, re, #41; \ 95 vshl.u64 RT5, re, #64 - 41; \ 96 vadd.u64 RT0, RT0, rw0; \ 102 vadd.u64 RT1, RT1, rh; \ 103 vshr.u64 RT2, ra, #28; \ 104 vshl.u64 RT3, ra, #64 - 28; \ [all …]
|
/linux-4.1.27/drivers/net/ethernet/sgi/ |
D | meth.h | 39 u64 sent:1; /* always set to 1...*/ 40 u64 pad0:34;/* always set to 0 */ 41 u64 flags:9; /*I'm too lazy to specify each one separately at the moment*/ 42 u64 col_retry_cnt:4; /*collision retry count*/ 43 u64 len:16; /*Transmit length in bytes*/ 52 u64 pad1:36; /*should be filled with 0 */ 53 u64 cat_ptr3_valid:1, /*Concatination pointer valid flags*/ 56 u64 tx_int_flag:1; /*Generate TX intrrupt when packet has been sent*/ 57 u64 term_dma_flag:1; /*Terminate transmit DMA on transmit abort conditions*/ 58 u64 data_offset:7; /*Starting byte offset in ring data block*/ [all …]
|
/linux-4.1.27/drivers/net/ethernet/ibm/emac/ |
D | core.h | 101 u64 rx_packets; 102 u64 rx_bytes; 103 u64 tx_packets; 104 u64 tx_bytes; 105 u64 rx_packets_csum; 106 u64 tx_packets_csum; 111 u64 tx_undo; 114 u64 rx_dropped_stack; 115 u64 rx_dropped_oom; 116 u64 rx_dropped_error; [all …]
|
/linux-4.1.27/include/linux/ |
D | efi.h | 43 typedef u64 efi_physical_addr_t; 62 u64 signature; 91 #define EFI_MEMORY_UC ((u64)0x0000000000000001ULL) /* uncached */ 92 #define EFI_MEMORY_WC ((u64)0x0000000000000002ULL) /* write-coalescing */ 93 #define EFI_MEMORY_WT ((u64)0x0000000000000004ULL) /* write-through */ 94 #define EFI_MEMORY_WB ((u64)0x0000000000000008ULL) /* write-back */ 95 #define EFI_MEMORY_UCE ((u64)0x0000000000000010ULL) /* uncached, exported */ 96 #define EFI_MEMORY_WP ((u64)0x0000000000001000ULL) /* write-protect */ 97 #define EFI_MEMORY_RP ((u64)0x0000000000002000ULL) /* read-protect */ 98 #define EFI_MEMORY_XP ((u64)0x0000000000004000ULL) /* execute-protect */ [all …]
|
D | math64.h | 18 static inline u64 div_u64_rem(u64 dividend, u32 divisor, u32 *remainder) in div_u64_rem() 36 static inline u64 div64_u64_rem(u64 dividend, u64 divisor, u64 *remainder) in div64_u64_rem() 45 static inline u64 div64_u64(u64 dividend, u64 divisor) in div64_u64() 64 static inline u64 div_u64_rem(u64 dividend, u32 divisor, u32 *remainder) in div_u64_rem() 76 extern u64 div64_u64_rem(u64 dividend, u64 divisor, u64 *remainder); 80 extern u64 div64_u64(u64 dividend, u64 divisor); 97 static inline u64 div_u64(u64 dividend, u32 divisor) in div_u64() 115 u32 iter_div_u64_rem(u64 dividend, u32 divisor, u64 *remainder); 118 __iter_div_u64_rem(u64 dividend, u32 divisor, u64 *remainder) in __iter_div_u64_rem() 139 static inline u64 mul_u64_u32_shr(u64 a, u32 mul, unsigned int shift) in mul_u64_u32_shr() [all …]
|
D | intel-iommu.h | 70 static inline u64 dmar_readq(void __iomem *addr) in dmar_readq() 75 return (((u64) hi) << 32) + lo; in dmar_readq() 78 static inline void dmar_writeq(void __iomem *addr, u64 val) in dmar_writeq() 143 #define DMA_TLB_GLOBAL_FLUSH (((u64)1) << 60) 144 #define DMA_TLB_DSI_FLUSH (((u64)2) << 60) 145 #define DMA_TLB_PSI_FLUSH (((u64)3) << 60) 148 #define DMA_TLB_READ_DRAIN (((u64)1) << 49) 149 #define DMA_TLB_WRITE_DRAIN (((u64)1) << 48) 150 #define DMA_TLB_DID(id) (((u64)((id) & 0xffff)) << 32) 151 #define DMA_TLB_IVT (((u64)1) << 63) [all …]
|
D | firmware-map.h | 26 int firmware_map_add_early(u64 start, u64 end, const char *type); 27 int firmware_map_add_hotplug(u64 start, u64 end, const char *type); 28 int firmware_map_remove(u64 start, u64 end, const char *type); 32 static inline int firmware_map_add_early(u64 start, u64 end, const char *type) in firmware_map_add_early() 37 static inline int firmware_map_add_hotplug(u64 start, u64 end, const char *type) in firmware_map_add_hotplug() 42 static inline int firmware_map_remove(u64 start, u64 end, const char *type) in firmware_map_remove()
|
D | btree-128.h | 21 static inline void *btree_lookup128(struct btree_head128 *head, u64 k1, u64 k2) in btree_lookup128() 23 u64 key[2] = {k1, k2}; in btree_lookup128() 28 u64 *k1, u64 *k2) in btree_get_prev128() 30 u64 key[2] = {*k1, *k2}; in btree_get_prev128() 40 static inline int btree_insert128(struct btree_head128 *head, u64 k1, u64 k2, in btree_insert128() 43 u64 key[2] = {k1, k2}; in btree_insert128() 48 static inline int btree_update128(struct btree_head128 *head, u64 k1, u64 k2, in btree_update128() 51 u64 key[2] = {k1, k2}; in btree_update128() 56 static inline void *btree_remove128(struct btree_head128 *head, u64 k1, u64 k2) in btree_remove128() 58 u64 key[2] = {k1, k2}; in btree_remove128() [all …]
|
D | perf_event.h | 89 u64 config; /* register value */ 102 u64 config; 103 u64 last_tag; 146 u64 sample_period; 147 u64 last_period; 149 u64 interrupts_seq; 150 u64 interrupts; 152 u64 freq_time_stamp; 153 u64 freq_count_stamp; 290 u64 (*count) (struct perf_event *event); /*optional*/ [all …]
|
D | timecounter.h | 67 u64 nsec; 68 u64 mask; 69 u64 frac; 79 static inline u64 cyclecounter_cyc2ns(const struct cyclecounter *cc, in cyclecounter_cyc2ns() 80 cycle_t cycles, u64 mask, u64 *frac) in cyclecounter_cyc2ns() 82 u64 ns = (u64) cycles; in cyclecounter_cyc2ns() 110 u64 start_tstamp); 120 extern u64 timecounter_read(struct timecounter *tc); 136 extern u64 timecounter_cyc2time(struct timecounter *tc,
|
D | jiffies.h | 76 extern u64 __jiffy_data jiffies_64; 80 u64 get_jiffies_64(void); 82 static inline u64 get_jiffies_64(void) in get_jiffies_64() 84 return (u64)jiffies; in get_jiffies_64() 261 #define SEC_CONVERSION ((unsigned long)((((u64)NSEC_PER_SEC << SEC_JIFFIE_SC) +\ 262 TICK_NSEC -1) / (u64)TICK_NSEC)) 264 #define NSEC_CONVERSION ((unsigned long)((((u64)1 << NSEC_JIFFIE_SC) +\ 265 TICK_NSEC -1) / (u64)TICK_NSEC)) 273 (long)((u64)((u64)MAX_JIFFY_OFFSET * TICK_NSEC) / NSEC_PER_SEC) 286 static inline u64 jiffies_to_nsecs(const unsigned long j) in jiffies_to_nsecs() [all …]
|
D | of_address.h | 17 u64 pci_addr; 18 u64 cpu_addr; 19 u64 size; 27 extern u64 of_translate_dma_address(struct device_node *dev, 31 extern u64 of_translate_address(struct device_node *np, const __be32 *addr); 37 u64 base_address); 45 u64 *size, unsigned int *flags); 56 extern int of_dma_get_range(struct device_node *np, u64 *dma_addr, 57 u64 *paddr, u64 *size); 63 u64 base_address) in of_find_matching_node_by_address() [all …]
|
D | hpet.h | 12 u64 hpet_cap; /* capabilities */ 13 u64 res0; /* reserved */ 14 u64 hpet_config; /* configuration */ 15 u64 res1; /* reserved */ 16 u64 hpet_isr; /* interrupt status reg */ 17 u64 res2[25]; /* reserved */ 19 u64 _hpet_mc64; 23 u64 res3; /* reserved */ 25 u64 hpet_config; /* configuration/cap */ 27 u64 _hpet_hc64; [all …]
|
D | range.h | 5 u64 start; 6 u64 end; 10 u64 start, u64 end); 14 u64 start, u64 end); 16 void subtract_range(struct range *range, int az, u64 start, u64 end); 23 static inline resource_size_t cap_resource(u64 val) in cap_resource()
|
/linux-4.1.27/arch/mips/include/asm/ |
D | mips-r2-to-r6-emul.h | 14 u64 movs; 15 u64 hilo; 16 u64 muls; 17 u64 divs; 18 u64 dsps; 19 u64 bops; 20 u64 traps; 21 u64 fpus; 22 u64 loads; 23 u64 stores; [all …]
|
/linux-4.1.27/net/bluetooth/ |
D | ecc.c | 40 u64 x[NUM_ECC_DIGITS]; 41 u64 y[NUM_ECC_DIGITS]; 45 u64 m_low; 46 u64 m_high; 62 static u64 curve_p[NUM_ECC_DIGITS] = CURVE_P_32; 64 static u64 curve_n[NUM_ECC_DIGITS] = CURVE_N_32; 66 static void vli_clear(u64 *vli) in vli_clear() 75 static bool vli_is_zero(const u64 *vli) in vli_is_zero() 88 static u64 vli_test_bit(const u64 *vli, unsigned int bit) in vli_test_bit() 90 return (vli[bit / 64] & ((u64) 1 << (bit % 64))); in vli_test_bit() [all …]
|
/linux-4.1.27/arch/x86/platform/uv/ |
D | bios_uv.c | 31 s64 uv_bios_call(enum uv_bios_cmd which, u64 a1, u64 a2, u64 a3, u64 a4, u64 a5) in uv_bios_call() 42 ret = efi_call((void *)__va(tab->function), (u64)which, in uv_bios_call() 48 s64 uv_bios_call_irqsave(enum uv_bios_cmd which, u64 a1, u64 a2, u64 a3, in uv_bios_call_irqsave() 49 u64 a4, u64 a5) in uv_bios_call_irqsave() 61 s64 uv_bios_call_reentrant(enum uv_bios_cmd which, u64 a1, u64 a2, u64 a3, in uv_bios_call_reentrant() 62 u64 a4, u64 a5) in uv_bios_call_reentrant() 90 u64 v0, v1; in uv_bios_get_sn_info() 94 (u64)(&v0), (u64)(&v1), 0, 0); in uv_bios_get_sn_info() 117 u64 watchlist; in uv_bios_mq_watchlist_alloc() 124 mq_size, (u64)intr_mmr_offset, in uv_bios_mq_watchlist_alloc() [all …]
|
/linux-4.1.27/drivers/crypto/ |
D | n2_core.h | 7 u64 intr; 8 u64 ino; 12 u64 cfg_handle; 34 u64 control; 35 u64 src_addr; 36 u64 auth_key_addr; 37 u64 auth_iv_addr; 38 u64 final_auth_state_addr; 39 u64 enc_key_addr; 40 u64 enc_iv_addr; [all …]
|
/linux-4.1.27/drivers/staging/skein/ |
D | threefish_api.h | 54 u64 state_size; 55 u64 key[SKEIN_MAX_STATE_WORDS+1]; /* max number of key words*/ 56 u64 tweak[3]; 77 u64 *key_data, u64 *tweak); 114 void threefish_encrypt_block_words(struct threefish_key *key_ctx, u64 *in, 115 u64 *out); 152 void threefish_decrypt_block_words(struct threefish_key *key_ctx, u64 *in, 153 u64 *out); 155 void threefish_encrypt_256(struct threefish_key *key_ctx, u64 *input, 156 u64 *output); [all …]
|
D | skein_iv.h | 23 static const u64 SKEIN_256_IV_128[] = { 31 static const u64 SKEIN_256_IV_160[] = { 39 static const u64 SKEIN_256_IV_224[] = { 47 static const u64 SKEIN_256_IV_256[] = { 55 static const u64 SKEIN_512_IV_128[] = { 67 static const u64 SKEIN_512_IV_160[] = { 79 static const u64 SKEIN_512_IV_224[] = { 91 static const u64 SKEIN_512_IV_256[] = { 103 static const u64 SKEIN_512_IV_384[] = { 115 static const u64 SKEIN_512_IV_512[] = { [all …]
|
/linux-4.1.27/drivers/net/vmxnet3/ |
D | upt1_defs.h | 31 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 pktsTxDiscard; [all …]
|
/linux-4.1.27/arch/powerpc/boot/ |
D | swab.h | 18 static inline u64 swab64(u64 x) in swab64() 20 return (u64)((x & (u64)0x00000000000000ffULL) << 56) | in swab64() 21 (u64)((x & (u64)0x000000000000ff00ULL) << 40) | in swab64() 22 (u64)((x & (u64)0x0000000000ff0000ULL) << 24) | in swab64() 23 (u64)((x & (u64)0x00000000ff000000ULL) << 8) | in swab64() 24 (u64)((x & (u64)0x000000ff00000000ULL) >> 8) | in swab64() 25 (u64)((x & (u64)0x0000ff0000000000ULL) >> 24) | in swab64() 26 (u64)((x & (u64)0x00ff000000000000ULL) >> 40) | in swab64() 27 (u64)((x & (u64)0xff00000000000000ULL) >> 56); in swab64()
|
D | ps3.c | 30 extern int lv1_panic(u64 in_1); 31 extern int lv1_get_logical_partition_id(u64 *out_1); 32 extern int lv1_get_logical_ppe_id(u64 *out_1); 33 extern int lv1_get_repository_node_value(u64 in_1, u64 in_2, u64 in_3, 34 u64 in_4, u64 in_5, u64 *out_1, u64 *out_2); 77 static int ps3_repository_read_rm_size(u64 *rm_size) in ps3_repository_read_rm_size() 80 u64 lpar_id; in ps3_repository_read_rm_size() 81 u64 ppe_id; in ps3_repository_read_rm_size() 82 u64 v2; in ps3_repository_read_rm_size() 127 u64 rm_size; in platform_init()
|
/linux-4.1.27/drivers/hv/ |
D | hyperv_vmbus.h | 113 #define HV_PARTITION_ID_INVALID ((u64)0x0) 139 u64 rsvdz; 149 u64 monitor_address; 150 u64 rsvdz; 160 u64 rsvdz; 163 u64 rsvdz; 166 u64 monitor_address; 187 u64 sender; 196 u64 as_uint64; 198 u64 enable:1; [all …]
|
/linux-4.1.27/arch/s390/pci/ |
D | pci_insn.c | 16 static inline u8 __mpcifc(u64 req, struct zpci_fib *fib, u8 *status) in __mpcifc() 30 int zpci_mod_fc(u64 req, struct zpci_fib *fib) in zpci_mod_fc() 47 static inline u8 __rpcit(u64 fn, u64 addr, u64 range, u8 *status) in __rpcit() 49 register u64 __addr asm("2") = addr; in __rpcit() 50 register u64 __range asm("3") = range; in __rpcit() 64 int zpci_refresh_trans(u64 fn, u64 addr, u64 range) in zpci_refresh_trans() 89 static inline int __pcilg(u64 *data, u64 req, u64 offset, u8 *status) in __pcilg() 91 register u64 __req asm("2") = req; in __pcilg() 92 register u64 __offset asm("3") = offset; in __pcilg() 94 u64 __data; in __pcilg() [all …]
|
/linux-4.1.27/drivers/net/ethernet/atheros/alx/ |
D | hw.h | 392 u64 rx_ok; /* good RX packets */ 393 u64 rx_bcast; /* good RX broadcast packets */ 394 u64 rx_mcast; /* good RX multicast packets */ 395 u64 rx_pause; /* RX pause frames */ 396 u64 rx_ctrl; /* RX control packets other than pause frames */ 397 u64 rx_fcs_err; /* RX packets with bad FCS */ 398 u64 rx_len_err; /* RX packets with length != actual size */ 399 u64 rx_byte_cnt; /* good bytes received. FCS is NOT included */ 400 u64 rx_runt; /* RX packets < 64 bytes with good FCS */ 401 u64 rx_frag; /* RX packets < 64 bytes with bad FCS */ [all …]
|
/linux-4.1.27/arch/x86/include/asm/ |
D | svm.h | 61 u64 intercept; 64 u64 iopm_base_pa; 65 u64 msrpm_base_pa; 66 u64 tsc_offset; 76 u64 exit_info_1; 77 u64 exit_info_2; 80 u64 nested_ctl; 84 u64 nested_cr3; 85 u64 lbr_ctl; 88 u64 next_rip; [all …]
|
D | e820.h | 17 extern int e820_any_mapped(u64 start, u64 end, unsigned type); 18 extern int e820_all_mapped(u64 start, u64 end, unsigned type); 19 extern void e820_add_region(u64 start, u64 size, int type); 23 extern u64 e820_update_range(u64 start, u64 size, unsigned old_type, 25 extern u64 e820_remove_range(u64 start, u64 size, unsigned old_type, 32 extern void parse_e820_ext(u64 phys_addr, u32 data_len); 45 extern u64 early_reserve_e820(u64 sizet, u64 align); 60 static inline bool is_ISA_range(u64 s, u64 e) in is_ISA_range()
|
D | efi.h | 63 extern u64 asmlinkage efi_call(void *fp, ...); 87 u32 type, u64 attribute); 97 extern void __init efi_memory_uc(u64 addr, unsigned long size); 108 extern int __init efi_reuse_config(u64 tables, int nr_tables); 112 u64 fw_vendor; 113 u64 runtime; 114 u64 tables; 115 u64 smbios; 116 u64 reserved[8]; 119 extern u64 efi_setup; [all …]
|
D | kvm_host.h | 225 u64 *spt; 265 u64 (*get_pdptr)(struct kvm_vcpu *vcpu, int index); 278 u64 *spte, const void *pte); 292 u64 *pae_root; 293 u64 *lm_root; 294 u64 rsvd_bits_mask[2][4]; 295 u64 bad_mt_xwr; 306 u64 pdptrs[4]; /* pae */ 317 u64 counter; 318 u64 eventsel; [all …]
|
D | cmpxchg_32.h | 23 static inline void set_64bit(volatile u64 *ptr, u64 value) in set_64bit() 27 u64 prev = *ptr; in set_64bit() 46 static inline u64 __cmpxchg64(volatile u64 *ptr, u64 old, u64 new) in __cmpxchg64() 48 u64 prev; in __cmpxchg64() 59 static inline u64 __cmpxchg64_local(volatile u64 *ptr, u64 old, u64 new) in __cmpxchg64_local() 61 u64 prev; in __cmpxchg64_local()
|
/linux-4.1.27/arch/mips/include/asm/octeon/ |
D | cvmx-ipd.h | 92 first_skip.u64 = 0; in cvmx_ipd_config() 94 cvmx_write_csr(CVMX_IPD_1ST_MBUFF_SKIP, first_skip.u64); in cvmx_ipd_config() 96 not_first_skip.u64 = 0; in cvmx_ipd_config() 98 cvmx_write_csr(CVMX_IPD_NOT_1ST_MBUFF_SKIP, not_first_skip.u64); in cvmx_ipd_config() 100 size.u64 = 0; in cvmx_ipd_config() 102 cvmx_write_csr(CVMX_IPD_PACKET_MBUFF_SIZE, size.u64); in cvmx_ipd_config() 104 first_back_struct.u64 = 0; in cvmx_ipd_config() 106 cvmx_write_csr(CVMX_IPD_1st_NEXT_PTR_BACK, first_back_struct.u64); in cvmx_ipd_config() 108 second_back_struct.u64 = 0; in cvmx_ipd_config() 110 cvmx_write_csr(CVMX_IPD_2nd_NEXT_PTR_BACK, second_back_struct.u64); in cvmx_ipd_config() [all …]
|
D | cvmx-pip.h | 246 uint64_t u64; member 296 cvmx_write_csr(CVMX_PIP_PRT_CFGX(port_num), port_cfg.u64); in cvmx_pip_config_port() 297 cvmx_write_csr(CVMX_PIP_PRT_TAGX(port_num), port_tag_cfg.u64); in cvmx_pip_config_port() 322 watcher_config.u64 = 0; 327 cvmx_write_csr(CVMX_PIP_QOS_WATCHX(watcher), watcher_config.u64); 341 pip_qos_vlanx.u64 = 0; in cvmx_pip_config_vlan_qos() 343 cvmx_write_csr(CVMX_PIP_QOS_VLANX(vlan_priority), pip_qos_vlanx.u64); in cvmx_pip_config_vlan_qos() 355 pip_qos_diffx.u64 = 0; in cvmx_pip_config_diffserv_qos() 357 cvmx_write_csr(CVMX_PIP_QOS_DIFFX(diffserv), pip_qos_diffx.u64); in cvmx_pip_config_diffserv_qos() 385 pip_stat_ctl.u64 = 0; in cvmx_pip_get_port_status() [all …]
|
D | cvmx-mdio.h | 273 smi_clk.u64 = cvmx_read_csr(CVMX_SMIX_CLK(bus_id)); in __cvmx_mdio_set_clause45_mode() 276 cvmx_write_csr(CVMX_SMIX_CLK(bus_id), smi_clk.u64); in __cvmx_mdio_set_clause45_mode() 284 smi_clk.u64 = cvmx_read_csr(CVMX_SMIX_CLK(bus_id)); in __cvmx_mdio_set_clause22_mode() 286 cvmx_write_csr(CVMX_SMIX_CLK(bus_id), smi_clk.u64); in __cvmx_mdio_set_clause22_mode() 309 smi_cmd.u64 = 0; in cvmx_mdio_read() 313 cvmx_write_csr(CVMX_SMIX_CMD(bus_id), smi_cmd.u64); in cvmx_mdio_read() 317 smi_rd.u64 = cvmx_read_csr(CVMX_SMIX_RD_DAT(bus_id)); in cvmx_mdio_read() 348 smi_wr.u64 = 0; in cvmx_mdio_write() 350 cvmx_write_csr(CVMX_SMIX_WR_DAT(bus_id), smi_wr.u64); in cvmx_mdio_write() 352 smi_cmd.u64 = 0; in cvmx_mdio_write() [all …]
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgb/ |
D | ixgb_hw.h | 699 u64 tprl; 700 u64 tprh; 701 u64 gprcl; 702 u64 gprch; 703 u64 bprcl; 704 u64 bprch; 705 u64 mprcl; 706 u64 mprch; 707 u64 uprcl; 708 u64 uprch; [all …]
|
/linux-4.1.27/arch/s390/include/asm/ |
D | pci_io.h | 25 (((__force u64) addr & ZPCI_IOMAP_ADDR_IDX_MASK) >> 48) 27 ((__force u64) addr & ZPCI_IOMAP_ADDR_OFF_MASK) 30 ((u64) handle << 32 | space << 16 | len) 36 u64 req = ZPCI_CREATE_REQ(entry->fh, entry->bar, LENGTH); \ 37 u64 data; \ 51 u64 req = ZPCI_CREATE_REQ(entry->fh, entry->bar, LENGTH); \ 52 u64 data = (VALTYPE) val; \ 57 zpci_read(8, u64) 61 zpci_write(8, u64) 66 static inline int zpci_write_single(u64 req, const u64 *data, u64 offset, u8 len) in zpci_write_single() [all …]
|
D | pci_insn.h | 59 u64 : 56; 60 u64 pba; /* PCI base address */ 61 u64 pal; /* PCI address limit */ 62 u64 iota; /* I/O Translation Anchor */ 72 u64 aibv; /* Adapter int bit vector address */ 73 u64 aisb; /* Adapter int summary bit address */ 74 u64 fmb_addr; /* Function measurement block address and key */ 79 int zpci_mod_fc(u64 req, struct zpci_fib *fib); 80 int zpci_refresh_trans(u64 fn, u64 addr, u64 range); 81 int zpci_load(u64 *data, u64 req, u64 offset); [all …]
|
D | pci_clp.h | 54 u64 reserved1; 55 u64 resume_token; 56 u64 reserved2; 64 u64 reserved1; 65 u64 resume_token; 78 u64 reserved1; 81 u64 reserved3; 89 u64 : 64; 101 u64 sdma; /* start dma as */ 102 u64 edma; /* end dma as */ [all …]
|
D | pci.h | 40 u64 last_update; 42 u64 ld_ops; 43 u64 st_ops; 44 u64 stb_ops; 45 u64 rpcit_ops; 46 u64 dma_rbytes; 47 u64 dma_wbytes; 48 u64 pad[2]; 87 u64 msi_addr; /* MSI address */ 106 u64 start_dma; /* Start of available DMA addresses */ [all …]
|
/linux-4.1.27/drivers/scsi/bfa/ |
D | bfa_defs_svc.h | 630 u64 secs_reset; /* Seconds since stats reset */ 631 u64 cee_linkups; /* CEE link up */ 632 u64 cee_linkdns; /* CEE link down */ 633 u64 fip_linkups; /* FIP link up */ 634 u64 fip_linkdns; /* FIP link down */ 635 u64 fip_fails; /* FIP failures */ 636 u64 mac_invalids; /* Invalid mac assignments */ 637 u64 vlan_req; /* Vlan requests */ 638 u64 vlan_notify; /* Vlan notifications */ 639 u64 vlan_err; /* Vlan notification errors */ [all …]
|
/linux-4.1.27/include/acpi/ |
D | actbl3.h | 112 u64 image_address; 125 u64 entry_base_address; 126 u64 entry_length; 128 u64 entry_address64; 129 u64 exit_address; 130 u64 log_area_address; 132 u64 arch_dependent_address; 189 u64 reset_end; 190 u64 load_start; 191 u64 startup_start; [all …]
|
D | processor.h | 55 u64 address; 78 u64 num_entries; 79 u64 revision; 80 u64 domain; 81 u64 coord_type; 82 u64 num_processors; 92 u64 address; 96 u64 core_frequency; /* megahertz */ 97 u64 power; /* milliWatts */ 98 u64 transition_latency; /* microseconds */ [all …]
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/ |
D | hw.h | 341 u64 crcerrs; 342 u64 algnerrc; 343 u64 symerrs; 344 u64 rxerrc; 345 u64 mpc; 346 u64 scc; 347 u64 ecol; 348 u64 mcc; 349 u64 latecol; 350 u64 colc; [all …]
|
/linux-4.1.27/drivers/misc/vmw_vmci/ |
D | vmci_queue_pair.h | 29 u64 num_produce_pages; 30 u64 num_consume_pages; 41 u64 produce_size; 42 u64 consume_size; 43 u64 ppn_va; /* Start VA of queue pair PPNs. */ 44 u64 num_ppns; 52 u64 va; /* Start VA of queue pair PPNs. */ 53 u64 num_ppns; 88 u64 produce_page_file; /* User VA. */ 89 u64 consume_page_file; /* User VA. */ [all …]
|
/linux-4.1.27/arch/ia64/kernel/ |
D | patch.c | 29 static u64 30 get_imm64 (u64 insn_addr) in get_imm64() 32 u64 *p = (u64 *) (insn_addr & -16); /* mask out slot number */ in get_imm64() 45 ia64_patch (u64 insn_addr, u64 mask, u64 val) in ia64_patch() 47 u64 m0, m1, v0, v1, b0, b1, *b = (u64 *) (insn_addr & -16); in ia64_patch() 65 ia64_patch_imm64 (u64 insn_addr, u64 val) in ia64_patch_imm64() 81 ia64_patch_imm60 (u64 insn_addr, u64 val) in ia64_patch_imm60() 104 u64 ip; in ia64_patch_vtop() 107 ip = (u64) offp + *offp; in ia64_patch_vtop() 127 u64 ip, *b; in ia64_patch_rse() [all …]
|
D | sal.c | 245 u64 vector, cache_type = 3; in check_sal_cache_flush() 284 ia64_sal_cache_flush (u64 cache_type) in ia64_sal_cache_flush() 290 u64 progress; in ia64_sal_cache_flush() 358 ia64_sal_oemcall(struct ia64_sal_retval *isrvp, u64 oemfunc, u64 arg1, in ia64_sal_oemcall() 359 u64 arg2, u64 arg3, u64 arg4, u64 arg5, u64 arg6, u64 arg7) in ia64_sal_oemcall() 369 ia64_sal_oemcall_nolock(struct ia64_sal_retval *isrvp, u64 oemfunc, u64 arg1, in ia64_sal_oemcall_nolock() 370 u64 arg2, u64 arg3, u64 arg4, u64 arg5, u64 arg6, in ia64_sal_oemcall_nolock() 371 u64 arg7) in ia64_sal_oemcall_nolock() 382 ia64_sal_oemcall_reentrant(struct ia64_sal_retval *isrvp, u64 oemfunc, in ia64_sal_oemcall_reentrant() 383 u64 arg1, u64 arg2, u64 arg3, u64 arg4, u64 arg5, in ia64_sal_oemcall_reentrant() [all …]
|
D | esi.c | 38 u64 esi_proc; 39 u64 gp; 101 enum esi_proc_type proc_type, u64 func, in ia64_esi_call() 102 u64 arg1, u64 arg2, u64 arg3, u64 arg4, u64 arg5, u64 arg6, in ia64_esi_call() 103 u64 arg7) in ia64_esi_call() 153 u64 func, u64 arg1, u64 arg2, u64 arg3, u64 arg4, in ia64_esi_call_phys() 154 u64 arg5, u64 arg6, u64 arg7) in ia64_esi_call_phys() 158 u64 esi_params[8]; in ia64_esi_call_phys()
|
D | ftrace.c | 32 u64 dummy1, dummy2, dummy3; 33 u64 dummy4:64-41+13; 34 u64 imm20:20; 35 u64 dummy5:3; 36 u64 sign:1; 37 u64 dummy6:4; 70 u64 dummy1, dummy2; 71 u64 dummy3:48; 72 u64 imm39_l:16; 73 u64 imm39_h:23; [all …]
|
/linux-4.1.27/arch/arm/vfp/ |
D | vfp.h | 23 static inline u64 vfp_shiftright64jamming(u64 val, unsigned int shift) in vfp_shiftright64jamming() 34 static inline u32 vfp_hi64to32jamming(u64 val) in vfp_hi64to32jamming() 47 static inline void add128(u64 *resh, u64 *resl, u64 nh, u64 nl, u64 mh, u64 ml) in add128() 60 static inline void sub128(u64 *resh, u64 *resl, u64 nh, u64 nl, u64 mh, u64 ml) in sub128() 73 static inline void mul64to128(u64 *resh, u64 *resl, u64 n, u64 m) in mul64to128() 76 u64 rh, rma, rmb, rl; in mul64to128() 80 rl = (u64)nl * ml; in mul64to128() 83 rma = (u64)nh * ml; in mul64to128() 86 rmb = (u64)nl * mh; in mul64to128() 89 rh = (u64)nh * mh; in mul64to128() [all …]
|
/linux-4.1.27/include/net/9p/ |
D | 9p.h | 371 u64 path; 404 u64 length; 416 u64 st_result_mask; 421 u64 st_nlink; 422 u64 st_rdev; 423 u64 st_size; 424 u64 st_blksize; 425 u64 st_blocks; 426 u64 st_atime_sec; 427 u64 st_atime_nsec; [all …]
|
/linux-4.1.27/arch/mips/cavium-octeon/executive/ |
D | cvmx-spi.c | 207 spxx_int_msk.u64 = cvmx_read_csr(CVMX_SPXX_INT_MSK(interface)); in cvmx_spi_reset_cb() 209 stxx_int_msk.u64 = cvmx_read_csr(CVMX_STXX_INT_MSK(interface)); in cvmx_spi_reset_cb() 215 spxx_clk_ctl.u64 = 0; in cvmx_spi_reset_cb() 217 cvmx_write_csr(CVMX_SPXX_CLK_CTL(interface), spxx_clk_ctl.u64); in cvmx_spi_reset_cb() 219 spxx_bist_stat.u64 = cvmx_read_csr(CVMX_SPXX_BIST_STAT(interface)); in cvmx_spi_reset_cb() 236 srxx_spi4_calx.u64 = 0; in cvmx_spi_reset_cb() 239 srxx_spi4_calx.u64); in cvmx_spi_reset_cb() 241 stxx_spi4_calx.u64 = 0; in cvmx_spi_reset_cb() 244 stxx_spi4_calx.u64); in cvmx_spi_reset_cb() 250 cvmx_write_csr(CVMX_SPXX_INT_MSK(interface), spxx_int_msk.u64); in cvmx_spi_reset_cb() [all …]
|
D | cvmx-helper-xaui.c | 53 gmx_hg2_control.u64 = cvmx_read_csr(CVMX_GMXX_HG2_CONTROL(interface)); in __cvmx_helper_xaui_enumerate() 79 mode.u64 = cvmx_read_csr(CVMX_GMXX_INF_MODE(interface)); in __cvmx_helper_xaui_probe() 81 cvmx_write_csr(CVMX_GMXX_INF_MODE(interface), mode.u64); in __cvmx_helper_xaui_probe() 93 pko_mem_port_ptrs.u64 = 0; in __cvmx_helper_xaui_probe() 103 cvmx_write_csr(CVMX_PKO_MEM_PORT_PTRS, pko_mem_port_ptrs.u64); in __cvmx_helper_xaui_probe() 130 xauiMiscCtl.u64 = cvmx_read_csr(CVMX_PCSXX_MISC_CTL_REG(interface)); in __cvmx_helper_xaui_enable() 132 cvmx_write_csr(CVMX_PCSXX_MISC_CTL_REG(interface), xauiMiscCtl.u64); in __cvmx_helper_xaui_enable() 135 gmx_rx_int_en.u64 = cvmx_read_csr(CVMX_GMXX_RXX_INT_EN(0, interface)); in __cvmx_helper_xaui_enable() 137 gmx_tx_int_en.u64 = cvmx_read_csr(CVMX_GMXX_TX_INT_EN(interface)); in __cvmx_helper_xaui_enable() 139 pcsx_int_en_reg.u64 = cvmx_read_csr(CVMX_PCSXX_INT_EN_REG(interface)); in __cvmx_helper_xaui_enable() [all …]
|
D | cvmx-helper-sgmii.c | 64 gmxx_prtx_cfg.u64 = cvmx_read_csr(CVMX_GMXX_PRTX_CFG(index, interface)); in __cvmx_helper_sgmii_hardware_init_one_time() 66 cvmx_write_csr(CVMX_GMXX_PRTX_CFG(index, interface), gmxx_prtx_cfg.u64); in __cvmx_helper_sgmii_hardware_init_one_time() 73 pcs_misc_ctl_reg.u64 = in __cvmx_helper_sgmii_hardware_init_one_time() 75 pcsx_linkx_timer_count_reg.u64 = in __cvmx_helper_sgmii_hardware_init_one_time() 87 pcsx_linkx_timer_count_reg.u64); in __cvmx_helper_sgmii_hardware_init_one_time() 101 pcsx_anx_adv_reg.u64 = in __cvmx_helper_sgmii_hardware_init_one_time() 108 pcsx_anx_adv_reg.u64); in __cvmx_helper_sgmii_hardware_init_one_time() 111 pcsx_miscx_ctl_reg.u64 = in __cvmx_helper_sgmii_hardware_init_one_time() 116 pcsx_sgmx_an_adv_reg.u64 = in __cvmx_helper_sgmii_hardware_init_one_time() 124 pcsx_sgmx_an_adv_reg.u64); in __cvmx_helper_sgmii_hardware_init_one_time() [all …]
|
/linux-4.1.27/include/linux/ceph/ |
D | osd_client.h | 62 u64 length; 84 u64 offset, length; 85 u64 truncate_size; 107 u64 cookie; 108 u64 ver; 114 u64 expected_object_size; 115 u64 expected_write_size; 122 u64 r_tid; /* unique for this client */ 173 u64 r_snapid; 184 u64 cookie; [all …]
|
/linux-4.1.27/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_stats.c | 35 char *name, u64 count) in ocrdma_add_stat() 100 (u64)rsrc_stats->dpp_pds); in ocrdma_resource_stats() 102 (u64)rsrc_stats->non_dpp_pds); in ocrdma_resource_stats() 104 (u64)rsrc_stats->rc_dpp_qps); in ocrdma_resource_stats() 106 (u64)rsrc_stats->uc_dpp_qps); in ocrdma_resource_stats() 108 (u64)rsrc_stats->ud_dpp_qps); in ocrdma_resource_stats() 110 (u64)rsrc_stats->rc_non_dpp_qps); in ocrdma_resource_stats() 112 (u64)rsrc_stats->uc_non_dpp_qps); in ocrdma_resource_stats() 114 (u64)rsrc_stats->ud_non_dpp_qps); in ocrdma_resource_stats() 116 (u64)rsrc_stats->srqs); in ocrdma_resource_stats() [all …]
|
D | ocrdma_abi.h | 40 u64 ah_tbl_page; 45 u64 rsvd1; 46 u64 rsvd2; 50 u64 rsvd1; 58 u64 rsvd1; 72 u64 page_addr[MAX_CQ_PAGES]; 73 u64 db_page_addr; 77 u64 rsvd1; 78 u64 rsvd2; 100 u64 sq_page_addr[MAX_QP_PAGES]; [all …]
|
/linux-4.1.27/arch/ia64/sn/kernel/ |
D | io_init.c | 34 static inline u64 sal_get_hubdev_info(u64 handle, u64 address) in sal_get_hubdev_info() 41 (u64) SN_SAL_IOIF_GET_HUBDEV_INFO, in sal_get_hubdev_info() 42 (u64) handle, (u64) address, 0, 0, 0, 0, 0); in sal_get_hubdev_info() 49 static inline u64 sal_get_pcibus_info(u64 segment, u64 busnum, u64 address) in sal_get_pcibus_info() 56 (u64) SN_SAL_IOIF_GET_PCIBUS_INFO, in sal_get_pcibus_info() 57 (u64) segment, (u64) busnum, (u64) address, 0, 0, 0, 0); in sal_get_pcibus_info() 64 static inline u64 65 sal_get_pcidev_info(u64 segment, u64 bus_number, u64 devfn, u64 pci_dev, in sal_get_pcidev_info() 66 u64 sn_irq_info) in sal_get_pcidev_info() 73 (u64) SN_SAL_IOIF_GET_PCIDEV_INFO, in sal_get_pcidev_info() [all …]
|
D | bte.c | 46 static inline void bte_start_transfer(struct bteinfo_s *bte, u64 len, u64 mode) in bte_start_transfer() 80 bte_result_t bte_copy(u64 src, u64 dest, u64 len, u64 mode, void *notification) in bte_copy() 82 u64 transfer_size; in bte_copy() 83 u64 transfer_stat; in bte_copy() 84 u64 notif_phys_addr; in bte_copy() 190 notif_phys_addr = (u64)bte->most_rcnt_na; in bte_copy() 262 bte_result_t bte_unaligned_copy(u64 src, u64 dest, u64 len, u64 mode) in bte_unaligned_copy() 265 u64 headBteSource; in bte_unaligned_copy() 266 u64 headBteLen; in bte_unaligned_copy() 267 u64 headBcopySrcOffset; in bte_unaligned_copy() [all …]
|
/linux-4.1.27/fs/logfs/ |
D | logfs.h | 151 struct page *(*find_first_sb)(struct super_block *sb, u64 *ofs); 152 struct page *(*find_last_sb)(struct super_block *sb, u64 *ofs); 155 void (*writeseg)(struct super_block *sb, u64 ofs, size_t len); 158 int (*can_write_buf)(struct super_block *sb, u64 ofs); 210 u64 offset; 234 u64 ino; 235 u64 dir; 236 u64 pos; 250 u64 old_ofs; 251 u64 new_ofs; [all …]
|
/linux-4.1.27/sound/soc/intel/atom/sst/ |
D | sst.h | 83 u64 done_interrupt:1; 84 u64 busy_interrupt:1; 85 u64 rsvd:62; 87 u64 full; 119 u64 lpe_reset:1; 120 u64 lpe_reset_vector:1; 121 u64 runstall:1; 122 u64 pwaitmode:1; 123 u64 clk_sel:3; 124 u64 rsvd2:1; [all …]
|
/linux-4.1.27/drivers/misc/ |
D | hpilo.h | 84 u64 send_fifobar_pa; 88 u64 send_desc_pa; 90 u64 send_ctrl; 94 u64 recv_fifobar_pa; 98 u64 recv_desc_pa; 100 u64 recv_ctrl; 104 u64 padding5; 107 u64 channel; 166 u64 nrents; /* user requested number of fifo entries */ 167 u64 imask; /* mask to extract valid fifo index */ [all …]
|
/linux-4.1.27/drivers/s390/scsi/ |
D | zfcp_fsf.h | 219 u64 fcp_lun; 247 u64 doubleword[FSF_PROT_STATUS_QUAL_SIZE / sizeof(u64)]; 255 u64 req_id; 266 u64 input_req; 267 u64 output_req; 268 u64 control_req; 269 u64 input_mb; 270 u64 output_mb; 271 u64 seconds_act; 278 u64 doubleword[FSF_STATUS_QUALIFIER_SIZE / sizeof(u64)]; [all …]
|
/linux-4.1.27/include/drm/ |
D | drm_mm.h | 71 u64 start; 72 u64 size; 85 u64 scan_size; 86 u64 scan_hit_start; 87 u64 scan_hit_end; 89 u64 scan_start; 90 u64 scan_end; 94 u64 *start, u64 *end); 127 static inline u64 __drm_mm_hole_node_start(struct drm_mm_node *hole_node) in __drm_mm_hole_node_start() 143 static inline u64 drm_mm_hole_node_start(struct drm_mm_node *hole_node) in drm_mm_hole_node_start() [all …]
|
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/ |
D | xgbe.h | 263 u64 rx_tstamp; 450 u64 txoctetcount_gb; 451 u64 txframecount_gb; 452 u64 txbroadcastframes_g; 453 u64 txmulticastframes_g; 454 u64 tx64octets_gb; 455 u64 tx65to127octets_gb; 456 u64 tx128to255octets_gb; 457 u64 tx256to511octets_gb; 458 u64 tx512to1023octets_gb; [all …]
|
/linux-4.1.27/include/scsi/ |
D | scsi_transport_fc.h | 188 u64 node_name; 189 u64 port_name; 233 u64 node_name; 234 u64 port_name; 289 u64 node_name; 290 u64 port_name; 338 u64 node_name; 339 u64 port_name; 390 u64 node_name; 391 u64 port_name; [all …]
|
/linux-4.1.27/fs/cifs/ |
D | smb2proto.h | 116 u64 persistent_fid, u64 volatile_fid, u32 opcode, 120 u64 persistent_file_id, u64 volatile_file_id); 122 u64 persistent_file_id, u64 volatile_file_id); 124 u64 persistent_file_id, u64 volatile_file_id, 127 u64 persistent_fid, u64 volatile_fid, 138 u64 persistent_fid, u64 volatile_fid, int index, 141 u64 persistent_fid, u64 volatile_fid, 144 u64 persistent_fid, u64 volatile_fid); 146 u64 persistent_fid, u64 volatile_fid, 149 u64 persistent_fid, u64 volatile_fid, u32 pid, [all …]
|
/linux-4.1.27/arch/mips/fw/cfe/ |
D | cfe_api_int.h | 59 u64 buf_offset; /* offset on device (bytes) */ 61 u64 buf_length; /* length of this buffer */ 62 u64 buf_retlen; /* returned length (for read ops) */ 63 u64 buf_ioctlcmd; /* IOCTL command (used only for IOCTLs) */ 67 u64 inp_status; /* 1 means input available */ 79 u64 cpu_number; /* cpu number to control */ 80 u64 cpu_command; /* command to issue to CPU */ 81 u64 start_addr; /* CPU start address */ 82 u64 gp_val; /* starting GP value */ 83 u64 sp_val; /* starting SP value */ [all …]
|
/linux-4.1.27/kernel/sched/ |
D | clock.c | 128 u64 tick_raw; 129 u64 tick_gtod; 130 u64 clock; 147 u64 ktime_now = ktime_to_ns(ktime_get()); in sched_clock_init() 179 static inline u64 wrap_min(u64 x, u64 y) in wrap_min() 184 static inline u64 wrap_max(u64 x, u64 y) in wrap_max() 195 static u64 sched_clock_local(struct sched_clock_data *scd) in sched_clock_local() 197 u64 now, clock, old_clock, min_clock, max_clock; in sched_clock_local() 227 static u64 sched_clock_remote(struct sched_clock_data *scd) in sched_clock_remote() 230 u64 this_clock, remote_clock; in sched_clock_remote() [all …]
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
D | qib_7220.h | 47 u64 __iomem *cregbase; 48 u64 *cntrs; 49 u64 *portcntrs; 53 u64 hwerrmask; 54 u64 errormask; 55 u64 gpio_out; /* shadow of kr_gpio_out, for rmw ops */ 56 u64 gpio_mask; /* shadow the gpio mask register */ 57 u64 extctrl; /* shadow the gpio output enable, etc... */ 93 u64 ibdeltainprog; 94 u64 ibsymdelta; [all …]
|
D | qib_dma.c | 37 #define BAD_DMA_ADDRESS ((u64) 0) 48 static int qib_mapping_error(struct ib_device *dev, u64 dma_addr) in qib_mapping_error() 53 static u64 qib_dma_map_single(struct ib_device *dev, void *cpu_addr, in qib_dma_map_single() 57 return (u64) cpu_addr; in qib_dma_map_single() 60 static void qib_dma_unmap_single(struct ib_device *dev, u64 addr, size_t size, in qib_dma_unmap_single() 66 static u64 qib_dma_map_page(struct ib_device *dev, struct page *page, in qib_dma_map_page() 70 u64 addr; in qib_dma_map_page() 79 addr = (u64) page_address(page); in qib_dma_map_page() 88 static void qib_dma_unmap_page(struct ib_device *dev, u64 addr, size_t size, in qib_dma_unmap_page() 98 u64 addr; in qib_map_sg() [all …]
|
/linux-4.1.27/fs/squashfs/ |
D | squashfs.h | 31 extern int squashfs_read_data(struct super_block *, u64, int, u64 *, 38 struct squashfs_cache *, u64, int); 41 extern int squashfs_read_metadata(struct super_block *, void *, u64 *, 44 u64, int); 46 u64, int); 47 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 *); 67 u64, u64, unsigned int); 74 extern int squashfs_readpage_block(struct page *, u64, int); [all …]
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | mmu.h | 23 u64 offset; 43 u64 limit; 49 int (*create)(struct nvkm_mmu *, u64 offset, u64 length, 50 u64 mm_offset, struct nvkm_vm **); 56 u64 phys, u64 delta); 88 int nv04_vm_create(struct nvkm_mmu *, u64, u64, u64, 92 int nvkm_vm_create(struct nvkm_mmu *, u64 offset, u64 length, u64 mm_offset, 94 int nvkm_vm_new(struct nvkm_device *, u64 offset, u64 length, u64 mm_offset, 97 int nvkm_vm_get(struct nvkm_vm *, u64 size, u32 page_shift, u32 access, 101 void nvkm_vm_map_at(struct nvkm_vma *, u64 offset, struct nvkm_mem *); [all …]
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | fw.h | 57 u64 def_mac; 62 u64 trans_code; 93 u64 flags; 94 u64 flags2; 124 u64 max_icm_sz; 155 u64 phys_port_id; 175 u64 qpc_base; 176 u64 rdmarc_base; 177 u64 auxc_base; 178 u64 altc_base; [all …]
|
/linux-4.1.27/include/trace/events/ |
D | btrfs.h | 76 __field( u64, generation ) 77 __field( u64, root_objectid ) 99 __field( u64, disk_i_size ) 100 __field( u64, generation ) 101 __field( u64, last_trans ) 102 __field( u64, logged_trans ) 103 __field( u64, root_objectid ) 178 __field( u64, root_objectid ) 179 __field( u64, start ) 180 __field( u64, len ) [all …]
|
/linux-4.1.27/drivers/ps3/ |
D | ps3-lpm.c | 94 u64 pm_control; 95 u64 pm_start_stop; 96 u64 group_control; 97 u64 debug_bus_control; 131 u64 rights; 132 u64 node_id; 133 u64 pu_id; 134 u64 lpm_id; 135 u64 outlet_id; 136 u64 tb_count; [all …]
|
/linux-4.1.27/drivers/net/ethernet/intel/igbvf/ |
D | vf.h | 61 u64 pkt_addr; /* Packet buffer address */ 62 u64 hdr_addr; /* Header buffer address */ 96 u64 buffer_addr; /* Address of descriptor's data buf */ 101 u64 rsvd; /* Reserved */ 140 u64 base_gprc; 141 u64 base_gptc; 142 u64 base_gorc; 143 u64 base_gotc; 144 u64 base_mprc; 145 u64 base_gotlbc; [all …]
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4.h | 106 u64 tx_octets; /* total # of octets in good frames */ 107 u64 tx_frames; /* all good frames */ 108 u64 tx_bcast_frames; /* all broadcast frames */ 109 u64 tx_mcast_frames; /* all multicast frames */ 110 u64 tx_ucast_frames; /* all unicast frames */ 111 u64 tx_error_frames; /* all error frames */ 113 u64 tx_frames_64; /* # of Tx frames in a particular range */ 114 u64 tx_frames_65_127; 115 u64 tx_frames_128_255; 116 u64 tx_frames_256_511; [all …]
|
/linux-4.1.27/arch/powerpc/platforms/cell/ |
D | spu_priv1_mmio.c | 39 static void int_mask_and(struct spu *spu, int class, u64 mask) in int_mask_and() 41 u64 old_mask; in int_mask_and() 47 static void int_mask_or(struct spu *spu, int class, u64 mask) in int_mask_or() 49 u64 old_mask; in int_mask_or() 55 static void int_mask_set(struct spu *spu, int class, u64 mask) in int_mask_set() 60 static u64 int_mask_get(struct spu *spu, int class) in int_mask_get() 65 static void int_stat_clear(struct spu *spu, int class, u64 stat) in int_stat_clear() 70 static u64 int_stat_get(struct spu *spu, int class) in int_stat_get() 77 u64 target; in cpu_affinity_set() 78 u64 route; in cpu_affinity_set() [all …]
|
/linux-4.1.27/net/vmw_vsock/ |
D | vmci_transport.h | 58 u64 generation; 59 u64 offset; 77 u64 size; 78 u64 mode; 85 u64 write_notify_window; 86 u64 write_notify_min_window; 94 u64 produce_q_generation; 95 u64 consume_q_generation; 99 u64 write_notify_window; 100 u64 write_notify_min_window; [all …]
|
/linux-4.1.27/arch/s390/appldata/ |
D | appldata_mem.c | 37 u64 timestamp; 44 u64 pgpgin; /* data read from disk */ 45 u64 pgpgout; /* data written to disk */ 46 u64 pswpin; /* pages swapped in */ 47 u64 pswpout; /* pages swapped out */ 49 u64 sharedram; /* sharedram is currently set to 0 */ 51 u64 totalram; /* total main memory size */ 52 u64 freeram; /* free main memory size */ 53 u64 totalhigh; /* total high memory size */ 54 u64 freehigh; /* free high memory size */ [all …]
|
/linux-4.1.27/arch/mips/pci/ |
D | pcie-octeon.c | 41 uint64_t u64; member 110 pcie_addr.u64 = 0; in cvmx_pcie_get_io_base_address() 117 return pcie_addr.u64; in cvmx_pcie_get_io_base_address() 144 pcie_addr.u64 = 0; in cvmx_pcie_get_mem_base_address() 149 return pcie_addr.u64; in cvmx_pcie_get_mem_base_address() 178 pescx_cfg_rd.u64 = 0; in cvmx_pcie_cfgx_read() 180 cvmx_write_csr(CVMX_PESCX_CFG_RD(pcie_port), pescx_cfg_rd.u64); in cvmx_pcie_cfgx_read() 181 pescx_cfg_rd.u64 = cvmx_read_csr(CVMX_PESCX_CFG_RD(pcie_port)); in cvmx_pcie_cfgx_read() 185 pemx_cfg_rd.u64 = 0; in cvmx_pcie_cfgx_read() 187 cvmx_write_csr(CVMX_PEMX_CFG_RD(pcie_port), pemx_cfg_rd.u64); in cvmx_pcie_cfgx_read() [all …]
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_mm.c | 94 u64 size, 99 u64 size, 102 u64 start, 103 u64 end, 108 u64 size, unsigned alignment, in drm_mm_insert_helper() 113 u64 hole_start = drm_mm_hole_node_start(hole_node); in drm_mm_insert_helper() 114 u64 hole_end = drm_mm_hole_node_end(hole_node); in drm_mm_insert_helper() 115 u64 adj_start = hole_start; in drm_mm_insert_helper() 116 u64 adj_end = hole_end; in drm_mm_insert_helper() 127 u64 tmp = adj_start; in drm_mm_insert_helper() [all …]
|
/linux-4.1.27/include/rdma/ |
D | ib_umem_odp.h | 41 u64 __subtree_last; 103 int ib_umem_odp_map_dma_pages(struct ib_umem *umem, u64 start_offset, u64 bcnt, 104 u64 access_mask, unsigned long current_seq); 106 void ib_umem_odp_unmap_dma_pages(struct ib_umem *umem, u64 start_offset, 107 u64 bound); 111 typedef int (*umem_call_back)(struct ib_umem *item, u64 start, u64 end, 117 int rbt_ib_umem_for_each_in_range(struct rb_root *root, u64 start, u64 end, 121 u64 start, u64 last); 123 u64 start, u64 last);
|
D | ib_verbs.h | 170 u64 fw_ver; 172 u64 max_mr_size; 173 u64 page_size_cap; 303 u64 ipInReceives; 304 u64 ipInHdrErrors; 305 u64 ipInTooBigErrors; 306 u64 ipInNoRoutes; 307 u64 ipInAddrErrors; 308 u64 ipInUnknownProtos; 309 u64 ipInTruncatedPkts; [all …]
|
/linux-4.1.27/kernel/trace/ |
D | bpf_trace.c | 64 static u64 bpf_probe_read(u64 r1, u64 r2, u64 r3, u64 r4, u64 r5) in bpf_probe_read() 82 static u64 bpf_ktime_get_ns(u64 r1, u64 r2, u64 r3, u64 r4, u64 r5) in bpf_ktime_get_ns() 98 static u64 bpf_trace_printk(u64 r1, u64 fmt_size, u64 r3, u64 r4, u64 r5) in bpf_trace_printk()
|
D | trace_benchmark.c | 13 static u64 bm_total; 14 static u64 bm_totalsq; 15 static u64 bm_last; 16 static u64 bm_max; 17 static u64 bm_min; 18 static u64 bm_first; 19 static u64 bm_cnt; 20 static u64 bm_stddev; 36 u64 start; in trace_do_benchmark() 37 u64 stop; in trace_do_benchmark() [all …]
|
/linux-4.1.27/drivers/staging/lustre/lustre/lov/ |
D | lov_offset.c | 46 u64 lov_stripe_size(struct lov_stripe_md *lsm, u64 ost_size, in lov_stripe_size() 51 u64 swidth; in lov_stripe_size() 52 u64 lov_size; in lov_stripe_size() 119 int lov_stripe_offset(struct lov_stripe_md *lsm, u64 lov_off, in lov_stripe_offset() 120 int stripeno, u64 *obdoff) in lov_stripe_offset() 123 u64 stripe_off, this_stripe, swidth; in lov_stripe_offset() 140 this_stripe = (u64)stripeno * ssize; in lov_stripe_offset() 176 u64 lov_size_to_stripe(struct lov_stripe_md *lsm, u64 file_size, in lov_size_to_stripe() 180 u64 stripe_off, this_stripe, swidth; in lov_size_to_stripe() 193 this_stripe = (u64)stripeno * ssize; in lov_size_to_stripe() [all …]
|
/linux-4.1.27/arch/mips/cavium-octeon/ |
D | oct_ilm.c | 16 u64 io_interval; 17 u64 cpu_interval; 18 u64 timer_start1; 19 u64 timer_start2; 20 u64 max_latency; 21 u64 min_latency; 22 u64 latency_sum; 23 u64 average_latency; 24 u64 interrupt_cnt; 32 u64 cpuclk, avg, max, min; in show_latency() [all …]
|
D | csrc-octeon.c | 23 static u64 f; 24 static u64 rdiv; 25 static u64 sdiv; 26 static u64 octeon_udelay_factor; 27 static u64 octeon_ndelay_factor; 43 rst_boot.u64 = cvmx_read_csr(CVMX_MIO_RST_BOOT); in octeon_setup_delays() 50 rst_boot.u64 = cvmx_read_csr(CVMX_RST_BOOT); in octeon_setup_delays() 80 u64 ipd_clk_count = cvmx_read_csr(CVMX_IPD_CLK_COUNT); in octeon_init_cvmcount() 111 u64 t1, t2, t3; in sched_clock() 113 u64 mult = clocksource_mips.mult; in sched_clock() [all …]
|
/linux-4.1.27/crypto/ |
D | vmac.c | 41 static const u64 p64 = UINT64_C(0xfffffffffffffeff); /* 2^64 - 257 prime */ 42 static const u64 m62 = UINT64_C(0x3fffffffffffffff); /* 62-bit mask */ 43 static const u64 m63 = UINT64_C(0x7fffffffffffffff); /* 63-bit mask */ 44 static const u64 m64 = UINT64_C(0xffffffffffffffff); /* 64-bit mask */ 45 static const u64 mpoly = UINT64_C(0x1fffffff1fffffff); /* Poly key mask */ 68 u64 _il = (il); \ 75 #define MUL32(i1, i2) ((u64)(u32)(i1)*(u32)(i2)) 79 u64 _i1 = (i1), _i2 = (i2); \ 80 u64 m = MUL32(_i1, _i2>>32) + MUL32(_i1>>32, _i2); \ 88 u64 _i1 = (i1), _i2 = (i2); \ [all …]
|
D | khazad.c | 34 u64 E[KHAZAD_ROUNDS + 1]; 35 u64 D[KHAZAD_ROUNDS + 1]; 38 static const u64 T0[256] = { 127 static const u64 T1[256] = { 216 static const u64 T2[256] = { 305 static const u64 T3[256] = { 394 static const u64 T4[256] = { 483 static const u64 T5[256] = { 572 static const u64 T6[256] = { 661 static const u64 T7[256] = { [all …]
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
D | i40e_type.h | 245 u64 wr_csr_prot; 267 u64 hw_semaphore_timeout; /* usec global time (GTIME resolution) */ 1058 u64 rx_bytes; /* gorc */ 1059 u64 rx_unicast; /* uprc */ 1060 u64 rx_multicast; /* mprc */ 1061 u64 rx_broadcast; /* bprc */ 1062 u64 rx_discards; /* rdpc */ 1063 u64 rx_unknown_protocol; /* rupp */ 1064 u64 tx_bytes; /* gotc */ 1065 u64 tx_unicast; /* uptc */ [all …]
|
/linux-4.1.27/fs/ocfs2/ |
D | suballoc.h | 34 u64, /* max_block */ 55 u64 ac_last_group; 56 u64 ac_max_block; /* Highest block number to allocate. 0 is 108 u64 *suballoc_loc, 111 u64 *blkno_start); 116 u64 *suballoc_loc, 118 u64 *fe_blkno); 139 u64 bg_blkno, 148 u64 start_blk, 153 u64 start_blk, [all …]
|
/linux-4.1.27/arch/x86/boot/compressed/ |
D | eboot.h | 45 u64 frame_buffer_base; 52 u64 info; 53 u64 size_of_info; 54 u64 frame_buffer_base; 55 u64 frame_buffer_size; 63 u64 frame_buffer_base; 75 u64 query_mode; 76 u64 set_mode; 77 u64 blt; 78 u64 mode; [all …]
|
/linux-4.1.27/arch/mips/include/asm/sn/sn0/ |
D | hubio.h | 175 u64 wid_reg_value; 177 u64 wid_rsvd: 32, /* unused */ 187 u64 wcr_reg_value; 189 u64 wcr_rsvd: 41, /* unused */ 203 u64 reg_value; 205 u64 rsvd1: 31, 220 u64 icsr_reg_value; 222 u64 icsr_rsvd: 22, /* unused */ 240 u64 iowa_reg_value; 242 u64 iowa_rsvd: 48, /* unused */ [all …]
|
/linux-4.1.27/block/partitions/ |
D | ldm.h | 120 u64 logical_disk_start; 121 u64 logical_disk_size; 122 u64 config_start; 123 u64 config_size; 129 u64 bitmap1_start; 130 u64 bitmap1_size; 132 u64 bitmap2_start; 133 u64 bitmap2_size; 146 u64 parent_id; 162 u64 start; [all …]
|
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
D | ipath_dma.c | 39 #define BAD_DMA_ADDRESS ((u64) 0) 50 static int ipath_mapping_error(struct ib_device *dev, u64 dma_addr) in ipath_mapping_error() 55 static u64 ipath_dma_map_single(struct ib_device *dev, in ipath_dma_map_single() 60 return (u64) cpu_addr; in ipath_dma_map_single() 64 u64 addr, size_t size, in ipath_dma_unmap_single() 70 static u64 ipath_dma_map_page(struct ib_device *dev, in ipath_dma_map_page() 76 u64 addr; in ipath_dma_map_page() 85 addr = (u64) page_address(page); in ipath_dma_map_page() 95 u64 addr, size_t size, in ipath_dma_unmap_page() 105 u64 addr; in ipath_map_sg() [all …]
|
D | ipath_kernel.h | 79 u64 errs_to_log; 80 u64 hwerrs_to_log; 266 u64 __iomem *ipath_kregbase; 268 u64 __iomem *ipath_kregend; 272 u64 *ipath_kregalloc; 309 void (*ipath_f_put_tid)(struct ipath_devdata *, u64 __iomem*, 313 void (*ipath_f_setextled)(struct ipath_devdata *, u64, u64); 328 int (*ipath_f_ib_updown)(struct ipath_devdata *, int, u64); 334 u64 ipath_sword; 336 u64 ipath_rword; [all …]
|
D | ipath_verbs.h | 243 u64 user_base; /* User's address for this region */ 244 u64 iova; /* IB start address of this region */ 294 u64 wr_id; 345 u64 atomic_data; 392 u64 r_wr_id; /* ID for current receive WQE */ 531 u64 n_packets; /* number of packets */ 532 u64 n_bytes; /* total number of bytes */ 575 u64 ipath_sword; /* total dwords sent (sample result) */ 576 u64 ipath_rword; /* total dwords received (sample result) */ 577 u64 ipath_spkts; /* total packets sent (sample result) */ [all …]
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | perf_event.h | 22 u64 _val = (val); \ 57 u64 idxmsk64; 59 u64 code; 60 u64 cmask; 96 u64 bts_buffer_base; 97 u64 bts_index; 98 u64 bts_absolute_maximum; 99 u64 bts_interrupt_threshold; 100 u64 pebs_buffer_base; 101 u64 pebs_index; [all …]
|
D | intel_pt.h | 57 u64 end : 1; 58 u64 rsvd0 : 1; 59 u64 intr : 1; 60 u64 rsvd1 : 1; 61 u64 stop : 1; 62 u64 rsvd2 : 1; 63 u64 size : 4; 64 u64 rsvd3 : 2; 65 u64 base : 36; 66 u64 rsvd4 : 16;
|
/linux-4.1.27/arch/sparc/kernel/ |
D | mdesc.c | 60 u64 val; 221 u64 node; in mdesc_register_notifier() 233 static const u64 *parent_cfg_handle(struct mdesc_handle *hp, u64 node) in parent_cfg_handle() 235 const u64 *id; in parent_cfg_handle() 236 u64 a; in parent_cfg_handle() 240 u64 target; in parent_cfg_handle() 256 void (*func)(struct mdesc_handle *, u64)) in invoke_on_missing() argument 258 u64 node; in invoke_on_missing() 263 const u64 *id; in invoke_on_missing() 264 u64 fnode; in invoke_on_missing() [all …]
|
D | pcr.c | 54 static u64 direct_pcr_read(unsigned long reg_num) in direct_pcr_read() 56 u64 val; in direct_pcr_read() 63 static void direct_pcr_write(unsigned long reg_num, u64 val) in direct_pcr_write() 69 static u64 direct_pic_read(unsigned long reg_num) in direct_pic_read() 71 u64 val; in direct_pic_read() 78 static void direct_pic_write(unsigned long reg_num, u64 val) in direct_pic_write() 93 static u64 direct_picl_value(unsigned int nmi_hz) in direct_picl_value() 97 return ((u64)((0 - delta) & 0xffffffff)) << 32; in direct_picl_value() 110 static void n2_pcr_write(unsigned long reg_num, u64 val) in n2_pcr_write() 123 static u64 n2_picl_value(unsigned int nmi_hz) in n2_picl_value() [all …]
|
D | entry.h | 188 /*0x00*/u64 afsr; 189 /*0x08*/u64 afar; 192 /*0x10*/u64 dcache_data[4]; /* The actual data */ 193 /*0x30*/u64 dcache_index; /* D-cache index */ 194 /*0x38*/u64 dcache_tag; /* D-cache tag/valid */ 195 /*0x40*/u64 dcache_utag; /* D-cache microtag */ 196 /*0x48*/u64 dcache_stag; /* D-cache snooptag */ 199 /*0x50*/u64 icache_data[8]; /* The actual insns + predecode */ 200 /*0x90*/u64 icache_index; /* I-cache index */ 201 /*0x98*/u64 icache_tag; /* I-cache phys tag */ [all …]
|
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/ |
D | i40e_type.h | 245 u64 wr_csr_prot; 266 u64 hw_semaphore_timeout; /* usec global time (GTIME resolution) */ 1052 u64 rx_bytes; /* gorc */ 1053 u64 rx_unicast; /* uprc */ 1054 u64 rx_multicast; /* mprc */ 1055 u64 rx_broadcast; /* bprc */ 1056 u64 rx_discards; /* rdpc */ 1057 u64 rx_unknown_protocol; /* rupp */ 1058 u64 tx_bytes; /* gotc */ 1059 u64 tx_unicast; /* uptc */ [all …]
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/ |
D | common.h | 193 u64 tx_octets; /* total # of octets in good frames */ 194 u64 tx_octets_bad; /* total # of octets in error frames */ 195 u64 tx_frames; /* all good frames */ 196 u64 tx_mcast_frames; /* good multicast frames */ 197 u64 tx_bcast_frames; /* good broadcast frames */ 198 u64 tx_pause; /* # of transmitted pause frames */ 199 u64 tx_deferred; /* frames with deferred transmissions */ 200 u64 tx_late_collisions; /* # of late collisions */ 201 u64 tx_total_collisions; /* # of total collisions */ 202 u64 tx_excess_collisions; /* frame errors from excessive collissions */ [all …]
|
/linux-4.1.27/arch/hexagon/lib/ |
D | checksum.c | 47 static inline unsigned short from64to16(u64 x) in from64to16() 49 u64 sum; in from64to16() 68 (__force u64)saddr + (__force u64)daddr + in csum_tcpudp_magic() 69 (__force u64)sum + ((len + proto) << 8)); in csum_tcpudp_magic() 76 u64 result; in csum_tcpudp_nofold() 78 result = (__force u64)saddr + (__force u64)daddr + in csum_tcpudp_nofold() 79 (__force u64)sum + ((len + proto) << 8); in csum_tcpudp_nofold() 102 u64 sum0, sum1, x0, x1, *ptr8_o, *ptr8_e, *ptr8; in do_csum() 122 sum0 += (u64) (ptr[0] << 8); in do_csum() 125 sum1 += (u64) ptr2[0]; in do_csum() [all …]
|
/linux-4.1.27/drivers/staging/octeon/ |
D | ethernet-rgmii.c | 70 if (link_info.u64 == priv->link_info) { in cvm_oct_rgmii_poll() 87 gmxx_rxx_int_reg.u64 = in cvm_oct_rgmii_poll() 104 gmxx_rxx_frm_ctl.u64 = in cvm_oct_rgmii_poll() 110 gmxx_rxx_frm_ctl.u64); in cvm_oct_rgmii_poll() 113 ipd_sub_port_fcs.u64 = in cvm_oct_rgmii_poll() 118 ipd_sub_port_fcs.u64); in cvm_oct_rgmii_poll() 123 gmxx_rxx_int_reg.u64); in cvm_oct_rgmii_poll() 149 gmxx_rxx_frm_ctl.u64 = in cvm_oct_rgmii_poll() 153 gmxx_rxx_frm_ctl.u64); in cvm_oct_rgmii_poll() 155 ipd_sub_port_fcs.u64 = cvmx_read_csr(CVMX_IPD_SUB_PORT_FCS); in cvm_oct_rgmii_poll() [all …]
|
/linux-4.1.27/drivers/infiniband/hw/mthca/ |
D | mthca_cmd.h | 182 u64 max_icm_sz; 196 u64 qpc_base; 197 u64 eec_base; 198 u64 srqc_base; 199 u64 cqc_base; 200 u64 eqpc_base; 201 u64 eeec_base; 202 u64 eqc_base; 203 u64 rdb_base; 204 u64 mc_base; [all …]
|
/linux-4.1.27/drivers/net/ethernet/qualcomm/ |
D | qca_spi.h | 65 u64 trig_reset; 66 u64 device_reset; 67 u64 reset_timeout; 68 u64 read_err; 69 u64 write_err; 70 u64 read_buf_err; 71 u64 write_buf_err; 72 u64 out_of_mem; 73 u64 write_buf_miss; 74 u64 ring_full; [all …]
|
/linux-4.1.27/drivers/net/ethernet/octeon/ |
D | octeon_mgmt.c | 47 u64 d64; 52 u64 reserved_62_63:2; 54 u64 len:14; 56 u64 tstamp:1; 58 u64 code:7; 60 u64 addr:40; 62 u64 addr:40; 63 u64 code:7; 64 u64 tstamp:1; 65 u64 len:14; [all …]
|
/linux-4.1.27/arch/ia64/sn/pci/ |
D | tioce_provider.c | 58 u64 mmr_base; in tioce_mmr_war_pre() 59 u64 mmr_offset; in tioce_mmr_war_pre() 68 u64 mmr_war_offset; in tioce_mmr_war_pre() 84 u64 mmr_base; in tioce_mmr_war_post() 85 u64 mmr_offset; in tioce_mmr_war_post() 123 u64 tmp; \ 131 u64 tmp; \ 184 #define KB(x) ((u64)(x) << 10) 185 #define MB(x) ((u64)(x) << 20) 186 #define GB(x) ((u64)(x) << 30) [all …]
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | t4vf_common.h | 79 u64 tx_bcast_bytes; /* broadcast */ 80 u64 tx_bcast_frames; 81 u64 tx_mcast_bytes; /* multicast */ 82 u64 tx_mcast_frames; 83 u64 tx_ucast_bytes; /* unicast */ 84 u64 tx_ucast_frames; 85 u64 tx_drop_frames; /* TX dropped frames */ 86 u64 tx_offload_bytes; /* offload */ 87 u64 tx_offload_frames; 92 u64 rx_bcast_bytes; /* broadcast */ [all …]
|
/linux-4.1.27/kernel/time/ |
D | timecounter.c | 23 u64 start_tstamp) in timecounter_init() 44 static u64 timecounter_read_delta(struct timecounter *tc) in timecounter_read_delta() 47 u64 ns_offset; in timecounter_read_delta() 65 u64 timecounter_read(struct timecounter *tc) in timecounter_read() 67 u64 nsec; in timecounter_read() 82 static u64 cc_cyc2ns_backwards(const struct cyclecounter *cc, in cc_cyc2ns_backwards() 83 cycle_t cycles, u64 mask, u64 frac) in cc_cyc2ns_backwards() 85 u64 ns = (u64) cycles; in cc_cyc2ns_backwards() 92 u64 timecounter_cyc2time(struct timecounter *tc, in timecounter_cyc2time() 95 u64 delta = (cycle_tstamp - tc->cycle_last) & tc->cc->mask; in timecounter_cyc2time() [all …]
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/ |
D | vf.h | 145 u64 base_vfgprc; 146 u64 base_vfgptc; 147 u64 base_vfgorc; 148 u64 base_vfgotc; 149 u64 base_vfmprc; 151 u64 last_vfgprc; 152 u64 last_vfgptc; 153 u64 last_vfgorc; 154 u64 last_vfgotc; 155 u64 last_vfmprc; [all …]
|
/linux-4.1.27/drivers/edac/ |
D | octeon_edac-l2c.c | 29 l2t_err_reset.u64 = 0; in octeon_l2c_poll_oct1() 30 l2t_err.u64 = cvmx_read_csr(CVMX_L2T_ERR); in octeon_l2c_poll_oct1() 41 if (l2t_err_reset.u64) in octeon_l2c_poll_oct1() 42 cvmx_write_csr(CVMX_L2T_ERR, l2t_err_reset.u64); in octeon_l2c_poll_oct1() 44 l2d_err_reset.u64 = 0; in octeon_l2c_poll_oct1() 45 l2d_err.u64 = cvmx_read_csr(CVMX_L2D_ERR); in octeon_l2c_poll_oct1() 56 if (l2d_err_reset.u64) in octeon_l2c_poll_oct1() 57 cvmx_write_csr(CVMX_L2D_ERR, l2d_err_reset.u64); in octeon_l2c_poll_oct1() 68 err_tdtx_reset.u64 = 0; in _octeon_l2c_poll_oct2() 69 err_tdtx.u64 = cvmx_read_csr(CVMX_L2C_ERR_TDTX(tad)); in _octeon_l2c_poll_oct2() [all …]
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | mdesc.h | 18 #define MDESC_NODE_NULL (~(u64)0) 20 u64 mdesc_node_by_name(struct mdesc_handle *handle, 21 u64 from_node, const char *name); 38 u64 node, const char *name, int *lenp); 39 const char *mdesc_node_name(struct mdesc_handle *hp, u64 node); 53 u64 mdesc_next_arc(struct mdesc_handle *handle, u64 from, 60 u64 mdesc_arc_target(struct mdesc_handle *hp, u64 arc); 65 void (*add)(struct mdesc_handle *handle, u64 node); 66 void (*remove)(struct mdesc_handle *handle, u64 node);
|
/linux-4.1.27/drivers/net/phy/ |
D | mdio-octeon.c | 37 u64 register_base; 52 smi_clk.u64 = cvmx_read_csr(p->register_base + SMI_CLK); in octeon_mdiobus_set_mode() 55 cvmx_write_csr(p->register_base + SMI_CLK, smi_clk.u64); in octeon_mdiobus_set_mode() 68 smi_wr.u64 = 0; in octeon_mdiobus_c45_addr() 70 cvmx_write_csr(p->register_base + SMI_WR_DAT, smi_wr.u64); in octeon_mdiobus_c45_addr() 74 smi_cmd.u64 = 0; in octeon_mdiobus_c45_addr() 78 cvmx_write_csr(p->register_base + SMI_CMD, smi_cmd.u64); in octeon_mdiobus_c45_addr() 85 smi_wr.u64 = cvmx_read_csr(p->register_base + SMI_WR_DAT); in octeon_mdiobus_c45_addr() 113 smi_cmd.u64 = 0; in octeon_mdiobus_read() 117 cvmx_write_csr(p->register_base + SMI_CMD, smi_cmd.u64); in octeon_mdiobus_read() [all …]
|
/linux-4.1.27/drivers/staging/unisys/common-spar/include/channels/ |
D | controlvmchannel.h | 23 typedef u64 GUEST_PHYSICAL_ADDRESS; 125 u64 send_irq_handle; 131 u64 recv_irq_handle; 154 u64 boot_to_fw_ui:1; /* Bit 0: Stop in uefi ui */ 155 u64 clear_nvram:1; /* Bit 1: Clear NVRAM */ 156 u64 clear_cmos:1; /* Bit 2: Clear CMOS */ 157 u64 boot_to_tool:1; /* Bit 3: Run install tool */ 206 u64 message_handle; /* Identifies the particular message instance, 209 u64 payload_vm_offset; /* Offset of payload area from start of this 221 u64 channel_addr; /* Guest physical address of the channel, which [all …]
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | time.c | 115 DEFINE_PER_CPU(u64, decrementers_next_tb); 136 static u64 tb_to_ns_scale __read_mostly; 138 static u64 boot_tb __read_mostly; 154 u64 __cputime_jiffies_factor; 156 u64 __cputime_usec_factor; 158 u64 __cputime_sec_factor; 160 u64 __cputime_clockt_factor; 167 void (*dtl_consumer)(struct dtl_entry *, u64); 187 static u64 read_spurr(u64 tb) in read_spurr() 202 static u64 scan_dispatch_log(u64 stop_tb) in scan_dispatch_log() [all …]
|
/linux-4.1.27/drivers/staging/vt6656/ |
D | card.h | 46 void vnt_adjust_tsf(struct vnt_private *, u8, u64, u64); 47 bool vnt_get_current_tsf(struct vnt_private *, u64 *); 50 void vnt_update_next_tbtt(struct vnt_private *, u64, u16); 51 u64 vnt_get_next_tbtt(u64, u16); 52 u64 vnt_get_tsf_offset(u8 byRxRate, u64 qwTSF1, u64 qwTSF2);
|
/linux-4.1.27/drivers/dma/ |
D | fsldma.h | 71 #define FSL_DMA_EOL ((u64)0x1) 72 #define FSL_DMA_SNEN ((u64)0x10) 74 #define FSL_DMA_NLDA_MASK (~(u64)0x1f) 90 typedef u64 __bitwise v64; 111 u64 cdar; /* 0x08 - Current descriptor address register */ 112 u64 sar; /* 0x10 - Source Address Register */ 113 u64 dar; /* 0x18 - Destination Address Register */ 115 u64 ndar; /* 0x24 - Next Descriptor Address Register */ 196 static u64 in_be64(const u64 __iomem *addr) in in_be64() 198 return ((u64)in_be32((u32 __iomem *)addr) << 32) | in in_be64() [all …]
|
/linux-4.1.27/drivers/net/ethernet/ibm/ |
D | ibmveth.h | 127 u64 index; 128 u64 num_slots; 129 u64 toggle; 152 u64 fw_ipv6_csum_support; 153 u64 fw_ipv4_csum_support; 155 u64 replenish_task_cycles; 156 u64 replenish_no_mem; 157 u64 replenish_add_buff_failure; 158 u64 replenish_add_buff_success; 159 u64 rx_invalid_buffer; [all …]
|