Searched refs:clobber (Results 1 – 19 of 19) sorted by relevance
/linux-4.1.27/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-4.1.27/arch/x86/include/asm/ |
D | paravirt_types.h | 85 unsigned (*patch)(u8 type, u16 clobber, void *insnbuf, 369 #define paravirt_clobber(clobber) \ argument 370 [paravirt_clobber] "i" (clobber) 376 #define _paravirt_alt(insn_string, type, clobber) \ argument 383 " .short " clobber "\n" \
|
/linux-4.1.27/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-4.1.27/arch/x86/lguest/ |
D | boot.c | 1387 static unsigned lguest_patch(u8 type, u16 clobber, void *ibuf, in lguest_patch() argument 1394 return paravirt_patch_default(type, clobber, ibuf, addr, len); in lguest_patch() 1400 return paravirt_patch_default(type, clobber, ibuf, addr, len); in lguest_patch()
|
/linux-4.1.27/arch/x86/kernel/ |
D | head_64.S | 378 GET_CR2_INTO(%rdi) # can clobber any volatile register if pv 391 GET_CR2_INTO(%r9) # can clobber any volatile register if pv
|
/linux-4.1.27/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-4.1.27/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-4.1.27/Documentation/parisc/ |
D | registers | 38 SR2 kernel should not clobber this
|
/linux-4.1.27/arch/arm/kernel/ |
D | entry-header.S | 316 @ clobber state restored below)
|
/linux-4.1.27/drivers/parisc/ |
D | Kconfig | 151 such as "INI", "RUN" and "FLT", and might thus clobber messages
|
/linux-4.1.27/arch/arc/kernel/ |
D | entry.S | 255 ; can clobber scratch regs, hence use of stack to stash it
|
/linux-4.1.27/drivers/char/ |
D | Kconfig | 90 need it so as to not inadvertently clobber data.
|
/linux-4.1.27/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-4.1.27/Documentation/ |
D | memory-barriers.txt | 2315 another CPU might start processing the waiter and might clobber the waiter's
|