Home
last modified time | relevance | path

Searched full:previous (Results 1 – 25 of 3732) sorted by relevance

12345678910>>...150

/openbmc/qemu/include/hw/riscv/
H A Dboot_opensbi.h31 /** Representation dynamic info passed by previous booting stage */
46 * It is possible that the previous booting stage uses same link
48 * lottery mechanism can potentially overwrite the previous booting
49 * stage while other HARTs are still running in the previous booting
51 * the previous booting stage can specify last HART that will jump
54 * To avoid specifying a preferred boot HART, the previous booting
61 /** Representation dynamic info passed by previous booting stage */
76 * It is possible that the previous booting stage uses same link
78 * lottery mechanism can potentially overwrite the previous booting
79 * stage while other HARTs are still running in the previous booting
[all …]
/openbmc/linux/arch/mips/include/asm/
H A Dunaligned-emul.h21 ".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 …]
H A Dfutex.h46 " .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()
/openbmc/linux/arch/arc/include/asm/
H A Duaccess.h57 " .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 …]
H A Dfutex.h32 " .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()
/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit/
H A Drc8 # running in the previous runlevel and it wasn't stopped
69 # Now find out what the current and what the previous runlevel are.
79 previous=$PREVLEVEL
80 [ "$previous" = "" ] && previous=N
82 export runlevel previous
130 if [ $previous != N ]
147 if [ $previous != N ] && [ $previous != S ]
150 # Find start script in previous runlevel and
155 previous_start=/etc/rc$previous.d/S[0-9][0-9]$suffix
157 # If there is a start script in the previous level
/openbmc/linux/arch/sh/include/asm/
H A Duaccess_32.h53 ".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 …]
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/tnr/tnr_1.0/
H A Dia_css_tnr_types.h25 * 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,
/openbmc/linux/security/apparmor/include/
H A Dtask.h22 * @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()
/openbmc/linux/tools/perf/bench/
H A Duprobe.c109 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()
/openbmc/linux/arch/ia64/include/asm/
H A Dasmmacro.h42 * When adding any new .section/.previous entries here, make sure to
48 .previous
62 .previous
75 .previous
89 .previous
112 .previous
/openbmc/linux/arch/alpha/include/asm/
H A Datomic.h52 ".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()
H A Dspinlock.h45 ".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()
H A Dxchg.h33 ".previous" in ____xchg()
56 ".previous" in ____xchg()
75 ".previous" in ____xchg()
94 ".previous" in ____xchg()
147 ".previous" in ____cmpxchg()
173 ".previous" in ____cmpxchg()
195 ".previous" in ____cmpxchg()
217 ".previous" in ____cmpxchg()
/openbmc/linux/arch/sparc/lib/
H A Dhweight.S18 .previous
31 .previous
44 .previous
57 .previous
/openbmc/qemu/tests/tcg/xtensa/
H A Dtest_load_store.S10 .previous
29 .previous
66 .previous
87 .previous
113 .previous
156 .previous
/openbmc/openbmc/poky/bitbake/contrib/vim/indent/
H A Dbitbake.vim45 " If this line is explicitly joined: If the previous line was also joined,
60 " Search backwards for the previous non-empty line.
83 " If the previous line is inside parenthesis, use the indent of the starting
109 " two 'shiftwidth', otherwise same as previous line.
189 " If the previous line ended with a colon, indent this line
194 " If the previous line was a stop-execution statement...
215 return ind " line up with previous try or except
225 " Unless the previous line was a one-liner
298 " the previous line, to avoid misleading indentation.
302 " Did the previous line introduce an assignment?
/openbmc/linux/drivers/android/
H A Dbinder_alloc_selftest.c24 * 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:
/openbmc/linux/arch/m68k/lib/
H A Duaccess.c41 " .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()
/openbmc/linux/arch/m68k/include/asm/
H A Duaccess.h39 " .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 …]
/openbmc/linux/Documentation/admin-guide/media/
H A Drcar-fdp1.rst30 - 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
/openbmc/linux/arch/sparc/kernel/
H A Detrap_64.S46 .previous
100 .previous
107 .previous
118 .previous
128 .previous
142 .previous
174 .previous
179 .previous
276 .previous
H A Dfpu_traps.S75 .previous
84 .previous
116 .previous
126 .previous
157 .previous
166 .previous
183 .previous
349 .previous
358 .previous
379 .previous
/openbmc/linux/arch/openrisc/include/asm/
H A Duaccess.h103 ".previous\n" \
107 ".previous" \
120 ".previous\n" \
125 ".previous" \
172 ".previous\n" \
176 ".previous" \
195 ".previous\n" \
200 ".previous" \
/openbmc/linux/security/apparmor/
H A Dtask.c12 * should return to the previous cred if it has not been modified.
130 if (!ctx->previous) { in aa_set_current_hat()
132 ctx->previous = cred_label(new); in aa_set_current_hat()
152 * aa_restore_previous_label - exit from hat context restoring previous label
155 * Attempt to return out of a hat to the previous label. The token
168 if (!ctx->previous) in aa_restore_previous_label()
176 set_cred_label(new, aa_get_newest_label(ctx->previous)); in aa_restore_previous_label()
178 /* clear exec && prev information when restoring to previous context */ in aa_restore_previous_label()

12345678910>>...150