/linux-6.6.21/drivers/crypto/cavium/zip/ |
D | zip_regs.h | 129 u64 u_reg64; 132 u64 reserved_49_63 : 15; 133 u64 addr : 49; 135 u64 addr : 49; 136 u64 reserved_49_63 : 15; 148 u64 u_reg64; 151 u64 reserved_112_127 : 16; 152 u64 length : 16; 153 u64 reserved_67_95 : 29; 154 u64 fw : 1; [all …]
|
/linux-6.6.21/drivers/crypto/cavium/nitrox/ |
D | nitrox_csr.h | 211 u64 value; 214 u64 raz_4_63 : 60; 215 u64 ucode_len : 1; 216 u64 ucode_blk : 3; 218 u64 ucode_blk : 3; 219 u64 ucode_len : 1; 220 u64 raz_4_63 : 60; 230 u64 value; 233 u64 raz_40_63 : 24; 234 u64 exec_0_to_39 : 40; [all …]
|
/linux-6.6.21/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_struct.h | 158 u64 op : 4; /* W0 */ 159 u64 ctype : 4; 160 u64 lf : 9; 161 u64 reserved_17_23 : 7; 162 u64 cindex : 20; 163 u64 reserved_44_62 : 19; 164 u64 doneint : 1; 165 u64 res_addr; /* W1 */ 170 u64 op : 4; /* W0 */ 171 u64 ctype : 4; [all …]
|
/linux-6.6.21/drivers/net/ethernet/cavium/thunder/ |
D | q_struct.h | 173 u64 cqe_type:4; /* W0 */ 174 u64 stdn_fault:1; 175 u64 rsvd0:1; 176 u64 rq_qs:7; 177 u64 rq_idx:3; 178 u64 rsvd1:12; 179 u64 rss_alg:4; 180 u64 rsvd2:4; 181 u64 rb_cnt:4; 182 u64 vlan_found:1; [all …]
|
/linux-6.6.21/drivers/crypto/cavium/cpt/ |
D | cpt_hw_types.h | 74 u64 u[8]; 77 u64 reserved_17_63:47; 78 u64 doneint:1; 79 u64 reserved_0_1:16; 81 u64 reserved_0_15:16; 82 u64 doneint:1; 83 u64 reserved_17_63:47; 85 u64 res_addr; 87 u64 reserved_172_19:20; 88 u64 grp:10; [all …]
|
/linux-6.6.21/drivers/net/ethernet/cavium/liquidio/ |
D | liquidio_common.h | 137 u64 corefreq; 143 u64 board_rev_major; 145 u64 board_rev_minor; 158 u64 size64; 162 u64 ptr[4]; 307 u64 u64; member 311 u64 cmd:5; 313 u64 more:6; /* How many udd words follow the command */ 315 u64 cmdgroup:8; 316 u64 reserved:21; [all …]
|
/linux-6.6.21/drivers/crypto/marvell/octeontx/ |
D | otx_cpt_hw_types.h | 63 #define OTX_CPT_PF_MBOX_INTX(b) (0x400ll | (u64)(b) << 3) 64 #define OTX_CPT_PF_MBOX_INT_W1SX(b) (0x420ll | (u64)(b) << 3) 65 #define OTX_CPT_PF_MBOX_ENA_W1CX(b) (0x440ll | (u64)(b) << 3) 66 #define OTX_CPT_PF_MBOX_ENA_W1SX(b) (0x460ll | (u64)(b) << 3) 71 #define OTX_CPT_PF_GX_EN(b) (0x600ll | (u64)(b) << 3) 91 #define OTX_CPT_PF_EXE_DBG_CNTX(b) (0x4001100ll | (u64)(b) << 3) 93 #define OTX_CPT_PF_EXE_EPCI_INBX_CNT(b) (0x4001200ll | (u64)(b) << 3) 94 #define OTX_CPT_PF_EXE_EPCI_OUTBX_CNT(b) (0x4001240ll | (u64)(b) << 3) 95 #define OTX_CPT_PF_ENGX_UCODE_BASE(b) (0x4002000ll | (u64)(b) << 3) 96 #define OTX_CPT_PF_QX_CTL(b) (0x8000000ll | (u64)(b) << 20) [all …]
|
/linux-6.6.21/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_struct.h | 82 u64 flow_tag : 32; 83 u64 q : 20; 84 u64 reserved_52_57 : 6; 85 u64 node : 2; 86 u64 cqe_type : 4; 91 u64 chan : 12; 92 u64 desc_sizem1 : 5; 93 u64 rsvd_17 : 1; 94 u64 express : 1; 95 u64 wqwd : 1; [all …]
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_stats.h | 37 (*(u64 *)((char *)ptr + dsc[i].offset)) 75 int (*fill_stats)(struct mlx5e_priv *priv, u64 *data, int idx); 93 int MLX5E_STATS_GRP_OP(grp, fill_stats)(struct mlx5e_priv *priv, u64 *data, int idx) 111 void mlx5e_stats_fill(struct mlx5e_priv *priv, u64 *data, int idx); 135 u64 rx_packets; 136 u64 rx_bytes; 137 u64 tx_packets; 138 u64 tx_bytes; 139 u64 tx_tso_packets; 140 u64 tx_tso_bytes; [all …]
|
/linux-6.6.21/drivers/net/ethernet/ibm/ehea/ |
D | ehea_phyp.h | 49 static inline void hcp_epas_ctor(struct h_epas *epas, u64 paddr_kernel, in hcp_epas_ctor() 50 u64 paddr_user) in hcp_epas_ctor() 61 iounmap((void __iomem *)((u64)epas->kernel.addr & PAGE_MASK)); in hcp_epas_dtor() 68 u64 qp_ctl_reg; /* 00 */ 73 u64 qp_aer; /* 06 */ 74 u64 qp_tenure; /* 08 */ 99 u64 sq_cq_handle; /* 02 */ 100 u64 rq_cq_handle; /* 04 */ 140 u64 max_mr_size; /* 20 */ 141 u64 reserved2; /* 22 */ [all …]
|
D | ehea_hw.h | 26 u64 qpx_hcr; 27 u64 qpx_c; 28 u64 qpx_herr; 29 u64 qpx_aer; 30 u64 qpx_sqa; 31 u64 qpx_sqc; 32 u64 qpx_rq1a; 33 u64 qpx_rq1c; 34 u64 qpx_st; 35 u64 qpx_aerr; [all …]
|
/linux-6.6.21/drivers/net/dsa/sja1105/ |
D | sja1105_static_config.h | 174 u64 winstindex; 175 u64 winend; 176 u64 winst; 177 u64 destports; 178 u64 setvalid; 179 u64 txen; 180 u64 resmedia_en; 181 u64 resmedia; 182 u64 vlindex; 183 u64 delta; [all …]
|
/linux-6.6.21/drivers/dma/idxd/ |
D | registers.h | 28 u64 block_on_fault:1; 29 u64 overlap_copy:1; 30 u64 cache_control_mem:1; 31 u64 cache_control_cache:1; 32 u64 cmd_cap:1; 33 u64 rsvd:3; 34 u64 dest_readback:1; 35 u64 drain_readback:1; 36 u64 rsvd2:3; 37 u64 evl_support:2; [all …]
|
/linux-6.6.21/drivers/crypto/marvell/octeontx2/ |
D | otx2_cpt_hw_types.h | 214 u64 u[8]; 218 u64 nixtxl:3; 219 u64 doneint:1; 220 u64 nixtx_addr:60; 222 u64 res_addr; 224 u64 tag:32; 225 u64 tt:2; 226 u64 grp:10; 227 u64 reserved_172_175:4; 228 u64 rvu_pf_func:16; [all …]
|
/linux-6.6.21/arch/powerpc/include/asm/ |
D | spu_csa.h | 98 u64 spc_mssync_RW; 101 u64 mfc_ea_W; 123 u64 mfc_sr1_RW; 124 u64 mfc_lpid_RW; 125 u64 spu_idr_RW; 126 u64 mfc_vr_RO; 127 u64 spu_vr_RO; 128 u64 int_mask_class0_RW; 129 u64 int_mask_class1_RW; 130 u64 int_mask_class2_RW; [all …]
|
/linux-6.6.21/arch/alpha/include/asm/ |
D | err_ev7.h | 11 u64 whami; 12 u64 rbox_whami; 13 u64 rbox_int; 14 u64 exc_addr; 16 u64 halt_code; 17 u64 reserved; 24 u64 i_stat; 25 u64 dc_stat; 26 u64 c_addr; 27 u64 c_syndrome_1; [all …]
|
/linux-6.6.21/lib/crypto/ |
D | curve25519-fiat32.c | 334 { u64 x40 = ((u64)x23 * x5); in fe_mul_impl() 335 { u64 x41 = (((u64)x23 * x7) + ((u64)x25 * x5)); in fe_mul_impl() 336 { u64 x42 = ((((u64)(0x2 * x25) * x7) + ((u64)x23 * x9)) + ((u64)x27 * x5)); in fe_mul_impl() 337 { u64 x43 = (((((u64)x25 * x9) + ((u64)x27 * x7)) + ((u64)x23 * x11)) + ((u64)x29 * x5)); in fe_mul_impl() 338 …{ u64 x44 = (((((u64)x27 * x9) + (0x2 * (((u64)x25 * x11) + ((u64)x29 * x7)))) + ((u64)x23 * x13))… in fe_mul_impl() 339 …{ u64 x45 = (((((((u64)x27 * x11) + ((u64)x29 * x9)) + ((u64)x25 * x13)) + ((u64)x31 * x7)) + ((u6… in fe_mul_impl() 340 …{ u64 x46 = (((((0x2 * ((((u64)x29 * x11) + ((u64)x25 * x15)) + ((u64)x33 * x7))) + ((u64)x27 * x1… in fe_mul_impl() 341 …u64 x47 = (((((((((u64)x29 * x13) + ((u64)x31 * x11)) + ((u64)x27 * x15)) + ((u64)x33 * x9)) + ((u… in fe_mul_impl() 342 …u64 x48 = (((((((u64)x31 * x13) + (0x2 * (((((u64)x29 * x15) + ((u64)x33 * x11)) + ((u64)x25 * x19… in fe_mul_impl() 343 …u64 x49 = (((((((((((u64)x31 * x15) + ((u64)x33 * x13)) + ((u64)x29 * x17)) + ((u64)x35 * x11)) + … in fe_mul_impl() [all …]
|
D | curve25519-hacl64.c | 17 static __always_inline u64 u64_eq_mask(u64 a, u64 b) in u64_eq_mask() 19 u64 x = a ^ b; in u64_eq_mask() 20 u64 minus_x = ~x + (u64)1U; in u64_eq_mask() 21 u64 x_or_minus_x = x | minus_x; in u64_eq_mask() 22 u64 xnx = x_or_minus_x >> (u32)63U; in u64_eq_mask() 23 u64 c = xnx - (u64)1U; in u64_eq_mask() 27 static __always_inline u64 u64_gte_mask(u64 a, u64 b) in u64_gte_mask() 29 u64 x = a; in u64_gte_mask() 30 u64 y = b; in u64_gte_mask() 31 u64 x_xor_y = x ^ y; in u64_gte_mask() [all …]
|
/linux-6.6.21/drivers/net/ethernet/brocade/bna/ |
D | bfa_defs_cna.h | 18 u64 secs_reset; /*!< Seconds since stats is reset */ 19 u64 tx_frames; /*!< Tx frames */ 20 u64 tx_words; /*!< Tx words */ 21 u64 tx_lip; /*!< Tx LIP */ 22 u64 tx_nos; /*!< Tx NOS */ 23 u64 tx_ols; /*!< Tx OLS */ 24 u64 tx_lr; /*!< Tx LR */ 25 u64 tx_lrr; /*!< Tx LRR */ 26 u64 rx_frames; /*!< Rx frames */ 27 u64 rx_words; /*!< Rx words */ [all …]
|
/linux-6.6.21/drivers/misc/cxl/ |
D | hcalls.h | 18 u64 phys_addr; 19 u64 len; 55 long cxl_h_attach_process(u64 unit_address, struct cxl_process_element_hcall *element, 56 u64 *process_token, u64 *mmio_addr, u64 *mmio_size); 62 long cxl_h_detach_process(u64 unit_address, u64 process_token); 67 long cxl_h_reset_afu(u64 unit_address); 74 long cxl_h_suspend_process(u64 unit_address, u64 process_token); 81 long cxl_h_resume_process(u64 unit_address, u64 process_token); 88 long cxl_h_read_error_state(u64 unit_address, u64 *state); 97 long cxl_h_get_afu_err(u64 unit_address, u64 offset, u64 buf_address, u64 len); [all …]
|
/linux-6.6.21/arch/x86/crypto/ |
D | curve25519-x86_64.c | 19 static __always_inline u64 eq_mask(u64 a, u64 b) in eq_mask() 21 u64 x = a ^ b; in eq_mask() 22 u64 minus_x = ~x + (u64)1U; in eq_mask() 23 u64 x_or_minus_x = x | minus_x; in eq_mask() 24 u64 xnx = x_or_minus_x >> (u32)63U; in eq_mask() 25 return xnx - (u64)1U; in eq_mask() 28 static __always_inline u64 gte_mask(u64 a, u64 b) in gte_mask() 30 u64 x = a; in gte_mask() 31 u64 y = b; in gte_mask() 32 u64 x_xor_y = x ^ y; in gte_mask() [all …]
|
/linux-6.6.21/arch/s390/include/asm/ |
D | nmi.h | 41 u64 sd : 1; /* 00 system damage */ 42 u64 pd : 1; /* 01 instruction-processing damage */ 43 u64 sr : 1; /* 02 system recovery */ 44 u64 : 1; /* 03 */ 45 u64 cd : 1; /* 04 timing-facility damage */ 46 u64 ed : 1; /* 05 external damage */ 47 u64 : 1; /* 06 */ 48 u64 dg : 1; /* 07 degradation */ 49 u64 w : 1; /* 08 warning pending */ 50 u64 cp : 1; /* 09 channel-report pending */ [all …]
|
D | uv.h | 116 u64 reserved08; /* 0x0008 */ 117 u64 inst_calls_list[4]; /* 0x0010 */ 118 u64 reserved30[2]; /* 0x0030 */ 119 u64 uv_base_stor_len; /* 0x0040 */ 120 u64 reserved48; /* 0x0048 */ 121 u64 conf_base_phys_stor_len; /* 0x0050 */ 122 u64 conf_base_virt_stor_len; /* 0x0058 */ 123 u64 conf_virt_var_stor_len; /* 0x0060 */ 124 u64 cpu_stor_len; /* 0x0068 */ 127 u64 max_guest_stor_addr; /* 0x0080 */ [all …]
|
/linux-6.6.21/drivers/thermal/intel/int340x_thermal/ |
D | acpi_thermal_rel.h | 31 u64 weight; 32 u64 ac0_max; 33 u64 ac1_max; 34 u64 ac2_max; 35 u64 ac3_max; 36 u64 ac4_max; 37 u64 ac5_max; 38 u64 ac6_max; 39 u64 ac7_max; 40 u64 ac8_max; [all …]
|
/linux-6.6.21/arch/x86/include/asm/ |
D | svm.h | 127 u64 iopm_base_pa; 128 u64 msrpm_base_pa; 129 u64 tsc_offset; 139 u64 exit_info_1; 140 u64 exit_info_2; 143 u64 nested_ctl; 144 u64 avic_vapic_bar; 145 u64 ghcb_gpa; 148 u64 nested_cr3; 149 u64 virt_ext; [all …]
|