| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-5.10/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 | 43 " .previous \n" \ 47 " .previous \n" \ 73 " .previous \n" \ 77 " .previous \n" \ 157 " .previous \n" in futex_atomic_cmpxchg_inatomic() 161 " .previous \n" in futex_atomic_cmpxchg_inatomic() 187 " .previous \n" in futex_atomic_cmpxchg_inatomic() 191 " .previous \n" in futex_atomic_cmpxchg_inatomic()
|
| /kernel/linux/linux-5.10/arch/arc/include/asm/ |
| D | uaccess.h | 86 " .previous\n" \ 90 " .previous\n" \ 108 " .previous\n" \ 113 " .previous\n" \ 138 " .previous\n" \ 142 " .previous\n" \ 156 " .previous\n" \ 161 " .previous\n" \ 193 " .previous \n" in raw_copy_from_user() 197 " .previous \n" in raw_copy_from_user() [all …]
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-5.10/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,
|
| /kernel/linux/linux-6.6/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,
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-5.10/security/apparmor/ |
| D | task.c | 12 * should return to the previous cred if it has not been modified. 125 if (!ctx->previous) { in aa_set_current_hat() 127 ctx->previous = cred_label(new); in aa_set_current_hat() 147 * aa_restore_previous_label - exit from hat context restoring previous label 150 * Attempt to return out of a hat to the previous label. The token 163 if (!ctx->previous) in aa_restore_previous_label() 171 set_cred_label(new, aa_get_newest_label(ctx->previous)); in aa_restore_previous_label() 173 /* clear exec && prev information when restoring to previous context */ in aa_restore_previous_label()
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-6.6/tools/perf/bench/ |
| D | uprobe.c | 109 static u64 baseline, previous; in bench_uprobe_format__default_fprintf() local 111 diff_to_previous = diff - previous; in bench_uprobe_format__default_fprintf() 119 if (previous != baseline) in bench_uprobe_format__default_fprintf() 120 … fprintf(stdout, " %s%'" PRId64 " to previous", diff_to_previous > 0 ? "+" : "", diff_to_previous); in bench_uprobe_format__default_fprintf() 128 if (previous != baseline) in bench_uprobe_format__default_fprintf() 129 …printed += fprintf(fp, " %'.3f %ss/op to previous", (double)diff_to_previous / (double)loops, unit… in bench_uprobe_format__default_fprintf() 136 previous = diff; in bench_uprobe_format__default_fprintf()
|
| /kernel/linux/linux-5.10/arch/ia64/include/asm/ |
| D | asmmacro.h | 42 * When adding any new .section/.previous entries here, make sure to 48 .previous 62 .previous 75 .previous 89 .previous 112 .previous
|
| /kernel/linux/linux-6.6/arch/ia64/include/asm/ |
| D | asmmacro.h | 42 * When adding any new .section/.previous entries here, make sure to 48 .previous 62 .previous 75 .previous 89 .previous 112 .previous
|
| /kernel/linux/linux-5.10/arch/sparc/lib/ |
| D | hweight.S | 18 .previous 31 .previous 44 .previous 57 .previous
|
| /kernel/linux/linux-6.6/arch/sparc/lib/ |
| D | hweight.S | 18 .previous 31 .previous 44 .previous 57 .previous
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-5.10/arch/m68k/include/asm/ |
| D | uaccess.h | 49 " .previous\n" \ 55 " .previous" \ 90 " .previous\n" \ 97 " .previous" \ 122 " .previous\n" \ 127 " .previous" \ 163 " .previous\n" \ 169 " .previous" \ 215 " .previous\n" \ 227 " .previous\n" \ [all …]
|
| /kernel/linux/linux-5.10/arch/alpha/include/asm/ |
| 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()
|
| /kernel/linux/linux-6.6/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:
|
| /kernel/linux/linux-5.10/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:
|