| /linux/arch/arm/mach-pxa/ |
| H A D | am200epd.c | 203 int totalsize; in am200_presetup_fb() local 237 totalsize = fw + am200_board.wfm_size + padding_size + (fw*fh); in am200_presetup_fb() 247 am200_fb_info.modes->yres = DIV_ROUND_UP(totalsize, fw); in am200_presetup_fb()
|
| /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/ixgbe/ |
| H A D | ixgbe_xsk.c | 216 unsigned int totalsize = xdp->data_end - xdp->data_meta; in ixgbe_construct_skb_zc() local 223 skb = napi_alloc_skb(&rx_ring->q_vector->napi, totalsize); in ixgbe_construct_skb_zc() 227 memcpy(__skb_put(skb, totalsize), xdp->data_meta, in ixgbe_construct_skb_zc() 228 ALIGN(totalsize, sizeof(long))); in ixgbe_construct_skb_zc()
|
| /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/arch/x86/include/asm/ |
| H A D | microcode.h | 43 unsigned int totalsize; member
|
| /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/scripts/ |
| H A D | make_fit.py | 322 ext_fit_size = ext_fit.totalsize()
|
| /linux/arch/alpha/kernel/ |
| H A D | setup.c | 1154 #define CSHAPE(totalsize, linesize, assoc) \ argument 1155 ((totalsize & ~0xff) | (linesize << 4) | assoc)
|
| /linux/arch/powerpc/platforms/powermac/ |
| H A D | bootx_init.c | 399 hdr->totalsize = mem_end - mem_start; in bootx_flatten_dt()
|