lsize 530 arch/mips/include/asm/r4kcache.h #define __BUILD_BLAST_CACHE(pfx, desc, indexop, hitop, lsize, extra) \ lsize 531 arch/mips/include/asm/r4kcache.h static inline void extra##blast_##pfx##cache##lsize(void) \ lsize 541 arch/mips/include/asm/r4kcache.h for (addr = start; addr < end; addr += lsize * 32) \ lsize 542 arch/mips/include/asm/r4kcache.h cache##lsize##_unroll32(addr|ws, indexop); \ lsize 545 arch/mips/include/asm/r4kcache.h static inline void extra##blast_##pfx##cache##lsize##_page(unsigned long page) \ lsize 551 arch/mips/include/asm/r4kcache.h cache##lsize##_unroll32(start, hitop); \ lsize 552 arch/mips/include/asm/r4kcache.h start += lsize * 32; \ lsize 556 arch/mips/include/asm/r4kcache.h static inline void extra##blast_##pfx##cache##lsize##_page_indexed(unsigned long page) \ lsize 567 arch/mips/include/asm/r4kcache.h for (addr = start; addr < end; addr += lsize * 32) \ lsize 568 arch/mips/include/asm/r4kcache.h cache##lsize##_unroll32(addr|ws, indexop); \ lsize 592 arch/mips/include/asm/r4kcache.h #define __BUILD_BLAST_USER_CACHE(pfx, desc, indexop, hitop, lsize) \ lsize 593 arch/mips/include/asm/r4kcache.h static inline void blast_##pfx##cache##lsize##_user_page(unsigned long page) \ lsize 599 arch/mips/include/asm/r4kcache.h cache##lsize##_unroll32_user(start, hitop); \ lsize 600 arch/mips/include/asm/r4kcache.h start += lsize * 32; \ lsize 619 arch/mips/include/asm/r4kcache.h unsigned long lsize = cpu_##desc##_line_size(); \ lsize 620 arch/mips/include/asm/r4kcache.h unsigned long addr = start & ~(lsize - 1); \ lsize 621 arch/mips/include/asm/r4kcache.h unsigned long aend = (end - 1) & ~(lsize - 1); \ lsize 627 arch/mips/include/asm/r4kcache.h addr += lsize; \ lsize 642 arch/mips/include/asm/r4kcache.h unsigned long lsize = cpu_##desc##_line_size(); \ lsize 643 arch/mips/include/asm/r4kcache.h unsigned long addr = start & ~(lsize - 1); \ lsize 644 arch/mips/include/asm/r4kcache.h unsigned long aend = (end - 1) & ~(lsize - 1); \ lsize 651 arch/mips/include/asm/r4kcache.h addr += lsize; \ lsize 658 arch/mips/include/asm/r4kcache.h addr += lsize; \ lsize 679 arch/mips/include/asm/r4kcache.h #define __BUILD_BLAST_CACHE_NODE(pfx, desc, indexop, hitop, lsize) \ lsize 680 arch/mips/include/asm/r4kcache.h static inline void blast_##pfx##cache##lsize##_node(long node) \ lsize 690 arch/mips/include/asm/r4kcache.h for (addr = start; addr < end; addr += lsize * 32) \ lsize 691 arch/mips/include/asm/r4kcache.h cache##lsize##_unroll32(addr|ws, indexop); \ lsize 278 arch/mips/include/asm/sgiarcs.h unsigned char lsize; lsize 282 arch/mips/include/asm/sgiarcs.h unsigned char lsize; lsize 66 arch/mips/mm/c-r3k.c unsigned long flags, status, lsize, i; lsize 79 arch/mips/mm/c-r3k.c for (lsize = 1; lsize < 128; lsize <<= 1) { lsize 80 arch/mips/mm/c-r3k.c *(p + lsize); lsize 85 arch/mips/mm/c-r3k.c for (i = 0; i < 128; i += lsize) lsize 90 arch/mips/mm/c-r3k.c return lsize * sizeof(*p); lsize 1081 arch/mips/mm/c-r4k.c unsigned int lsize; lsize 1247 arch/mips/mm/c-r4k.c lsize = (config1 >> 19) & 7; lsize 1248 arch/mips/mm/c-r4k.c if (lsize) lsize 1249 arch/mips/mm/c-r4k.c c->icache.linesz = 2 << lsize; lsize 1259 arch/mips/mm/c-r4k.c lsize = (config1 >> 10) & 7; lsize 1260 arch/mips/mm/c-r4k.c if (lsize) lsize 1261 arch/mips/mm/c-r4k.c c->dcache.linesz = 2 << lsize; lsize 1299 arch/mips/mm/c-r4k.c lsize = (config1 >> 19) & 7; lsize 1302 arch/mips/mm/c-r4k.c if (lsize == 7) lsize 1305 arch/mips/mm/c-r4k.c c->icache.linesz = lsize ? 2 << lsize : 0; lsize 1323 arch/mips/mm/c-r4k.c lsize = (config1 >> 10) & 7; lsize 1326 arch/mips/mm/c-r4k.c if (lsize == 7) lsize 1329 arch/mips/mm/c-r4k.c c->dcache.linesz = lsize ? 2 << lsize : 0; lsize 1479 arch/mips/mm/c-r4k.c unsigned int config2, lsize; lsize 1485 arch/mips/mm/c-r4k.c if ((lsize = ((config2 >> 20) & 15))) lsize 1486 arch/mips/mm/c-r4k.c c->vcache.linesz = 2 << lsize; lsize 1488 arch/mips/mm/c-r4k.c c->vcache.linesz = lsize; lsize 1582 arch/mips/mm/c-r4k.c unsigned int config2, lsize; lsize 1585 arch/mips/mm/c-r4k.c lsize = (config2 >> 4) & 15; lsize 1586 arch/mips/mm/c-r4k.c if (lsize) lsize 1587 arch/mips/mm/c-r4k.c c->scache.linesz = 2 << lsize; lsize 38 arch/mips/mm/sc-mips.c unsigned long lsize = cpu_scache_line_size(); lsize 39 arch/mips/mm/sc-mips.c unsigned long almask = ~(lsize - 1); lsize 28 arch/mips/pci/pci.c unsigned int lsize; lsize 34 arch/mips/pci/pci.c lsize = cpu_dcache_line_size(); lsize 35 arch/mips/pci/pci.c lsize = cpu_scache_line_size() ? : lsize; lsize 36 arch/mips/pci/pci.c lsize = cpu_tcache_line_size() ? : lsize; lsize 38 arch/mips/pci/pci.c BUG_ON(!lsize); lsize 40 arch/mips/pci/pci.c pci_dfl_cache_line_size = lsize >> 2; lsize 42 arch/mips/pci/pci.c pr_debug("PCI: pci_cache_line_size set to %d bytes\n", lsize); lsize 491 arch/powerpc/kernel/setup_64.c static void init_cache_info(struct ppc_cache_info *info, u32 size, u32 lsize, lsize 496 arch/powerpc/kernel/setup_64.c info->line_size = lsize; lsize 507 arch/powerpc/kernel/setup_64.c info->assoc = size / (sets * lsize); lsize 528 arch/powerpc/kernel/setup_64.c u32 size, lsize, bsize, sets; lsize 533 arch/powerpc/kernel/setup_64.c lsize = bsize = cur_cpu_spec->dcache_bsize; lsize 547 arch/powerpc/kernel/setup_64.c lsize = be32_to_cpu(*lsizep); lsize 564 arch/powerpc/kernel/setup_64.c init_cache_info(info, size, lsize, bsize, sets); lsize 29 arch/x86/kernel/cpu/mtrr/centaur.c unsigned long lbase, lsize; lsize 40 arch/x86/kernel/cpu/mtrr/centaur.c mtrr_if->get(i, &lbase, &lsize, <ype); lsize 41 arch/x86/kernel/cpu/mtrr/centaur.c if (lsize == 0) lsize 93 arch/x86/kernel/cpu/mtrr/cyrix.c unsigned long lbase, lsize; lsize 114 arch/x86/kernel/cpu/mtrr/cyrix.c cyrix_get_arr(7, &lbase, &lsize, <ype); lsize 115 arch/x86/kernel/cpu/mtrr/cyrix.c if (lsize == 0) lsize 120 arch/x86/kernel/cpu/mtrr/cyrix.c cyrix_get_arr(i, &lbase, &lsize, <ype); lsize 121 arch/x86/kernel/cpu/mtrr/cyrix.c if (lsize == 0) lsize 128 arch/x86/kernel/cpu/mtrr/cyrix.c cyrix_get_arr(i, &lbase, &lsize, <ype); lsize 129 arch/x86/kernel/cpu/mtrr/cyrix.c if ((lsize == 0) && (size >= 0x40)) lsize 562 arch/x86/kernel/cpu/mtrr/generic.c unsigned long lbase, lsize; lsize 571 arch/x86/kernel/cpu/mtrr/generic.c mtrr_if->get(i, &lbase, &lsize, <ype); lsize 572 arch/x86/kernel/cpu/mtrr/generic.c if (lsize == 0) lsize 304 arch/x86/kernel/cpu/mtrr/mtrr.c unsigned long lbase, lsize; lsize 346 arch/x86/kernel/cpu/mtrr/mtrr.c mtrr_if->get(i, &lbase, &lsize, <ype); lsize 347 arch/x86/kernel/cpu/mtrr/mtrr.c if (!lsize || base > lbase + lsize - 1 || lsize 354 arch/x86/kernel/cpu/mtrr/mtrr.c if (base < lbase || base + size - 1 > lbase + lsize - 1) { lsize 356 arch/x86/kernel/cpu/mtrr/mtrr.c base + size - 1 >= lbase + lsize - 1) { lsize 365 arch/x86/kernel/cpu/mtrr/mtrr.c lsize); lsize 482 arch/x86/kernel/cpu/mtrr/mtrr.c unsigned long lbase, lsize; lsize 495 arch/x86/kernel/cpu/mtrr/mtrr.c mtrr_if->get(i, &lbase, &lsize, <ype); lsize 496 arch/x86/kernel/cpu/mtrr/mtrr.c if (lbase == base && lsize == size) { lsize 511 arch/x86/kernel/cpu/mtrr/mtrr.c mtrr_if->get(reg, &lbase, &lsize, <ype); lsize 512 arch/x86/kernel/cpu/mtrr/mtrr.c if (lsize < 1) { lsize 642 arch/x86/kernel/cpu/mtrr/mtrr.c unsigned long lsize; lsize 653 arch/x86/kernel/cpu/mtrr/mtrr.c &mtrr_value[i].lsize, lsize 664 arch/x86/kernel/cpu/mtrr/mtrr.c if (mtrr_value[i].lsize) { lsize 666 arch/x86/kernel/cpu/mtrr/mtrr.c mtrr_value[i].lsize, lsize 74 drivers/bluetooth/bpa10x.c .lsize = 2, \ lsize 443 drivers/bluetooth/btmtksdio.c switch ((&pkts[i])->lsize) { lsize 15 drivers/bluetooth/h4_recv.h u8 lsize; /* Data length field size */ lsize 24 drivers/bluetooth/h4_recv.h .lsize = 2, \ lsize 31 drivers/bluetooth/h4_recv.h .lsize = 1, \ lsize 38 drivers/bluetooth/h4_recv.h .lsize = 1, \ lsize 101 drivers/bluetooth/h4_recv.h switch ((&pkts[i])->lsize) { lsize 594 drivers/bluetooth/hci_bcm.c .lsize = 0, \ lsize 601 drivers/bluetooth/hci_bcm.c .lsize = 0, \ lsize 608 drivers/bluetooth/hci_bcm.c .lsize = 0, \ lsize 615 drivers/bluetooth/hci_bcm.c .lsize = 0, \ lsize 223 drivers/bluetooth/hci_h4.c switch ((&pkts[i])->lsize) { lsize 969 drivers/bluetooth/hci_intel.c .lsize = 1, \ lsize 390 drivers/bluetooth/hci_ll.c .lsize = 0, \ lsize 397 drivers/bluetooth/hci_ll.c .lsize = 0, \ lsize 404 drivers/bluetooth/hci_ll.c .lsize = 0, \ lsize 411 drivers/bluetooth/hci_ll.c .lsize = 0, \ lsize 232 drivers/bluetooth/hci_mrvl.c .lsize = 0, \ lsize 239 drivers/bluetooth/hci_mrvl.c .lsize = 0, \ lsize 62 drivers/bluetooth/hci_nokia.c .lsize = 1, \ lsize 69 drivers/bluetooth/hci_nokia.c .lsize = 1, \ lsize 76 drivers/bluetooth/hci_nokia.c .lsize = 1, \ lsize 910 drivers/bluetooth/hci_qca.c .lsize = 0, \ lsize 917 drivers/bluetooth/hci_qca.c .lsize = 0, \ lsize 924 drivers/bluetooth/hci_qca.c .lsize = 0, \ lsize 120 drivers/bluetooth/hci_uart.h u8 lsize; /* Data length field size */ lsize 129 drivers/bluetooth/hci_uart.h .lsize = 2, \ lsize 136 drivers/bluetooth/hci_uart.h .lsize = 1, \ lsize 143 drivers/bluetooth/hci_uart.h .lsize = 1, \ lsize 235 drivers/dma-buf/udmabuf.c u32 lsize; lsize 241 drivers/dma-buf/udmabuf.c lsize = sizeof(struct udmabuf_create_item) * head.count; lsize 242 drivers/dma-buf/udmabuf.c list = memdup_user((void __user *)(arg + sizeof(head)), lsize); lsize 945 drivers/net/can/grcan.c size_t lsize = ALIGN(maxs, GRCAN_BUFFER_ALIGNMENT); lsize 951 drivers/net/can/grcan.c dma->base_size = lsize + ssize + GRCAN_BUFFER_ALIGNMENT; lsize 964 drivers/net/can/grcan.c small->handle = large->handle + lsize; lsize 968 drivers/net/can/grcan.c small->buf = large->buf + lsize; lsize 216 drivers/net/wireless/ath/wil6210/fw_inc.c size_t remain, lsize; lsize 233 drivers/net/wireless/ath/wil6210/fw_inc.c lsize = combo->n_limits * sizeof(*limit); lsize 234 drivers/net/wireless/ath/wil6210/fw_inc.c if (remain < lsize) lsize 236 drivers/net/wireless/ath/wil6210/fw_inc.c remain -= lsize; lsize 68 drivers/scsi/cxlflash/vlun.c __func__, ba_lun->lun_id, ba_lun->lsize, ba_lun->au_size); lsize 71 drivers/scsi/cxlflash/vlun.c lun_size_au = ba_lun->lsize / ba_lun->au_size; lsize 379 drivers/scsi/cxlflash/vlun.c blka->ba_lun.lsize = gli->max_lba + 1; lsize 383 drivers/scsi/cxlflash/vlun.c blka->nchunk = blka->ba_lun.lsize / MC_CHUNK_SIZE; lsize 69 drivers/scsi/cxlflash/vlun.h size_t lsize; /* LUN size in number of LBAs */ lsize 544 drivers/staging/media/tegra-vde/vde.c size_t lsize, size_t csize) lsize 549 drivers/staging/media/tegra-vde/vde.c src->y_offset, lsize, SZ_256, lsize 704 drivers/staging/media/tegra-vde/vde.c size_t lsize, csize; lsize 754 drivers/staging/media/tegra-vde/vde.c lsize = macroblocks_nb * 256; lsize 769 drivers/staging/media/tegra-vde/vde.c lsize, csize); lsize 1088 fs/xfs/xfs_super.c xfs_extlen_t lsize; lsize 1104 fs/xfs/xfs_super.c lsize = sbp->sb_logstart ? sbp->sb_logblocks : 0; lsize 1105 fs/xfs/xfs_super.c statp->f_blocks = sbp->sb_dblocks - lsize; lsize 283 scripts/insert-sys-cert.c unsigned long *lsize; lsize 380 scripts/insert-sys-cert.c lsize = (unsigned long *)lsize_sym.content; lsize 403 scripts/insert-sys-cert.c *lsize = *lsize + cert_size - *used; lsize 50 security/integrity/platform_certs/efi_parser.c size_t lsize, esize, hsize, elsize; lsize 61 security/integrity/platform_certs/efi_parser.c lsize = list.signature_list_size; lsize 64 security/integrity/platform_certs/efi_parser.c elsize = lsize - sizeof(list) - hsize; lsize 66 security/integrity/platform_certs/efi_parser.c if (lsize > size) { lsize 72 security/integrity/platform_certs/efi_parser.c if (lsize < sizeof(list) || lsize 73 security/integrity/platform_certs/efi_parser.c lsize - sizeof(list) < hsize || lsize 83 security/integrity/platform_certs/efi_parser.c data += lsize; lsize 84 security/integrity/platform_certs/efi_parser.c size -= lsize; lsize 85 security/integrity/platform_certs/efi_parser.c offs += lsize; lsize 44 security/integrity/platform_certs/load_uefi.c unsigned long lsize = 4; lsize 48 security/integrity/platform_certs/load_uefi.c *status = efi.get_variable(name, guid, NULL, &lsize, &tmpdb); lsize 57 security/integrity/platform_certs/load_uefi.c db = kmalloc(lsize, GFP_KERNEL); lsize 61 security/integrity/platform_certs/load_uefi.c *status = efi.get_variable(name, guid, NULL, &lsize, db); lsize 68 security/integrity/platform_certs/load_uefi.c *size = lsize;