/Linux-v5.10/tools/testing/selftests/bpf/verifier/ |
D | subreg.c | 14 "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-v5.10/fs/jfs/ |
D | jfs_extent.c | 102 * extend the hint extent to include the current in extAlloc() 141 /* if we can extend the hint extent to cover the current request, in extAlloc() 142 * extend it. otherwise, insert a new extent to in extAlloc() 150 /* if the extend or insert failed, in extAlloc() 185 * FUNCTION: extend the allocation of a file extent containing a 218 /* get the extend (partial) page's disk block address and in extRealloc() 225 /* if the extend page is abnr and if the request is for in extRealloc() 241 * space as to satisfy the extend page. in extRealloc() 256 /* check if the extend page is not abnr but the request is abnr in extRealloc() 258 * is the case, there is a miss match of abnr between the extend page in extRealloc() [all …]
|
D | resize.c | 32 * function: extend file system; 108 /* Can't extend write-protected drive */ in jfs_extendfs() 262 * extend block allocation map in jfs_extendfs() 293 * extend map from current map (WITHOUT growing mapfile) in jfs_extendfs() 300 /* compute number of blocks requested to extend */ in jfs_extendfs() 414 /* any more blocks to extend ? */ in jfs_extendfs()
|
/Linux-v5.10/arch/ia64/lib/ |
D | idiv32.S | 29 # define EXTEND zxt4 macro 34 # define EXTEND sxt4 macro 47 EXTEND in0 = in0 // in0 = a 48 EXTEND in1 = in1 // in1 = b
|
/Linux-v5.10/tools/lib/traceevent/ |
D | kbuffer-parse.c | 277 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-v5.10/fs/ext4/ |
D | file.c | 407 bool *ilock_shared, bool *extend) in ext4_dio_write_checks() argument 423 *extend = true; in ext4_dio_write_checks() 430 if (*ilock_shared && (!IS_NOSEC(inode) || *extend || in ext4_dio_write_checks() 463 bool extend = false, unaligned_io = false; in ext4_dio_write_iter() local 506 ret = ext4_dio_write_checks(iocb, from, &ilock_shared, &extend); in ext4_dio_write_iter() 511 if ((iocb->ki_flags & IOCB_NOWAIT) && (unaligned_io || extend)) { in ext4_dio_write_iter() 532 if (extend) { in ext4_dio_write_iter() 553 is_sync_kiocb(iocb) || unaligned_io || extend); in ext4_dio_write_iter() 557 if (extend) in ext4_dio_write_iter() 603 bool extend = false; in ext4_dax_write_iter() local [all …]
|
/Linux-v5.10/tools/testing/kunit/ |
D | kunit_kernel.py | 48 command.extend(make_options) 63 command.extend(make_options) 83 command.extend(make_options) 207 args.extend(['mem=1G'])
|
/Linux-v5.10/security/integrity/ima/ |
D | ima_init.c | 25 /* Add the boot aggregate to the IMA measurement list and extend 31 * list and extend the PCR register. 38 * list and extend the aggregate PCR value with ff...ff's.
|
/Linux-v5.10/arch/mips/cavium-octeon/executive/ |
D | cvmx-interrupt-decodes.c | 72 /*gmx_rx_int_en.s.falerr = 1; // False carrier error or extend error after slottime */ in __cvmx_interrupt_gmxx_rxx_int_en_enable() 93 /*gmx_rx_int_en.s.falerr = 1; // False carrier error or extend error after slottime */ in __cvmx_interrupt_gmxx_rxx_int_en_enable() 116 /*gmx_rx_int_en.s.falerr = 1; // False carrier error or extend error after slottime */ in __cvmx_interrupt_gmxx_rxx_int_en_enable() 138 /*gmx_rx_int_en.s.falerr = 1; // False carrier error or extend error after slottime */ in __cvmx_interrupt_gmxx_rxx_int_en_enable() 160 /*gmx_rx_int_en.s.falerr = 1; // False carrier error or extend error after slottime */ in __cvmx_interrupt_gmxx_rxx_int_en_enable() 183 /*gmx_rx_int_en.s.falerr = 1; // False carrier error or extend error after slottime */ in __cvmx_interrupt_gmxx_rxx_int_en_enable() 213 /*gmx_rx_int_en.s.falerr = 1; // False carrier error or extend error after slottime */ in __cvmx_interrupt_gmxx_rxx_int_en_enable()
|
/Linux-v5.10/arch/x86/xen/ |
D | multicalls.h | 58 * Try to extend the arguments of the previous multicall command. The 60 * extend the argument space allocated to the multicall entry by
|
/Linux-v5.10/Documentation/userspace-api/media/v4l/ |
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-v5.10/arch/m68k/fpsp040/ |
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-v5.10/fs/romfs/ |
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-v5.10/arch/powerpc/platforms/cell/ |
D | interrupt.h | 10 * 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-v5.10/include/linux/ |
D | bitops.h | 159 * sign_extend32 - sign extend a 32-bit value using specified bit as sign-bit 160 * @value: value to sign extend 172 * sign_extend64 - sign extend a 64-bit value using specified bit as sign-bit 173 * @value: value to sign extend
|
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-v5.10/arch/parisc/include/uapi/asm/ |
D | mman.h | 10 #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-v5.10/arch/alpha/include/uapi/asm/ |
D | mman.h | 10 #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-v5.10/arch/sh/include/asm/ |
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-v5.10/include/uapi/asm-generic/ |
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-v5.10/tools/include/uapi/asm-generic/ |
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-v5.10/arch/mips/include/uapi/asm/ |
D | mman.h | 24 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ 25 #define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */
|
/Linux-v5.10/drivers/char/tpm/ |
D | tpm-interface.c | 35 * with an extend to the selected _unused_ non-volatile pcr. 304 * tpm_pcr_extend - extend a PCR value in SHA1 bank. 307 * @digests: array of tpm_digest structures used to extend PCRs 337 "attempting extend a PCR value"); in tpm_pcr_extend()
|
/Linux-v5.10/drivers/misc/mei/ |
D | hw.h | 217 * struct mei_ext_hdr - extend header descriptor (TLV) 231 * struct mei_ext_meta_hdr - extend header meta data 277 * @ext: current extend header 282 * Return: The following extend header after @ext
|
/Linux-v5.10/arch/x86/include/asm/ |
D | syscall.h | 37 * sign-extend the low 32 bits. 61 * Sign-extend the value so (int)-EFOO becomes (long)-EFOO in syscall_get_error()
|