Searched refs:clobber (Results 1 – 15 of 15) sorted by relevance
/linux/scripts/ |
H 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/ |
H A D | alternative.h | 161 * without volatile and memory clobber. 184 #define ASM_NO_INPUT_CLOBBER(clobber...) : clobber argument
|
/linux/arch/arc/lib/ |
H A D | memcpy-archs-unaligned.S | 24 mov r3, r0 ; don;t clobber ret val
|
H A D | memcpy-archs.S | 40 mov r3, r0 ; don;t clobber ret val
|
/linux/arch/arc/kernel/ |
H A D | head.S | 95 ; - Don't clobber r0,r1,r2 as they might have u-boot provided args
|
H A D | entry-arcv2.S | 89 ; so a higher prio interrupt taken here won't clobber prev prio icause
|
H A D | entry-compact.S | 234 ; can clobber scratch regs, hence use of stack to stash it
|
/linux/Documentation/virt/kvm/arm/ |
H A D | hyp-abi.rst | 76 clobber any of the caller-saved registers (x0-x18 on arm64, r0-r3 and
|
/linux/Documentation/arch/parisc/ |
H A D | registers.rst | 46 SR2 kernel should not clobber this
|
/linux/drivers/parisc/ |
H A D | Kconfig | 125 such as "INI", "RUN" and "FLT", and might thus clobber messages
|
/linux/Documentation/arch/x86/ |
H A D | mds.rst | 99 Other than CFLAGS.ZF, this macro doesn't clobber any registers.
|
/linux/drivers/scsi/aic7xxx/ |
H A D | aic7xxx.seq | 1064 /* Don't clobber an inprogress host data transfer */ 1130 /* Don't clobber an inprogress host data transfer */
|
H A D | aic79xx.seq | 1554 * comes true can clobber the shadow address of the
|
/linux/kernel/bpf/ |
H A D | verifier.c | 3682 * caller saved clobber with DST_OP_NO_MARK for which we in is_reg64() 8037 bool clobber = false; in check_stack_range_initialized() local 8045 clobber = true; in check_stack_range_initialized() 8127 if (clobber) { in check_stack_range_initialized() 8137 if (clobber) { in check_stack_range_initialized() 12611 /* Clear ref_obj_id here so release_reference doesn't clobber in ref_convert_owning_non_owning()
|
/linux/Documentation/ |
H A D | memory-barriers.txt | 2420 another CPU might start processing the waiter and might clobber the waiter's
|