Home
last modified time | relevance | path

Searched full:extend (Results 1 – 25 of 638) sorted by relevance

12345678910>>...26

/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_subreg.c22 __description("add32 reg zero extend check")
39 __description("add32 imm zero extend check")
69 __description("sub32 reg zero extend check")
86 __description("sub32 imm zero extend check")
110 __description("mul32 reg zero extend check")
127 __description("mul32 imm zero extend check")
151 __description("div32 reg zero extend check")
168 __description("div32 imm zero extend check")
192 __description("or32 reg zero extend check")
209 __description("or32 imm zero extend check")
[all …]
/linux/Documentation/devicetree/bindings/memory-controllers/
H A Dintel,ixp4xx-expansion-peripheral-props.yaml19 description: Address timing, extend address phase with n cycles.
24 description: Setup chip select timing, extend setup phase with n cycles.
29 description: Strobe timing, extend strobe phase with n cycles.
34 description: Hold timing, extend hold phase with n cycles.
39 description: Recovery timing, extend recovery phase with n cycles.
/linux/rust/macros/
H A Dpin_data.rs40 res.extend(ty_generics.iter().cloned()); in pin_data()
50 errs.extend( in pin_data()
83 quoted.extend(errs); in pin_data()
104 errs.extend( in replace_self_and_deny_type_defs()
H A Dzeroable.rs30 new_impl_generics.extend(quote! { : ::kernel::init::Zeroable }); in derive()
44 new_impl_generics.extend(quote! { ::kernel::init::Zeroable + }); in derive()
62 new_impl_generics.extend(quote! { : ::kernel::init::Zeroable }); in derive()
H A Dquote.rs19 tokens.extend([TokenTree::from(self.clone())]); in to_tokens()
25 tokens.extend([self.clone()]); in to_tokens()
31 tokens.extend(self.clone()); in to_tokens()
56 $v.extend(ts);
63 $v.extend(ts);
/linux/drivers/net/ethernet/engleder/
H A Dtsnep_tc.c92 u64 extend; in tsnep_write_gcl() local
113 /* case 1: extend cycle time for change in tsnep_write_gcl()
117 extend = tsnep_change_duration(gcl, gcl->count - 1); in tsnep_write_gcl()
118 extend += gcl->cycle_time_extension; in tsnep_write_gcl()
127 /* use maximum, because the actual case (extend or cut) can be in tsnep_write_gcl()
130 gcl->change_limit = max(extend, cut); in tsnep_write_gcl()
/linux/fs/ext4/
H A Dfile.c423 bool *ilock_shared, bool *extend, in ext4_dio_write_checks() argument
442 *extend = ext4_extending_io(inode, offset, count); in ext4_dio_write_checks()
457 ((!IS_NOSEC(inode) || *extend || !overwrite || in ext4_dio_write_checks()
476 if (!*ilock_shared && (unaligned_io || *extend)) { in ext4_dio_write_checks()
507 bool extend = false, unwritten = false; in ext4_dio_write_iter() local
552 ret = ext4_dio_write_checks(iocb, from, &ilock_shared, &extend, in ext4_dio_write_iter()
560 if (extend) { in ext4_dio_write_iter()
579 if (extend) { in ext4_dio_write_iter()
640 bool extend = false; in ext4_dax_write_iter() local
670 extend = true; in ext4_dax_write_iter()
[all …]
/linux/arch/mips/cavium-octeon/executive/
H A Dcvmx-interrupt-decodes.c74 /*gmx_rx_int_en.s.falerr = 1; // False carrier error or extend error after slottime */ in __cvmx_interrupt_gmxx_rxx_int_en_enable()
95 /*gmx_rx_int_en.s.falerr = 1; // False carrier error or extend error after slottime */ in __cvmx_interrupt_gmxx_rxx_int_en_enable()
118 /*gmx_rx_int_en.s.falerr = 1; // False carrier error or extend error after slottime */ in __cvmx_interrupt_gmxx_rxx_int_en_enable()
140 /*gmx_rx_int_en.s.falerr = 1; // False carrier error or extend error after slottime */ in __cvmx_interrupt_gmxx_rxx_int_en_enable()
162 /*gmx_rx_int_en.s.falerr = 1; // False carrier error or extend error after slottime */ in __cvmx_interrupt_gmxx_rxx_int_en_enable()
185 /*gmx_rx_int_en.s.falerr = 1; // False carrier error or extend error after slottime */ in __cvmx_interrupt_gmxx_rxx_int_en_enable()
215 /*gmx_rx_int_en.s.falerr = 1; // False carrier error or extend error after slottime */ in __cvmx_interrupt_gmxx_rxx_int_en_enable()
/linux/fs/jfs/
H A Dresize.c32 * function: extend file system;
107 /* Can't extend write-protected drive */ in jfs_extendfs()
261 * extend block allocation map in jfs_extendfs()
292 * extend map from current map (WITHOUT growing mapfile) in jfs_extendfs()
299 /* compute number of blocks requested to extend */ in jfs_extendfs()
413 /* any more blocks to extend ? */ in jfs_extendfs()
H A Djfs_extent.c99 * extend the hint extent to include the current in extAlloc()
138 /* if we can extend the hint extent to cover the current request, in extAlloc()
139 * extend it. otherwise, insert a new extent to in extAlloc()
147 /* if the extend or insert failed, in extAlloc()
/linux/tools/testing/selftests/hid/tests/
H A Dtest_apple_keyboard.py194 r.extend(uhdev.event(["F4"]))
226 r.extend(uhdev.event(["F4"]))
257 r.extend(uhdev.send_fn_state(1))
289 r.extend(uhdev.event(["F4"]))
290 r.extend(uhdev.event(["F4", "F6"]))
391 r.extend(uhdev.event([]))
411 r.extend(uhdev.event(["UpArrow"]))
/linux/arch/m68k/fpsp040/
H A Dbinstr.S100 addxw %d6,%d1 |add in extend from mul by 2
106 addxl %d4,%d2 |add with extend upper 32 bits
108 addxw %d6,%d1 |add in extend from add to d1
/linux/fs/romfs/
H A Dmmap-nommu.c32 /* the mapping mustn't extend beyond the EOF */ in romfs_get_unmapped_area()
50 /* the mapping mustn't extend beyond the EOF */ in romfs_get_unmapped_area()
/linux/arch/powerpc/platforms/cell/
H A Dinterrupt.h10 * the current code though it's trivial to extend that if necessary using
25 * (that is the node field is expected to never extend to move than 23 bits)
/linux/Documentation/userspace-api/media/v4l/
H A Ddv-timings.rst13 extend the API to select the video timings for these interfaces. Since
14 it is not possible to extend the :ref:`v4l2_std_id <v4l2-std-id>`
/linux/tools/testing/kunit/
H A Dkunit_parser.py625 all_failures.extend(failed_names(t, full_name))
752 test.log.extend(log)
756 test.log.extend(err_log)
763 test.log.extend(parse_diagnostic(lines))
775 test.log.extend(parse_diagnostic(lines))
796 sub_test.log.extend(sub_log)
801 test.log.extend(sub_log)
810 test.log.extend(parse_diagnostic(lines))
/linux/include/linux/
H A Dbitops.h181 * sign_extend32 - sign extend a 32-bit value using specified bit as sign-bit
182 * @value: value to sign extend
194 * sign_extend64 - sign extend a 64-bit value using specified bit as sign-bit
195 * @value: value to sign extend
H A Dcnt32_to_63.h3 * Extend a 32-bit counter to 63 bits
39 * To overcome that limitation, let's extend a 32-bit counter to 63 bits
/linux/arch/sh/include/asm/
H A Dcmpxchg-grb.h37 " extu.w %0, %0 \n\t" /* extend as unsigned */ in xchg_u16()
59 " extu.b %0, %0 \n\t" /* extend as unsigned */ in xchg_u8()
/linux/tools/include/linux/
H A Dbitops.h93 * sign_extend64 - sign extend a 64-bit value using specified bit as sign-bit
94 * @value: value to sign extend
/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_netvf_main.c133 if (fw_ver.extend & NFP_NET_CFG_VERSION_RESERVED_MASK || in nfp_netvf_pci_probe()
136 fw_ver.extend, fw_ver.class, in nfp_netvf_pci_probe()
157 fw_ver.extend, fw_ver.class, in nfp_netvf_pci_probe()
/linux/arch/x86/include/asm/
H A Dsyscall.h34 * sign-extend the low 32 bits.
58 * Sign-extend the value so (int)-EFOO becomes (long)-EFOO in syscall_get_error()
/linux/drivers/char/tpm/
H A Dtpm-interface.c35 * with an extend to the selected _unused_ non-volatile pcr.
305 * tpm_pcr_extend - extend a PCR value in SHA1 bank.
308 * @digests: array of tpm_digest structures used to extend PCRs
338 "attempting extend a PCR value"); in tpm_pcr_extend()
/linux/drivers/pcmcia/
H A Drsrc_iodyn.c131 /* Try to extend top of window */ in iodyn_find_io()
143 /* Try to extend bottom of window */ in iodyn_find_io()
/linux/arch/m68k/ifpsp060/src/
H A Dilsp.S803 extb.l %d0 # sign extend lo bnd
804 extb.l %d1 # sign extend hi bnd
822 ext.l %d0 # sign extend lo bnd
823 ext.l %d1 # sign extend hi bnd
857 extb.l %d0 # sign extend lo bnd
858 extb.l %d1 # sign extend hi bnd
861 # sign extend byte to long so we can do simple longword compares.
862 extb.l %d2 # sign extend data byte
880 ext.l %d0 # sign extend lo bnd
881 ext.l %d1 # sign extend hi bnd
[all …]

12345678910>>...26