Searched refs:clobber (Results 1 – 17 of 17) sorted by relevance
/linux-3.4.99/scripts/ |
D | markup_oops.pl | 117 $clobber = $lastword; 119 $clobber =~ s/\([a-z0-9\%\,]+\)//g; 121 $clobber =~ s/.*\,//g; 126 $clobber = ""; 130 my $clobberprime = reg_name($clobber); 141 if ($clobber =~ /$reg/ || $clobberprime =~ /$reg/) {
|
/linux-3.4.99/drivers/lguest/x86/ |
D | core.c | 136 unsigned int clobber; in run_guest_once() local 166 : "=a"(clobber), "=b"(clobber) in run_guest_once()
|
/linux-3.4.99/arch/x86/include/asm/ |
D | paravirt_types.h | 85 unsigned (*patch)(u8 type, u16 clobber, void *insnbuf, 368 #define paravirt_clobber(clobber) \ argument 369 [paravirt_clobber] "i" (clobber) 375 #define _paravirt_alt(insn_string, type, clobber) \ argument 382 " .short " clobber "\n" \
|
/linux-3.4.99/arch/x86/lguest/ |
D | boot.c | 1246 static unsigned lguest_patch(u8 type, u16 clobber, void *ibuf, in lguest_patch() argument 1253 return paravirt_patch_default(type, clobber, ibuf, addr, len); in lguest_patch() 1259 return paravirt_patch_default(type, clobber, ibuf, addr, len); in lguest_patch()
|
/linux-3.4.99/arch/c6x/lib/ |
D | divi.S | 30 ;; divu does not clobber B2 either, which is taken advantage of
|
D | remi.S | 30 ;; divu does not clobber B2 either, which is taken advantage of
|
D | remu.S | 30 ;; divu does not clobber B2 either, which is taken advantage of
|
D | divu.S | 30 ;; divu does not clobber B2 either, which is taken advantage of
|
/linux-3.4.99/arch/cris/arch-v10/lib/ |
D | checksum.S | 25 ;; only r0 - r8 have to be saved, the other ones are clobber-able
|
D | checksumcopy.S | 29 ;; only r0 - r8 have to be saved, the other ones are clobber-able
|
/linux-3.4.99/Documentation/parisc/ |
D | registers | 38 SR2 kernel should not clobber this
|
/linux-3.4.99/drivers/parisc/ |
D | Kconfig | 150 such as "INI", "RUN" and "FLT", and might thus clobber messages
|
/linux-3.4.99/drivers/char/ |
D | Kconfig | 93 need it so as to not inadvertently clobber data.
|
/linux-3.4.99/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-3.4.99/drivers/scsi/aic7xxx_old/ |
D | aic7xxx.seq | 1113 /* Don't clobber an inprogress host data transfer */
|
/linux-3.4.99/Documentation/ |
D | memory-barriers.txt | 1625 another CPU might start processing the waiter and might clobber the waiter's
|