| /linux/drivers/i2c/busses/ |
| H A D | i2c-powermac.c | 271 u32 addr, char *type, int type_size) in i2c_powermac_get_type() argument 286 snprintf(type, type_size, "MAC,%s", tmp); in i2c_powermac_get_type() 294 snprintf(type, type_size, "MAC,tas3001"); in i2c_powermac_get_type() 297 snprintf(type, type_size, "MAC,tas3004"); in i2c_powermac_get_type()
|
| /linux/rust/kernel/ |
| H A D | io.rs | 315 let type_size = core::mem::size_of::<U>(); in offset_valid() localVariable 316 if let Some(end) = offset.checked_add(type_size) { in offset_valid() 317 end <= size && offset % type_size == 0 in offset_valid()
|
| /linux/arch/x86/include/uapi/asm/ |
| H A D | kvm.h | 429 __u64 type_size = (__u64)type << 32; \ 431 type_size |= type == KVM_X86_REG_TYPE_MSR ? KVM_REG_SIZE_U64 : \ 434 type_size; \
|
| /linux/tools/arch/x86/include/uapi/asm/ |
| H A D | kvm.h | 429 __u64 type_size = (__u64)type << 32; \ 431 type_size |= type == KVM_X86_REG_TYPE_MSR ? KVM_REG_SIZE_U64 : \ 434 type_size; \
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | ser.c | 81 u32 type_size; \ 88 p->type_size = sizeof(p->data); \
|
| /linux/tools/lib/bpf/ |
| H A D | btf.c | 427 int err, type_size; in btf_parse_type_sec() 433 type_size = btf_type_size(next_type); in btf_parse_type_sec() 434 if (type_size < 0) in btf_parse_type_sec() 435 return type_size; in btf_parse_type_sec() 436 if (next_type + type_size > end_type) { in btf_parse_type_sec() 448 next_type += type_size; in btf_parse_type_sec() 6045 int type_size; 6049 type_size = btf_type_size(t); 6050 memcpy(nt, t, type_size); 6062 nt += type_size; 425 int err, type_size; btf_parse_type_sec() local [all...] |
| /linux/kernel/bpf/ |
| H A D | btf.c | 2073 u32 *type_size, const struct btf_type **elem_type, in __btf_resolve_size() argument 2128 *type_size = nelems * size; in __btf_resolve_size() 2143 u32 *type_size) in btf_resolve_size() argument 2145 return __btf_resolve_size(btf, type, type_size, NULL, NULL, NULL, NULL); in btf_resolve_size() 4930 u32 var_type_id = vsi->type, type_id, type_size = 0; in btf_datasec_resolve() local 4946 if (!btf_type_id_size(btf, &type_id, &type_size)) { in btf_datasec_resolve() 4951 if (vsi->size < type_size) { in btf_datasec_resolve()
|
| H A D | verifier.c | 13380 u32 regno = i + 1, ref_id, type_size; in check_kfunc_args() local 13752 resolve_ret = btf_resolve_size(btf, ref_t, &type_size); in check_kfunc_args() 13758 ret = check_mem_reg(env, reg, regno, type_size); in check_kfunc_args()
|
| /linux/Documentation/bpf/ |
| H A D | llvm_reloc.rst | 517 98: CO-RE <type_size> [2] struct foo
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_sli.c | 10655 u32 type_size; in lpfc_prep_embed_io() local 10667 type_size = le32_to_cpu(sgl->sge_len); in lpfc_prep_embed_io() 10668 type_size |= ULP_BDE64_TYPE_BDE_IMMED; in lpfc_prep_embed_io() 10669 wqe->generic.bde.tus.w = type_size; in lpfc_prep_embed_io() 10908 bde->type_size = cpu_to_le32(cmd_size); in __lpfc_sli_prep_els_req_rsp_s4() 10909 bde->type_size |= cpu_to_le32(ULP_BDE64_TYPE_BDE_64); in __lpfc_sli_prep_els_req_rsp_s4() 11032 size = le32_to_cpu(bpl[i].type_size) & ULP_BDE64_SIZE_MASK; in __lpfc_sli_prep_gen_req_s4() 11036 size = le32_to_cpu(bpl[i].type_size) & ULP_BDE64_SIZE_MASK; in __lpfc_sli_prep_gen_req_s4() 11037 type = le32_to_cpu(bpl[i].type_size) & ULP_BDE64_TYPE_MASK; in __lpfc_sli_prep_gen_req_s4() 11047 bde->type_size = cpu_to_le32(xmit_len); in __lpfc_sli_prep_gen_req_s4() [all …]
|
| H A D | lpfc_ct.c | 3423 bde->type_size = cpu_to_le32(ULP_BDE64_TYPE_BDE_64 << in lpfc_fdmi_cmd() 3425 bde->type_size |= cpu_to_le32(size); in lpfc_fdmi_cmd()
|
| H A D | lpfc_els.c | 277 bpl->type_size = cpu_to_le32(cmd_size); in lpfc_prep_els_iocb() 278 bpl->type_size |= cpu_to_le32(ULP_BDE64_TYPE_BDE_64); in lpfc_prep_els_iocb() 284 bpl->type_size = cpu_to_le32(FCELSSIZE); in lpfc_prep_els_iocb() 285 bpl->type_size |= cpu_to_le32(ULP_BDE64_TYPE_BDE_64); in lpfc_prep_els_iocb()
|
| H A D | lpfc_hw4.h | 264 __le32 type_size; /* type 31:24, size 23:0 */ member
|