/linux-6.1.9/drivers/pci/ |
D | ecam.c | 33 unsigned int bus_range, bus_range_max, bsz; in pci_ecam_create() local 62 bsz = 1 << bus_shift; in pci_ecam_create() 82 cfg->win = pci_remap_cfgspace(cfgres->start, bus_range * bsz); in pci_ecam_create() 129 unsigned int bsz = 1 << cfg->bus_shift; in pci_ecam_add_bus() local 140 start = cfg->res.start + busn * bsz; in pci_ecam_add_bus() 142 cfg->winp[busn] = pci_remap_cfgspace(start, bsz); in pci_ecam_add_bus()
|
/linux-6.1.9/include/linux/ |
D | kvm_host.h | 1753 #define STATS_DESC_COMMON(type, unit, base, exp, sz, bsz) \ argument 1760 .bucket_size = bsz 1762 #define VM_GENERIC_STATS_DESC(stat, type, unit, base, exp, sz, bsz) \ argument 1765 STATS_DESC_COMMON(type, unit, base, exp, sz, bsz), \ 1770 #define VCPU_GENERIC_STATS_DESC(stat, type, unit, base, exp, sz, bsz) \ argument 1773 STATS_DESC_COMMON(type, unit, base, exp, sz, bsz), \ 1778 #define VM_STATS_DESC(stat, type, unit, base, exp, sz, bsz) \ argument 1781 STATS_DESC_COMMON(type, unit, base, exp, sz, bsz), \ 1786 #define VCPU_STATS_DESC(stat, type, unit, base, exp, sz, bsz) \ argument 1789 STATS_DESC_COMMON(type, unit, base, exp, sz, bsz), \ [all …]
|
/linux-6.1.9/arch/loongarch/pci/ |
D | acpi.c | 94 int bsz, bus_range, err; in arch_pci_ecam_create() local 112 bsz = 1 << ops->bus_shift; in arch_pci_ecam_create() 127 cfg->win = pci_remap_cfgspace(cfgres->start, bus_range * bsz); in arch_pci_ecam_create()
|
/linux-6.1.9/tools/perf/util/ |
D | jitdump.c | 142 ssize_t bs, bsz = 0; in jit_open() local 152 bsz = hmax(sizeof(header), sizeof(*prefix)); in jit_open() 154 buf = malloc(bsz); in jit_open() 222 if (bs > bsz) { in jit_open() 226 bsz = bs; in jit_open() 229 ret = fread(buf, bs - bsz, 1, jd->in); in jit_open()
|
D | intel-bts.c | 411 size_t sz, bsz = sizeof(struct branch); in intel_bts_process_buffer() local 426 for (; sz > bsz; branch += 1, sz -= bsz) { in intel_bts_process_buffer()
|
D | thread-stack.c | 620 const size_t bsz = sizeof(struct branch_entry); in thread_stack__br_sample() local 638 memcpy(be, &src->entries[ts->br_stack_pos], bsz * nr); in thread_stack__br_sample() 644 memcpy(be, &src->entries[0], bsz * ts->br_stack_pos); in thread_stack__br_sample()
|
/linux-6.1.9/arch/arm64/crypto/ |
D | aes-cipher-core.S | 84 .macro do_crypt, round, ttab, ltab, bsz argument 113 \round w4, w5, w6, w7, w8, w9, w10, w11, \bsz, b
|
/linux-6.1.9/arch/arm/crypto/ |
D | aes-cipher-core.S | 102 .macro do_crypt, round, ttab, ltab, bsz argument 172 \round r4, r5, r6, r7, r8, r9, r10, r11, \bsz, b, rounds
|
/linux-6.1.9/net/tipc/ |
D | msg.c | 484 u32 msz, bsz, offset, pad; in tipc_msg_bundle() local 487 bsz = msg_size(bmsg); in tipc_msg_bundle() 488 offset = BUF_ALIGN(bsz); in tipc_msg_bundle() 489 pad = offset - bsz; in tipc_msg_bundle()
|
/linux-6.1.9/drivers/pcmcia/ |
D | cistpl.c | 980 int i, j, bsz, lsz; in parse_io() local 996 bsz = (*p & 0x30) >> 4; in parse_io() 997 if (bsz == 3) in parse_io() 998 bsz++; in parse_io() 1007 for (j = 0; j < bsz; j++, p++) { in parse_io()
|
/linux-6.1.9/mm/ |
D | filemap.c | 2830 size_t offset, bsz = i_blocksize(mapping->host); in folio_seek_hole_data() local 2843 offset = offset_in_folio(folio, start) & ~(bsz - 1); in folio_seek_hole_data() 2846 if (ops->is_partially_uptodate(folio, offset, bsz) == in folio_seek_hole_data() 2849 start = (start + bsz) & ~(bsz - 1); in folio_seek_hole_data() 2850 offset += bsz; in folio_seek_hole_data()
|
/linux-6.1.9/fs/jfs/ |
D | jfs_dmap.c | 2673 int budsz, bud, w, bsz, size; in dbBackSplit() local 2704 for (w = leafno, bsz = budsz;; bsz <<= 1, in dbBackSplit() 2706 if (bsz >= le32_to_cpu(tp->dmt_nleafs)) { in dbBackSplit() 2713 bud = w ^ bsz; in dbBackSplit()
|
/linux-6.1.9/fs/ubifs/ |
D | lpt.c | 603 int blnum, boffs, bsz, bcnt; in ubifs_create_dflt_lpt() local 697 bsz = c->pnode_sz; /* Size of nodes in level below */ in ubifs_create_dflt_lpt() 753 if (boffs + bsz > c->leb_size) { in ubifs_create_dflt_lpt() 759 boffs += bsz; in ubifs_create_dflt_lpt() 776 bsz = c->nnode_sz; in ubifs_create_dflt_lpt()
|