/linux/arch/microblaze/lib/ |
H A D | ashldi3.c | 21 const unsigned int carries = (unsigned int) uu.s.low >> bm; in __ashldi3() local 24 w.s.high = ((unsigned int) uu.s.high << b) | carries; in __ashldi3()
|
H A D | lshrdi3.c | 21 const unsigned int carries = (unsigned int) uu.s.high << bm; in __lshrdi3() local 24 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __lshrdi3()
|
H A D | ashrdi3.c | 23 const unsigned int carries = (unsigned int) uu.s.high << bm; in __ashrdi3() local 26 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __ashrdi3()
|
/linux/lib/ |
H A D | lshrdi3.c | 24 const unsigned int carries = (unsigned int) uu.s.high << bm; in __lshrdi3() local 27 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __lshrdi3()
|
H A D | ashldi3.c | 24 const unsigned int carries = (unsigned int) uu.s.low >> bm; in __ashldi3() local 27 w.s.high = ((unsigned int) uu.s.high << b) | carries; in __ashldi3()
|
H A D | ashrdi3.c | 26 const unsigned int carries = (unsigned int) uu.s.high << bm; in __ashrdi3() local 29 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __ashrdi3()
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | cs53l30.txt | 32 * carries 2-channel data in the same time. 33 * 2) TDM mode on one single data pin -- SDOUT1 carries
|
/linux/Documentation/networking/ |
H A D | xfrm_sync.rst | 91 This TLV carries the running/current counter for byte lifetime since 96 This TLV carries the running/current counter for replay sequence since 101 This TLV carries the threshold being used by the kernel to trigger events
|
/linux/Documentation/ABI/testing/ |
H A D | dev-kmsg | 14 carries the syslog priority and facility. The single decimal 110 The flags field carries '-' by default. A 'c' indicates a
|
/linux/Documentation/admin-guide/mm/ |
H A D | kho.rst | 87 flattened device tree blob that carries its current KHO 108 the state tree that carries metadata about the previous
|
/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_vfpf.h | 95 /* header of first vf->pf tlv carries the offset used to calculate response 103 /* header of pf->vf tlvs, carries the status of handling the request */ 174 /* acquire response tlv - carries the allocated resources */
|
/linux/drivers/net/ |
H A D | LICENSE.SRC | 2 carries the following copyright and license.
|
/linux/drivers/dma/ioat/ |
H A D | prep.c | 222 /* last xor descriptor carries the unmap parameters and fence bit */ in __ioat_prep_xor_lock() 229 /* completion descriptor carries interrupt bit */ in __ioat_prep_xor_lock() 432 /* last pq descriptor carries the unmap parameters and fence bit */ in __ioat_prep_pq_lock() 445 /* completion descriptor carries interrupt bit */ in __ioat_prep_pq_lock() 546 /* last pq descriptor carries the unmap parameters and fence bit */ in __ioat_prep_pq16_lock()
|
/linux/include/linux/ |
H A D | hidden.h | 10 * which carries absolute addresses which need to be fixed up when the
|
/linux/tools/perf/trace/beauty/ |
H A D | mount_flags.c | 29 * Therefore, if this magic number is present, it carries no in syscall_arg__mask_val_mount_flags()
|
/linux/tools/lib/bpf/ |
H A D | zip.h | 18 /* Carries information on name, compression method, and data corresponding to a
|
/linux/Documentation/devicetree/bindings/clock/ |
H A D | apple,nco.yaml | 17 It carries a number of independent channels and is typically used for
|
/linux/Documentation/gpu/rfc/ |
H A D | i915_vm_bind.h | 132 * Note that @fence carries its own flags. 191 * Note that @fence carries its own flags.
|
/linux/drivers/hwtracing/stm/ |
H A D | Kconfig | 35 also carries additional metadata for time correlation, better
|
/linux/Documentation/userspace-api/netlink/ |
H A D | intro.rst | 176 As previously mentioned :c:member:`nlmsghdr.nlmsg_type` carries 184 - ``NLMSG_ERROR`` - carries the return code of an operation; 209 and second of the request. ``NLMSG_ERROR`` carries the information about 369 ``NLMSGERR_ATTR_MSG`` carries a message in English describing
|
/linux/net/lapb/ |
H A D | lapb_subr.c | 152 * I frame - carries NR/NS/PF in lapb_decode() 186 * I frame - carries NR/NS/PF in lapb_decode()
|
/linux/net/ax25/ |
H A D | ax25_subr.c | 107 frametype = AX25_I; /* I frame - carries NR/NS/PF */ in ax25_decode() 122 frametype = AX25_I; /* I frame - carries NR/NS/PF */ in ax25_decode()
|
/linux/Documentation/hid/ |
H A D | hidreport-parsing.rst | 19 Start with the first number, 0x05: it carries 2 bits for the
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | ext-ctrls-fm-rx.rst | 60 If set, then the tuned programme carries traffic announcements.
|
/linux/arch/powerpc/lib/ |
H A D | strlen_32.S | 29 * byte to a true match due to carries. For little-endian this is
|