/openbmc/linux/arch/powerpc/mm/book3s64/ |
H A D | subpage_prot.c | 96 size_t nw; in subpage_prot_clear() local 123 nw = PTRS_PER_PTE - i; in subpage_prot_clear() 124 if (addr + (nw << PAGE_SHIFT) > next) in subpage_prot_clear() 125 nw = (next - addr) >> PAGE_SHIFT; in subpage_prot_clear() 127 memset(spp, 0, nw * sizeof(u32)); in subpage_prot_clear() 130 hpte_flush_range(mm, addr, nw); in subpage_prot_clear() 191 size_t nw; in SYSCALL_DEFINE3() local 262 nw = PTRS_PER_PTE - i; in SYSCALL_DEFINE3() 263 if (addr + (nw << PAGE_SHIFT) > next) in SYSCALL_DEFINE3() 264 nw = (next - addr) >> PAGE_SHIFT; in SYSCALL_DEFINE3() [all …]
|
/openbmc/linux/arch/arm64/include/asm/ |
H A 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) \ 345 .macro sme_save_za nxbase, xvl, nw 346 mov w\nw, #0 349 _sme_str_zav \nw, \nxbase 351 add x\nw, x\nw, #1 [all …]
|
/openbmc/linux/drivers/macintosh/ |
H A 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 …]
|
/openbmc/linux/tools/testing/selftests/arm64/fp/ |
H A 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) \
|
/openbmc/linux/crypto/ |
H A 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 …]
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/network/ |
H A D | phosphor-network_git.bb | 19 PACKAGECONFIG[hyp-nw-config] = "-Dhyp-nw-config=true, -Dhyp-nw-config=false,," 30 SYSTEMD_SERVICE:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'hyp-nw-config', 'xyz.openbmc_project.Network.Hypervisor.service', '', d)}"
|
/openbmc/linux/drivers/md/ |
H A D | dm-cache-background-tracker.c | 76 struct bt_work *nw) in __insert_pending() argument 86 cmp = cmp_oblock(w->work.oblock, nw->work.oblock); in __insert_pending() 98 rb_link_node(&nw->node, parent, new); in __insert_pending() 99 rb_insert_color(&nw->node, &b->pending); in __insert_pending()
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | designware_udc.c | 186 u32 i, nw, nb; in usbgetpckfromfifo() local 194 nw = len / sizeof(u32); in usbgetpckfromfifo() 203 for (i = 0; i < nw; i++) { in usbgetpckfromfifo() 225 u32 i, nw, nb; in usbputpcktofifo() local 230 nw = len / sizeof(int); in usbputpcktofifo() 233 for (i = 0; i < nw; i++) { in usbputpcktofifo()
|
/openbmc/linux/fs/jfs/ |
H A D | jfs_dmap.c | 1085 int dbitno, word, rembits, nb, nwords, wbitno, nw; in dbAllocNext() local 1172 nw = BUDSIZE(l2size, BUDMIN); in dbAllocNext() 1174 nwords -= nw; in dbAllocNext() 1175 word += nw; in dbAllocNext() 2145 int dbitno, word, rembits, nb, nwords, wbitno, nw, agno; in dbAllocBits() local 2216 for (; nwords > 0; nwords -= nw) { in dbAllocBits() 2240 nw = BUDSIZE(size, BUDMIN); in dbAllocBits() 2241 word += nw; in dbAllocBits() 2292 int dbitno, word, rembits, nb, nwords, wbitno, nw, agno; in dbFreeBits() local 2364 for (; nwords > 0; nwords -= nw) { in dbFreeBits() [all …]
|
/openbmc/qemu/scripts/ |
H A D | get_maintainer.pl | 1989 my @nw = split(/[^A-Za-zÀ-ÿ\'\,\.\+-]/, $name); 1990 if (@nw > 2) { 1991 my $first = $nw[@nw - 3]; 1992 my $middle = $nw[@nw - 2]; 1993 my $last = $nw[@nw - 1];
|
/openbmc/linux/tools/testing/selftests/arm64/abi/ |
H A D | syscall-abi-asm.S | 33 .macro _ldr_za nw, nxbase, offset=0 35 | (((\nw) & 3) << 13) \ 44 .macro _str_za nw, nxbase, offset=0 46 | (((\nw) & 3) << 13) \
|
/openbmc/phosphor-networkd/ |
H A D | meson.options | 24 'hyp-nw-config',
|
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/fans/phosphor-pid-control/ |
H A D | fan-table-init.sh | 71 pathLine=$(grep -nw "$sensorPath" "$TEMP_FILE" | awk -F ':' '{print $1}')
|
/openbmc/linux/scripts/ |
H A 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];
|
/openbmc/u-boot/scripts/ |
H A D | get_maintainer.pl | 2398 my @nw = split(/[^A-Za-zÀ-ÿ\'\,\.\+-]/, $name); 2399 if (@nw > 2) { 2400 my $first = $nw[@nw - 3]; 2401 my $middle = $nw[@nw - 2]; 2402 my $last = $nw[@nw - 1];
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/ |
H A D | jquery-ui.theme.min.css | 5 …nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2…
|
H A D | jquery-ui.min.css | 7 …nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2…
|
/openbmc/phosphor-networkd/src/ |
H A D | meson.build | 95 if (get_option('hyp-nw-config') == true)
|
/openbmc/phosphor-networkd/test/ |
H A D | meson.build | 86 if (get_option('hyp-nw-config') == true)
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/network/ |
H A D | phosphor-network_%.bbappend | 36 PACKAGECONFIG:append:p10bmc = " hyp-nw-config"
|
/openbmc/linux/drivers/infiniband/hw/qib/ |
H A D | qib_user_sdma.c | 812 size_t nw; in qib_user_sdma_queue_pkts() local 828 nw = len >> 2; in qib_user_sdma_queue_pkts() 853 pktnwc = nw - 1; in qib_user_sdma_queue_pkts()
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s_64_mmu_hv.c | 1733 unsigned long i, nb, nw; in kvm_htab_read() local 1759 nw = nb; in kvm_htab_read() 1805 nw = nb; in kvm_htab_read() 1808 nb = nw; in kvm_htab_read()
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A 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() 1725 struct iowait *wait, *nw, *twait; in sdma_desc_avail() local 1743 nw, in sdma_desc_avail()
|
/openbmc/linux/Documentation/doc-guide/ |
H A D | sphinx.rst | 512 :alt: so-nw-arrow 523 :alt: so-nw-arrow
|
/openbmc/linux/Documentation/translations/it_IT/doc-guide/ |
H A D | sphinx.rst | 483 :alt: so-nw-arrow 494 :alt: so-nw-arrow
|