Home
last modified time | relevance | path

Searched full:inserted (Results 1 – 3 of 3) sorted by relevance

/kvm-unit-tests/arm/
H A Dpmu.c153 * Extra instructions inserted by the compiler would be difficult to compensate
155 * to start and stop counting. isb instructions were inserted to make sure
224 * Extra instructions inserted by the compiler would be difficult to compensate
226 * to start and stop counting. isb instructions are inserted to make sure
305 * Extra instructions inserted by the compiler would be difficult to compensate
307 * to start and stop counting. isb instructions are inserted to make sure
/kvm-unit-tests/scripts/
H A Dcheckpatch.pl2415 my $inserted = @{$insertedRef}[$next_insert++];
2434 while (defined($inserted) && ${$inserted}{'LINENR'} == $old_linenr) {
2435 push(@lines, ${$inserted}{'LINE'});
2436 $inserted = @{$insertedRef}[$next_insert++];
2455 my $inserted = {
2459 push(@fixed_inserted, $inserted);
H A Dkernel-doc202 # Generated docbook code is inserted in a template at a point where