| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | verifier_subreg.c | 22 __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 D | ltl2k.py | 101 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 D | intel,ixp4xx-expansion-peripheral-props.yaml | 19 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 D | pin_data.rs | |
| H A D | zeroable.rs | |
| H A D | quote.rs | 19 tokens.extend([TokenTree::from(self.clone())]); in to_tokens() 25 tokens.extend([TokenTree::from(self.clone())]); in to_tokens() 31 tokens.extend([self.clone()]); in to_tokens() 37 tokens.extend(self.clone()); 71 $v.extend([::proc_macro::TokenTree::Group(::proc_macro::Group::new( 80 $v.extend([::proc_macro::TokenTree::Group(::proc_macro::Group::new( 89 $v.extend([::proc_macro::TokenTree::Group(::proc_macro::Group::new( 96 $v.extend([::proc_macro::Spacing::Joint, ::proc_macro::Spacing::Alone].map(|spacing| { 102 $v.extend([::proc_macro::TokenTree::Punct( 108 $v.extend([ [all...] |
| H A D | kunit.rs | 56 .extend([token, TokenTree::Group(g)]); in kunit_tests() 186 new_body.extend([token, next]); 199 final_body.extend::<TokenStream>(assert_macros.parse().unwrap()); 200 final_body.extend(new_body); 201 final_body.extend::<TokenStream>(kunit_macros.parse().unwrap());
|
| /linux/rust/pin-init/internal/src/ |
| H A D | zeroable.rs | 40 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/drivers/net/ethernet/engleder/ |
| H A D | tsnep_tc.c | 92 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 D | file.c | 428 bool *ilock_shared, bool *extend, in ext4_dio_write_checks() argument 447 *extend = ext4_extending_io(inode, offset, count); in ext4_dio_write_checks() 462 ((!IS_NOSEC(inode) || *extend || !overwrite || in ext4_dio_write_checks() 481 if (!*ilock_shared && (unaligned_io || *extend)) { in ext4_dio_write_checks() 512 bool extend = false, unwritten = false; in ext4_dio_write_iter() local 557 ret = ext4_dio_write_checks(iocb, from, &ilock_shared, &extend, in ext4_dio_write_iter() 565 if (extend) { in ext4_dio_write_iter() 584 if (extend) { in ext4_dio_write_iter() 645 bool extend = false; in ext4_dax_write_iter() local 675 extend = true; in ext4_dax_write_iter() [all …]
|
| /linux/arch/mips/cavium-octeon/executive/ |
| H A D | cvmx-interrupt-decodes.c | 74 /*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 D | resize.c | 32 * 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 D | jfs_extent.c | 104 * 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/tools/testing/selftests/hid/tests/ |
| H A D | test_apple_keyboard.py | 195 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/m68k/fpsp040/ |
| H A D | binstr.S | 100 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 D | mmap-nommu.c | 32 /* 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/Documentation/userspace-api/media/v4l/ |
| H A D | dv-timings.rst | 13 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 D | kunit_parser.py | 627 all_failures.extend(failed_names(t, full_name)) 754 test.log.extend(log) 758 test.log.extend(err_log) 765 test.log.extend(parse_diagnostic(lines)) 773 test.log.extend(parse_diagnostic(lines)) 797 sub_test.log.extend(sub_log) 802 test.log.extend(sub_log) 811 test.log.extend(parse_diagnostic(lines))
|
| /linux/arch/sh/include/asm/ |
| H A D | cmpxchg-grb.h | 37 " 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/include/linux/ |
| H A D | bitops.h | 180 * 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
|
| H A D | cnt32_to_63.h | 3 * 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/x86/coco/tdx/ |
| H A D | tdx.c | 144 * tdx_mcall_extend_rtmr() - Wrapper to extend RTMR registers using 145 * TDG.MR.RTMR.EXTEND TDCALL. 147 * @data: Address of the input buffer with RTMR register extend data. 149 * Refer to section titled "TDG.MR.RTMR.EXTEND leaf" in the TDX Module v1.0 150 * specification for more information on TDG.MR.RTMR.EXTEND TDCALL. 152 * It is used in the TDX guest driver module to allow user to extend the RTMR 660 /* Zero-extend for 32-bit operation */ in handle_mmio() 664 /* Zero extend based on operand size */ in handle_mmio() 668 /* Sign extend based on operand size */ in handle_mmio()
|
| /linux/tools/include/linux/ |
| H A D | bitops.h | 93 * sign_extend64 - sign extend a 64-bit value using specified bit as sign-bit 94 * @value: value to sign extend
|
| /linux/tools/include/uapi/asm-generic/ |
| H A D | mman-common.h | 17 #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/drivers/net/ethernet/netronome/nfp/ |
| H A D | nfp_netvf_main.c | 133 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()
|