Searched refs:clobber (Results 1 – 17 of 17) sorted by relevance
| /linux/arch/x86/kvm/svm/ |
| A D | svm_ops.h | 9 #define svm_asm(insn, clobber...) \ argument 13 ::: clobber : fault); \ 19 #define svm_asm1(insn, op1, clobber...) \ argument 23 :: op1 : clobber : fault); \ 29 #define svm_asm2(insn, op1, op2, clobber...) \ argument 33 :: op1, op2 : clobber : fault); \
|
| /linux/scripts/ |
| A 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/arch/s390/include/asm/ |
| A D | alternative.h | 183 #define ASM_NO_INPUT_CLOBBER(clobber...) : clobber argument
|
| /linux/arch/arc/lib/ |
| A D | memcpy-archs-unaligned.S | 24 mov r3, r0 ; don;t clobber ret val
|
| A D | memcpy-archs.S | 40 mov r3, r0 ; don;t clobber ret val
|
| /linux/arch/arc/kernel/ |
| A D | head.S | 95 ; - Don't clobber r0,r1,r2 as they might have u-boot provided args
|
| A D | entry-arcv2.S | 89 ; so a higher prio interrupt taken here won't clobber prev prio icause
|
| A D | entry-compact.S | 234 ; can clobber scratch regs, hence use of stack to stash it
|
| /linux/Documentation/virt/kvm/arm/ |
| A D | hyp-abi.rst | 76 clobber any of the caller-saved registers (x0-x18 on arm64, r0-r3 and
|
| /linux/Documentation/arch/parisc/ |
| A D | registers.rst | 46 SR2 kernel should not clobber this
|
| /linux/drivers/parisc/ |
| A D | Kconfig | 125 such as "INI", "RUN" and "FLT", and might thus clobber messages
|
| /linux/Documentation/livepatch/ |
| A D | reliable-stacktrace.rst | 229 returns, but do transiently clobber the return address or other unwind state. 289 Similarly, a function may deliberately clobber the LR, e.g.
|
| /linux/Documentation/arch/x86/ |
| A D | mds.rst | 99 Other than CFLAGS.ZF, this macro doesn't clobber any registers.
|
| /linux/drivers/scsi/aic7xxx/ |
| A D | aic7xxx.seq | 1064 /* Don't clobber an inprogress host data transfer */ 1130 /* Don't clobber an inprogress host data transfer */
|
| A D | aic79xx.seq | 1554 * comes true can clobber the shadow address of the
|
| /linux/kernel/bpf/ |
| A D | verifier.c | 7287 bool clobber = false; in check_stack_range_initialized() local 7300 clobber = true; in check_stack_range_initialized() 7385 if (clobber) { in check_stack_range_initialized() 7395 if (clobber) { in check_stack_range_initialized()
|
| /linux/Documentation/ |
| A D | memory-barriers.txt | 2418 another CPU might start processing the waiter and might clobber the waiter's
|
Completed in 61 milliseconds