/linux-6.12.1/arch/mips/include/asm/ |
D | unaligned-emul.h | 21 ".previous\n\t" \ 25 ".previous" \ 42 ".previous\n\t" \ 46 ".previous" \ 75 ".previous\n\t" \ 81 ".previous" \ 103 ".previous\n\t" \ 107 ".previous" \ 126 ".previous\n\t" \ 130 ".previous" \ [all …]
|
D | futex.h | 46 " .previous \n" \ 50 " .previous \n" \ 76 " .previous \n" \ 80 " .previous \n" \ 162 " .previous \n" in futex_atomic_cmpxchg_inatomic() 166 " .previous \n" in futex_atomic_cmpxchg_inatomic() 192 " .previous \n" in futex_atomic_cmpxchg_inatomic() 196 " .previous \n" in futex_atomic_cmpxchg_inatomic()
|
/linux-6.12.1/arch/arc/include/asm/ |
D | uaccess.h | 57 " .previous\n" \ 61 " .previous\n" \ 79 " .previous\n" \ 84 " .previous\n" \ 109 " .previous\n" \ 113 " .previous\n" \ 127 " .previous\n" \ 132 " .previous\n" \ 165 " .previous \n" in raw_copy_from_user() 169 " .previous \n" in raw_copy_from_user() [all …]
|
D | futex.h | 32 " .previous \n" \ 37 " .previous \n" \ 59 " .previous \n" \ 64 " .previous \n" \ 150 " .previous \n" in futex_atomic_cmpxchg_inatomic() 155 " .previous\n" in futex_atomic_cmpxchg_inatomic()
|
/linux-6.12.1/arch/sh/include/asm/ |
D | uaccess_32.h | 53 ".previous\n" \ 56 ".previous" \ 89 ".previous\n" \ 93 ".previous" \ 113 ".previous\n" \ 117 ".previous" \ 157 ".previous\n" \ 160 ".previous" \ 194 ".previous\n" \ 197 ".previous" \ [all …]
|
/linux-6.12.1/drivers/staging/media/atomisp/pci/isp/kernels/tnr/tnr_1.0/ |
D | ia_css_tnr_types.h | 25 * When difference between current frame and previous frame is less than or 27 * with previous frame. 28 * When difference between current frame and previous frame is greater 40 and previous frame. 41 gain=0.0 -> previous frame is outputted. 47 previous frame is greater than threshold_y, 53 previous frame is greater than threshold_uv,
|
/linux-6.12.1/security/apparmor/include/ |
D | task.h | 22 * @previous: profile the task may return to (MAY BE NULL) 28 struct aa_label *previous; member 46 aa_put_label(ctx->previous); in aa_free_task_ctx() 61 aa_get_label(new->previous); in aa_dup_task_ctx() 73 aa_put_label(ctx->previous); in aa_clear_task_ctx_trans() 75 ctx->previous = NULL; in aa_clear_task_ctx_trans()
|
/linux-6.12.1/arch/alpha/include/asm/ |
D | atomic.h | 52 ".previous" \ 69 ".previous" \ 87 ".previous" \ 105 ".previous" \ 123 ".previous" \ 142 ".previous" \ 217 ".previous" in ATOMIC_OPS() 240 ".previous" in arch_atomic64_fetch_add_unless() 262 ".previous" in arch_atomic64_dec_if_positive()
|
D | spinlock.h | 45 ".previous" in arch_spin_lock() 72 ".previous" in arch_read_lock() 92 ".previous" in arch_write_lock() 112 ".previous" in arch_read_trylock() 134 ".previous" in arch_write_trylock() 152 ".previous" in arch_read_unlock()
|
/linux-6.12.1/arch/sparc/lib/ |
D | hweight.S | 18 .previous 31 .previous 44 .previous 57 .previous
|
/linux-6.12.1/tools/perf/bench/ |
D | uprobe.c | 114 static u64 baseline, previous; in bench_uprobe_format__default_fprintf() local 116 diff_to_previous = diff - previous; in bench_uprobe_format__default_fprintf() 124 if (previous != baseline) in bench_uprobe_format__default_fprintf() 125 … fprintf(stdout, " %s%'" PRId64 " to previous", diff_to_previous > 0 ? "+" : "", diff_to_previous); in bench_uprobe_format__default_fprintf() 133 if (previous != baseline) in bench_uprobe_format__default_fprintf() 134 …printed += fprintf(fp, " %'.3f %ss/op to previous", (double)diff_to_previous / (double)loops, unit… in bench_uprobe_format__default_fprintf() 141 previous = diff; in bench_uprobe_format__default_fprintf()
|
/linux-6.12.1/arch/m68k/lib/ |
D | uaccess.c | 41 " .previous\n" in __generic_copy_from_user() 48 " .previous" in __generic_copy_from_user() 82 " .previous\n" in __generic_copy_to_user() 92 " .previous" in __generic_copy_to_user() 126 " .previous\n" in __clear_user() 136 " .previous" in __clear_user()
|
/linux-6.12.1/arch/m68k/include/asm/ |
D | uaccess.h | 39 " .previous\n" \ 45 " .previous" \ 61 " .previous\n" \ 68 " .previous" \ 115 " .previous\n" \ 120 " .previous" \ 144 " .previous\n" \ 150 " .previous" \ 212 " .previous\n" \ 224 " .previous\n" \ [all …]
|
/linux-6.12.1/arch/sparc/kernel/ |
D | etrap_64.S | 46 .previous 100 .previous 107 .previous 118 .previous 128 .previous 142 .previous 174 .previous 179 .previous 276 .previous
|
D | fpu_traps.S | 75 .previous 84 .previous 116 .previous 126 .previous 157 .previous 166 .previous 183 .previous 349 .previous 358 .previous 379 .previous
|
/linux-6.12.1/drivers/android/ |
D | binder_alloc_selftest.c | 24 * end with regard to the end of the previous buffer. 27 * are aligning. buf1 refers to previous buffer by addr. 34 * the same page as the end of the previous buffer and 41 * @SAME_PAGE_ALIGNED: When the end of the previous buffer 43 * same page as the end of the previous buffer and is page 44 * aligned. When the previous buffer is page aligned, the 53 * the page next to the end of the previous buffer and 61 * the page next to the end of the previous buffer and 70 * previous buffer and is not page aligned. Examples:
|
/linux-6.12.1/arch/loongarch/include/asm/ |
D | orc_types.h | 12 * address of the previous frame: the caller's SP before it called the current 18 * The most commonly used base registers are SP and FP -- which the previous SP 19 * is usually based on -- and PREV_SP and UNDEFINED -- which the previous FP is 42 * unwinder how to find the previous SP and FP (and sometimes entry regs) on
|
/linux-6.12.1/tools/arch/loongarch/include/asm/ |
D | orc_types.h | 12 * address of the previous frame: the caller's SP before it called the current 18 * The most commonly used base registers are SP and FP -- which the previous SP 19 * is usually based on -- and PREV_SP and UNDEFINED -- which the previous FP is 42 * unwinder how to find the previous SP and FP (and sometimes entry regs) on
|
/linux-6.12.1/arch/openrisc/include/asm/ |
D | uaccess.h | 103 ".previous\n" \ 107 ".previous" \ 120 ".previous\n" \ 125 ".previous" \ 172 ".previous\n" \ 176 ".previous" \ 195 ".previous\n" \ 200 ".previous" \
|
/linux-6.12.1/Documentation/admin-guide/media/ |
D | rcar-fdp1.rst | 30 - The previous and next fields are averaged to recover lines missing from 32 * - ``"Previous field" (4)`` 33 - The current field is weaved with the previous field, i.e. the previous
|
/linux-6.12.1/arch/xtensa/include/asm/ |
D | futex.h | 39 " .previous\n" \ 42 " .previous\n" \ 63 " .previous\n" \ 66 " .previous\n" \ 149 " .previous\n" in futex_atomic_cmpxchg_inatomic() 155 " .previous\n" in futex_atomic_cmpxchg_inatomic()
|
/linux-6.12.1/arch/powerpc/include/asm/ |
D | bug.h | 19 .previous 22 .previous 30 .previous 44 ".previous\n" 51 ".previous\n"
|
/linux-6.12.1/arch/sparc/include/asm/ |
D | uaccess_64.h | 105 ".previous\n\t" \ 109 ".previous\n\n\t" \ 137 ".previous\n\t" \ 141 ".previous\n\n\t" \ 179 ".previous\n\t" \ 183 ".previous\n\t" \ 217 ".previous\n\t" \ 221 ".previous\n\t" \
|
/linux-6.12.1/arch/x86/include/asm/ |
D | orc_types.h | 17 * address of the previous frame: the caller's SP before it called the current 23 * The most commonly used base registers are SP and BP -- which the previous SP 24 * is usually based on -- and PREV_SP and UNDEFINED -- which the previous BP is 55 * unwinder how to find the previous SP and BP (and sometimes entry regs) on
|
/linux-6.12.1/tools/arch/x86/include/asm/ |
D | orc_types.h | 17 * address of the previous frame: the caller's SP before it called the current 23 * The most commonly used base registers are SP and BP -- which the previous SP 24 * is usually based on -- and PREV_SP and UNDEFINED -- which the previous BP is 55 * unwinder how to find the previous SP and BP (and sometimes entry regs) on
|