Home
last modified time | relevance | path

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

12345678910>>...30

/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/tools/verification/rvgen/rvgen/
H A Dltl2k.py101 buf.extend([
134 buf2.extend(break_long_line(line, "\t "))
149 buf.extend(self._fill_atom_values(required_values))
150 buf.extend([
164 buf.extend(lines)
168 buf.extend([
186 buf.extend(self._fill_atom_values(required_values))
198 buf.extend(lines)
244 buf.extend(self._fill_atoms())
247 buf.extend(self._fill_atoms_to_string())
[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/pin-init/internal/src/
H A Dpin_data.rs43 res.extend(ty_generics.iter().cloned()); in pin_data()
53 errs.extend( in pin_data()
86 quoted.extend(errs); in pin_data()
107 errs.extend( in replace_self_and_deny_type_defs()
H A Dzeroable.rs40 new_impl_generics.extend(quote! { : ::pin_init::Zeroable }); in parse_zeroable_derive_input()
54 new_impl_generics.extend(quote! { ::pin_init::Zeroable + }); in parse_zeroable_derive_input()
72 new_impl_generics.extend(quote! { : ::pin_init::Zeroable }); in parse_zeroable_derive_input()
/linux/rust/macros/
H A Dquote.rs20 tokens.extend([TokenTree::from(self.clone())]); in to_tokens()
26 tokens.extend([TokenTree::from(self.clone())]); in to_tokens()
32 tokens.extend([self.clone()]); in to_tokens()
38 tokens.extend(self.clone()); in to_tokens()
63 $v.extend(ts);
70 $v.extend(ts);
H A Dkunit.rs162 new_body.extend([token, next]); in kunit_tests()
175 final_body.extend::<TokenStream>(assert_macros.parse().unwrap()); in kunit_tests()
176 final_body.extend(new_body); in kunit_tests()
177 final_body.extend::<TokenStream>(kunit_macros.parse().unwrap()); in kunit_tests()
/linux/drivers/misc/mei/
H A Dhw.h247 * struct mei_ext_hdr - extend header descriptor (TLV)
257 * struct mei_ext_meta_hdr - extend header meta data
271 * struct mei_ext_hdr_vtag - extend header for vtag
273 * @hdr: standard extend header
369 * @ext: current extend header
374 * Return: The following extend header after @ext
384 * @ext: extend header
386 * Return: extend header length in bytes
/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/security/integrity/ima/
H A Dima_init.c27 /* Add the boot aggregate to the IMA measurement list and extend
33 * list and extend the PCR register.
40 * list and extend the aggregate PCR value with ff...ff's.
/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/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/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.c104 * extend the hint extent to include the current in extAlloc()
143 /* if we can extend the hint extent to cover the current request, in extAlloc()
144 * extend it. otherwise, insert a new extent to in extAlloc()
152 /* if the extend or insert failed, in extAlloc()
/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/tools/testing/selftests/hid/tests/
H A Dtest_apple_keyboard.py195 r.extend(uhdev.event(["F4"]))
227 r.extend(uhdev.event(["F4"]))
258 r.extend(uhdev.send_fn_state(1))
290 r.extend(uhdev.event(["F4"]))
291 r.extend(uhdev.event(["F4", "F6"]))
392 r.extend(uhdev.event([]))
412 r.extend(uhdev.event(["UpArrow"]))
/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/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))
771 test.log.extend(parse_diagnostic(lines))
795 sub_test.log.extend(sub_log)
800 test.log.extend(sub_log)
809 test.log.extend(parse_diagnostic(lines))
/linux/include/uapi/asm-generic/
H A Dmman-common.h17 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */
18 #define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */
/linux/tools/include/uapi/asm-generic/
H A Dmman-common.h17 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */
18 #define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */
/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/arch/parisc/include/uapi/asm/
H A Dmman.h10 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */
11 #define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */
/linux/include/linux/
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
H A Dbitops.h180 * sign_extend32 - sign extend a 32-bit value using specified bit as sign-bit
181 * @value: value to sign extend
193 * sign_extend64 - sign extend a 64-bit value using specified bit as sign-bit
194 * @value: value to sign extend
/linux/arch/alpha/include/uapi/asm/
H A Dmman.h10 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */
11 #define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */

12345678910>>...30