Searched refs:clobber (Results 1 – 18 of 18) sorted by relevance
/Linux-v5.4/scripts/ |
D | markup_oops.pl | 114 $clobber = $lastword; 116 $clobber =~ s/\([a-z0-9\%\,]+\)//g; 118 $clobber =~ s/.*\,//g; 123 $clobber = ""; 127 my $clobberprime = reg_name($clobber); 138 if ($clobber =~ /$reg/ || $clobberprime =~ /$reg/) {
|
/Linux-v5.4/arch/x86/include/asm/ |
D | paravirt_types.h | 344 #define paravirt_clobber(clobber) \ argument 345 [paravirt_clobber] "i" (clobber) 351 #define _paravirt_alt(insn_string, type, clobber) \ argument 358 " .short " clobber "\n" \
|
/Linux-v5.4/arch/arc/lib/ |
D | memcpy-archs-unaligned.S | 24 mov r3, r0 ; don;t clobber ret val
|
D | memcpy-archs.S | 40 mov r3, r0 ; don;t clobber ret val
|
/Linux-v5.4/arch/c6x/lib/ |
D | divi.S | 18 ;; divu does not clobber B2 either, which is taken advantage of
|
D | remi.S | 18 ;; divu does not clobber B2 either, which is taken advantage of
|
D | remu.S | 18 ;; divu does not clobber B2 either, which is taken advantage of
|
D | divu.S | 18 ;; divu does not clobber B2 either, which is taken advantage of
|
/Linux-v5.4/arch/arm/boot/compressed/ |
D | efi-header.S | 13 @ This is almost but not quite a NOP, since it does clobber the
|
/Linux-v5.4/Documentation/virt/kvm/arm/ |
D | hyp-abi.txt | 51 clobber any of the caller-saved registers (x0-x18 on arm64, r0-r3 and
|
/Linux-v5.4/arch/arc/kernel/ |
D | entry-arcv2.S | 88 ; so a higher prio interrupt taken here won't clobber prev prio icause
|
D | entry-compact.S | 234 ; can clobber scratch regs, hence use of stack to stash it
|
/Linux-v5.4/Documentation/parisc/ |
D | registers.rst | 46 SR2 kernel should not clobber this
|
/Linux-v5.4/drivers/parisc/ |
D | Kconfig | 123 such as "INI", "RUN" and "FLT", and might thus clobber messages
|
/Linux-v5.4/arch/x86/entry/ |
D | entry_32.S | 1463 GET_CR2_INTO(%ecx) # might clobber %eax
|
/Linux-v5.4/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 1064 /* Don't clobber an inprogress host data transfer */ 1130 /* Don't clobber an inprogress host data transfer */
|
D | aic79xx.seq | 1554 * comes true can clobber the shadow address of the
|
/Linux-v5.4/Documentation/ |
D | memory-barriers.txt | 2377 another CPU might start processing the waiter and might clobber the waiter's
|