Home
last modified time | relevance | path

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

12

/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm_ops.h9 #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); \
/openbmc/linux/scripts/
H A Dmarkup_oops.pl114 $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/) {
/openbmc/openbmc/poky/meta/classes-global/
H A Dpackagedata.bbclass32 … # If we set unsuffixed variables here there is a chance they could clobber override versions
33 # of that variable, e.g. DESCRIPTION could clobber DESCRIPTION:<pkgname>
34 # We therefore don't clobber for the unsuffixed variable versions
/openbmc/linux/arch/s390/include/asm/
H A Dalternative.h116 #define ASM_NO_INPUT_CLOBBER(clobber...) : clobber argument
/openbmc/openbmc/poky/meta/recipes-extended/parted/
H A Dparted_3.6.bb27 oe_runmake -C tests print-align print-max dup-clobber duplicate fs-resize print-flags
47 for i in print-align print-max print-flags dup-clobber duplicate fs-resize; \
/openbmc/linux/arch/arc/lib/
H A Dmemcpy-archs-unaligned.S24 mov r3, r0 ; don;t clobber ret val
H A Dmemcpy-archs.S40 mov r3, r0 ; don;t clobber ret val
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/
H A D0001-Makefile.am-do-not-clobber-PYTHONPATH-from-build-env.patch4 Subject: [PATCH] Makefile.am: do not clobber PYTHONPATH from build environment
/openbmc/openbmc/poky/meta/recipes-gnome/gtk-doc/files/
H A Dno-clobber.patch18 Solve this by changing cp --force to cp --no-clobber, so setup-build only copies
/openbmc/openbmc/poky/meta/recipes-devtools/automake/automake/
H A D0006-automake-Remove-delays-in-configure-scripts-using-au.patch26 -# Do 'set' in a subshell so we don't clobber the current shell's
/openbmc/linux/arch/arc/kernel/
H A Dhead.S95 ; - Don't clobber r0,r1,r2 as they might have u-boot provided args
H A Dentry-arcv2.S89 ; so a higher prio interrupt taken here won't clobber prev prio icause
H A Dentry-compact.S234 ; can clobber scratch regs, hence use of stack to stash it
/openbmc/openbmc/poky/meta/recipes-gnome/gtk-doc/
H A Dgtk-doc_1.34.0.bb28 file://no-clobber.patch \
/openbmc/linux/Documentation/virt/kvm/arm/
H A Dhyp-abi.rst76 clobber any of the caller-saved registers (x0-x18 on arm64, r0-r3 and
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtest/
H A Dlibtest-harness-perl_3.50.bb111 # do not clobber perl-misc /usr/bin/prove
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/
H A Dlirc_0.10.2.bb23 file://0001-Makefile.am-do-not-clobber-PYTHONPATH-from-build-env.patch \
/openbmc/linux/Documentation/arch/parisc/
H A Dregisters.rst46 SR2 kernel should not clobber this
/openbmc/linux/Documentation/livepatch/
H A Dreliable-stacktrace.rst229 returns, but do transiently clobber the return address or other unwind state.
289 Similarly, a function may deliberately clobber the LR, e.g.
/openbmc/linux/drivers/parisc/
H A DKconfig125 such as "INI", "RUN" and "FLT", and might thus clobber messages
/openbmc/openbmc/poky/meta/recipes-extended/libaio/libaio/
H A D00_arches.patch382 +/* GCC has to be warned that a syscall may clobber all the ABI
386 + the clobber list so it is left out. Also the input arguments
/openbmc/qemu/python/scripts/
H A Dmkvenv.py467 maker.clobber = False
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A D10_usagi-ipv6.patch795 + strcpy(host->name, paranoid); /* name is bad, clobber it */
889 + strcpy(host->name, paranoid); /* name is bad, clobber it */
899 strcpy(host->name, paranoid); /* name is bad, clobber it */
/openbmc/linux/Documentation/arch/x86/
H A Dmds.rst99 Other than CFLAGS.ZF, this macro doesn't clobber any registers.
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dkernel-yocto.bbclass415 # checkout and clobber any unimportant files

12