Searched refs:totalsize (Results 1 – 12 of 12) sorted by relevance
| /linux/sound/soc/sof/amd/ |
| H A D | acp-common.c | 70 if (xoops->arch_hdr.totalsize > EXCEPT_MAX_HDR_SIZE) { in amd_get_registers() 72 xoops->arch_hdr.totalsize); in amd_get_registers() 76 offset += xoops->arch_hdr.totalsize; in amd_get_registers()
|
| /linux/scripts/dtc/libfdt/ |
| H A D | fdt_ro.c | 36 int32_t totalsize; in fdt_get_string() local 49 totalsize = fdt_ro_probe_(fdt); in fdt_get_string() 50 err = totalsize; in fdt_get_string() 51 if (totalsize < 0) in fdt_get_string() 56 if (absoffset >= (unsigned)totalsize) in fdt_get_string() 58 len = totalsize - absoffset; in fdt_get_string()
|
| /linux/sound/soc/sof/intel/ |
| H A D | atom.c | 48 if (xoops->arch_hdr.totalsize > EXCEPT_MAX_HDR_SIZE) { in atom_get_registers() 50 xoops->arch_hdr.totalsize); in atom_get_registers() 53 offset += xoops->arch_hdr.totalsize; in atom_get_registers()
|
| H A D | bdw.c | 236 if (xoops->arch_hdr.totalsize > EXCEPT_MAX_HDR_SIZE) { in bdw_get_registers() 238 xoops->arch_hdr.totalsize); in bdw_get_registers() 241 offset += xoops->arch_hdr.totalsize; in bdw_get_registers()
|
| /linux/arch/sh/kernel/cpu/ |
| H A D | init.c | 196 #define CSHAPE(totalsize, linesize, assoc) \ argument 197 ((totalsize & ~0xff) | (linesize << 4) | assoc)
|
| /linux/drivers/net/ethernet/intel/igb/ |
| H A D | igb_xsk.c | 269 unsigned int totalsize = xdp->data_end - xdp->data_meta; in igb_construct_skb_zc() local 276 skb = napi_alloc_skb(&rx_ring->q_vector->napi, totalsize); in igb_construct_skb_zc() 283 memcpy(__skb_put(skb, totalsize), xdp->data_meta, in igb_construct_skb_zc() 284 ALIGN(totalsize, sizeof(long))); in igb_construct_skb_zc()
|
| /linux/sound/soc/sof/imx/ |
| H A D | imx-common.c | 39 if (xoops->arch_hdr.totalsize > EXCEPT_MAX_HDR_SIZE) { in imx8_get_registers() 41 xoops->arch_hdr.totalsize); in imx8_get_registers() 44 offset += xoops->arch_hdr.totalsize; in imx8_get_registers()
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_xsk.c | 292 unsigned int totalsize = xdp->data_end - xdp->data_meta; in i40e_construct_skb_zc() local 305 skb = napi_alloc_skb(&rx_ring->q_vector->napi, totalsize); in i40e_construct_skb_zc() 309 memcpy(__skb_put(skb, totalsize), xdp->data_meta, in i40e_construct_skb_zc() 310 ALIGN(totalsize, sizeof(long))); in i40e_construct_skb_zc()
|
| /linux/include/sound/sof/ |
| H A D | header.h | 187 uint32_t totalsize; /* Total size of oops message */ member
|
| /linux/net/core/ |
| H A D | xdp.c | 866 unsigned int headroom, totalsize; in xdpf_clone() local 872 totalsize = headroom + xdpf->len; in xdpf_clone() 874 if (unlikely(totalsize > SKB_WITH_OVERHEAD(PAGE_SIZE))) in xdpf_clone() 881 memcpy(addr, xdpf, totalsize); in xdpf_clone()
|
| /linux/arch/alpha/kernel/ |
| H A D | setup.c | 1153 #define CSHAPE(totalsize, linesize, assoc) \ argument 1154 ((totalsize & ~0xff) | (linesize << 4) | assoc)
|
| /linux/scripts/ |
| H A D | make_fit.py | 431 ext_fit_size = ext_fit.totalsize()
|