Home
last modified time | relevance | path

Searched refs:clobber (Results 1 – 11 of 11) sorted by relevance

/arch/x86/include/asm/
Dparavirt_types.h90 unsigned (*patch)(u8 type, u16 clobber, void *insnbuf,
373 #define paravirt_clobber(clobber) \ argument
374 [paravirt_clobber] "i" (clobber)
380 #define _paravirt_alt(insn_string, type, clobber) \ argument
387 " .short " clobber "\n" \
/arch/c6x/lib/
Ddivi.S30 ;; divu does not clobber B2 either, which is taken advantage of
Dremi.S30 ;; divu does not clobber B2 either, which is taken advantage of
Dremu.S30 ;; divu does not clobber B2 either, which is taken advantage of
Ddivu.S30 ;; divu does not clobber B2 either, which is taken advantage of
/arch/x86/kernel/
Dhead_64.S376 GET_CR2_INTO(%rdi) # can clobber any volatile register if pv
389 GET_CR2_INTO(%r9) # can clobber any volatile register if pv
/arch/cris/arch-v10/lib/
Dchecksum.S25 ;; only r0 - r8 have to be saved, the other ones are clobber-able
Dchecksumcopy.S29 ;; only r0 - r8 have to be saved, the other ones are clobber-able
/arch/x86/lguest/
Dboot.c1382 static unsigned lguest_patch(u8 type, u16 clobber, void *ibuf, in lguest_patch() argument
1389 return paravirt_patch_default(type, clobber, ibuf, addr, len); in lguest_patch()
1395 return paravirt_patch_default(type, clobber, ibuf, addr, len); in lguest_patch()
/arch/arc/lib/
Dmemcpy-archs.S49 mov r3, r0 ; don;t clobber ret val
/arch/arc/kernel/
Dentry-compact.S251 ; can clobber scratch regs, hence use of stack to stash it