Home
last modified time | relevance | path

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

12345678910>>...29

/Linux-v6.1/tools/testing/selftests/bpf/verifier/
Dsubreg.c14 "add32 reg zero extend check",
27 "add32 imm zero extend check",
53 "sub32 reg zero extend check",
66 "sub32 imm zero extend check",
86 "mul32 reg zero extend check",
99 "mul32 imm zero extend check",
119 "div32 reg zero extend check",
132 "div32 imm zero extend check",
152 "or32 reg zero extend check",
165 "or32 imm zero extend check",
[all …]
/Linux-v6.1/arch/ia64/lib/
Didiv32.S29 # define EXTEND zxt4 macro
34 # define EXTEND sxt4 macro
47 EXTEND in0 = in0 // in0 = a
48 EXTEND in1 = in1 // in1 = b
/Linux-v6.1/Documentation/devicetree/bindings/bus/
Dintel,ixp4xx-expansion-bus-controller.yaml62 description: Address timing, extend address phase with n cycles.
67 description: Setup chip select timing, extend setup phase with n cycles.
72 description: Strobe timing, extend strobe phase with n cycles.
77 description: Hold timing, extend hold phase with n cycles.
82 description: Recovery timing, extend recovery phase with n cycles.
/Linux-v6.1/tools/lib/traceevent/
Dkbuffer-parse.c277 unsigned long long extend; in old_update_pointers() local
298 extend = read_4(kbuf, ptr); in old_update_pointers()
299 extend <<= TS_SHIFT; in old_update_pointers()
300 extend += delta; in old_update_pointers()
301 delta = extend; in old_update_pointers()
348 unsigned long long extend; in translate_data() local
365 extend = read_4(kbuf, data); in translate_data()
367 extend <<= TS_SHIFT; in translate_data()
368 extend += *delta; in translate_data()
369 *delta = extend; in translate_data()
/Linux-v6.1/drivers/net/ethernet/engleder/
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-v6.1/fs/ext4/
Dfile.c438 bool *ilock_shared, bool *extend) in ext4_dio_write_checks() argument
454 *extend = true; in ext4_dio_write_checks()
461 if (*ilock_shared && (!IS_NOSEC(inode) || *extend || in ext4_dio_write_checks()
494 bool extend = false, unaligned_io = false; in ext4_dio_write_iter() local
537 ret = ext4_dio_write_checks(iocb, from, &ilock_shared, &extend); in ext4_dio_write_iter()
542 if ((iocb->ki_flags & IOCB_NOWAIT) && (unaligned_io || extend)) { in ext4_dio_write_iter()
569 if (extend) { in ext4_dio_write_iter()
588 (unaligned_io || extend) ? IOMAP_DIO_FORCE_WAIT : 0, in ext4_dio_write_iter()
593 if (extend) in ext4_dio_write_iter()
639 bool extend = false; in ext4_dax_write_iter() local
[all …]
/Linux-v6.1/arch/mips/cavium-octeon/executive/
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-v6.1/security/integrity/ima/
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-v6.1/arch/x86/xen/
Dmulticalls.h58 * Try to extend the arguments of the previous multicall command. The
60 * extend the argument space allocated to the multicall entry by
/Linux-v6.1/Documentation/userspace-api/media/v4l/
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-v6.1/drivers/misc/mei/
Dhw.h239 * struct mei_ext_hdr - extend header descriptor (TLV)
252 * struct mei_ext_meta_hdr - extend header meta data
266 * struct mei_ext_hdr_vtag - extend header for vtag
268 * @hdr: standard extend header
311 * @ext: current extend header
316 * Return: The following extend header after @ext
/Linux-v6.1/arch/m68k/fpsp040/
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-v6.1/fs/jfs/
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()
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-v6.1/fs/romfs/
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-v6.1/arch/powerpc/platforms/cell/
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-v6.1/include/linux/
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
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-v6.1/arch/x86/include/asm/
Dsyscall.h36 * sign-extend the low 32 bits.
60 * Sign-extend the value so (int)-EFOO becomes (long)-EFOO in syscall_get_error()
/Linux-v6.1/arch/sh/include/asm/
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-v6.1/include/uapi/asm-generic/
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-v6.1/arch/parisc/include/uapi/asm/
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-v6.1/arch/alpha/include/uapi/asm/
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-v6.1/tools/include/uapi/asm-generic/
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-v6.1/tools/testing/kunit/
Dkunit_kernel.py65 command.extend(make_options)
77 command.extend(make_options)
147 params.extend(['mem=1G', 'console=tty', 'kunit_shutdown=halt'])
221 params.extra_qemu_params.extend(extra_qemu_args)

12345678910>>...29