/linux-6.1.9/arch/arm64/include/asm/ |
D | fpsimdmacros.h | 199 .macro _sme_str_zav nw, nxbase, offset=0 200 _sme_check_wv \nw 204 | (((\nw) & 3) << 13) \ 213 .macro _sme_ldr_zav nw, nxbase, offset=0 214 _sme_check_wv \nw 218 | (((\nw) & 3) << 13) \ 323 .macro sme_save_za nxbase, xvl, nw 324 mov w\nw, #0 327 _sme_str_zav \nw, \nxbase 329 add x\nw, x\nw, #1 [all …]
|
/linux-6.1.9/arch/powerpc/mm/book3s64/ |
D | subpage_prot.c | 94 size_t nw; in subpage_prot_clear() local 121 nw = PTRS_PER_PTE - i; in subpage_prot_clear() 122 if (addr + (nw << PAGE_SHIFT) > next) in subpage_prot_clear() 123 nw = (next - addr) >> PAGE_SHIFT; in subpage_prot_clear() 125 memset(spp, 0, nw * sizeof(u32)); in subpage_prot_clear() 128 hpte_flush_range(mm, addr, nw); in subpage_prot_clear() 188 size_t nw; in SYSCALL_DEFINE3() local 259 nw = PTRS_PER_PTE - i; in SYSCALL_DEFINE3() 260 if (addr + (nw << PAGE_SHIFT) > next) in SYSCALL_DEFINE3() 261 nw = (next - addr) >> PAGE_SHIFT; in SYSCALL_DEFINE3() [all …]
|
/linux-6.1.9/drivers/macintosh/ |
D | windfarm_fcu_controls.c | 89 int tries, nr, nw; in wf_fcu_read_reg() local 96 nw = i2c_master_send(pv->i2c, buf, 1); in wf_fcu_read_reg() 97 if (nw > 0 || (nw < 0 && nw != -EIO) || tries >= 100) in wf_fcu_read_reg() 102 if (nw <= 0) { in wf_fcu_read_reg() 103 pr_err("Failure writing address to FCU: %d", nw); in wf_fcu_read_reg() 104 nr = nw; in wf_fcu_read_reg() 116 pr_err("wf_fcu: Failure reading data from FCU: %d", nw); in wf_fcu_read_reg() 125 int tries, nw; in wf_fcu_write_reg() local 133 nw = i2c_master_send(pv->i2c, buf, nb); in wf_fcu_write_reg() 134 if (nw > 0 || (nw < 0 && nw != -EIO) || tries >= 100) in wf_fcu_write_reg() [all …]
|
/linux-6.1.9/tools/testing/selftests/arm64/fp/ |
D | sme-inst.h | 33 .macro _ldr_za nw, nxbase, offset=0 35 | (((\nw) & 3) << 13) \ 44 .macro _str_za nw, nxbase, offset=0 46 | (((\nw) & 3) << 13) \
|
/linux-6.1.9/drivers/media/pci/bt8xx/ |
D | btcx-risc.c | 124 s32 nx,nw,dx; in btcx_align() local 129 nw = (win->width) & ~mask; in btcx_align() 130 if (nx + nw > win->left + win->width) in btcx_align() 131 nw -= mask+1; in btcx_align() 134 win->width = nw; in btcx_align() 141 nw = (clips[i].c.width) & ~mask; in btcx_align() 142 if (nx + nw < clips[i].c.left-dx + clips[i].c.width) in btcx_align() 143 nw += mask+1; in btcx_align() 145 clips[i].c.width = nw; in btcx_align()
|
/linux-6.1.9/crypto/ |
D | vmac.c | 149 #define nh_16(mp, kp, nw, rh, rl) \ argument 153 for (i = 0; i < nw; i += 2) { \ 160 #define nh_16_2(mp, kp, nw, rh, rl, rh1, rl1) \ argument 164 for (i = 0; i < nw; i += 2) { \ 175 #define nh_vmac_nhbytes(mp, kp, nw, rh, rl) \ argument 179 for (i = 0; i < nw; i += 8) { \ 195 #define nh_vmac_nhbytes_2(mp, kp, nw, rh, rl, rh1, rl1) \ argument 199 for (i = 0; i < nw; i += 8) { \ 254 #define nh_16(mp, kp, nw, rh, rl) \ argument 259 for (i = 0; i < nw; i += 2) { \ [all …]
|
/linux-6.1.9/drivers/md/ |
D | dm-cache-background-tracker.c | 80 struct bt_work *nw) in __insert_pending() argument 90 cmp = cmp_oblock(w->work.oblock, nw->work.oblock); in __insert_pending() 102 rb_link_node(&nw->node, parent, new); in __insert_pending() 103 rb_insert_color(&nw->node, &b->pending); in __insert_pending()
|
/linux-6.1.9/fs/jfs/ |
D | jfs_dmap.c | 1070 int dbitno, word, rembits, nb, nwords, wbitno, nw; in dbAllocNext() local 1157 nw = BUDSIZE(l2size, BUDMIN); in dbAllocNext() 1159 nwords -= nw; in dbAllocNext() 1160 word += nw; in dbAllocNext() 2122 int dbitno, word, rembits, nb, nwords, wbitno, nw, agno; in dbAllocBits() local 2193 for (; nwords > 0; nwords -= nw) { in dbAllocBits() 2217 nw = BUDSIZE(size, BUDMIN); in dbAllocBits() 2218 word += nw; in dbAllocBits() 2269 int dbitno, word, rembits, nb, nwords, wbitno, nw, agno; in dbFreeBits() local 2341 for (; nwords > 0; nwords -= nw) { in dbFreeBits() [all …]
|
/linux-6.1.9/tools/testing/selftests/arm64/abi/ |
D | syscall-abi-asm.S | 30 .macro _ldr_za nw, nxbase, offset=0 32 | (((\nw) & 3) << 13) \ 41 .macro _str_za nw, nxbase, offset=0 43 | (((\nw) & 3) << 13) \
|
/linux-6.1.9/scripts/ |
D | get_maintainer.pl | 2463 my @nw = split(/[^A-Za-zÀ-ÿ\'\,\.\+-]/, $name); 2464 if (@nw > 2) { 2465 my $first = $nw[@nw - 3]; 2466 my $middle = $nw[@nw - 2]; 2467 my $last = $nw[@nw - 1];
|
/linux-6.1.9/drivers/infiniband/hw/qib/ |
D | qib_user_sdma.c | 817 size_t nw; in qib_user_sdma_queue_pkts() local 833 nw = len >> 2; in qib_user_sdma_queue_pkts() 858 pktnwc = nw - 1; in qib_user_sdma_queue_pkts()
|
/linux-6.1.9/arch/powerpc/kvm/ |
D | book3s_64_mmu_hv.c | 1718 unsigned long i, nb, nw; in kvm_htab_read() local 1744 nw = nb; in kvm_htab_read() 1790 nw = nb; in kvm_htab_read() 1793 nb = nw; in kvm_htab_read()
|
/linux-6.1.9/Documentation/translations/it_IT/doc-guide/ |
D | sphinx.rst | 471 :alt: so-nw-arrow 482 :alt: so-nw-arrow
|
/linux-6.1.9/drivers/infiniband/hw/hfi1/ |
D | sdma.c | 380 struct iowait *w, *nw; in sdma_flush() local 385 list_for_each_entry_safe(w, nw, &sde->dmawait, list) { in sdma_flush() 1727 struct iowait *wait, *nw, *twait; in sdma_desc_avail() local 1745 nw, in sdma_desc_avail()
|
/linux-6.1.9/Documentation/doc-guide/ |
D | sphinx.rst | 509 :alt: so-nw-arrow 520 :alt: so-nw-arrow
|