/openbmc/linux/arch/x86/kvm/svm/ |
H 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); \
|
/openbmc/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/) {
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | packagedata.bbclass | 32 … # 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 D | alternative.h | 116 #define ASM_NO_INPUT_CLOBBER(clobber...) : clobber argument
|
/openbmc/openbmc/poky/meta/recipes-extended/parted/ |
H A D | parted_3.6.bb | 27 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 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
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/ |
H A D | 0001-Makefile.am-do-not-clobber-PYTHONPATH-from-build-env.patch | 4 Subject: [PATCH] Makefile.am: do not clobber PYTHONPATH from build environment
|
/openbmc/openbmc/poky/meta/recipes-gnome/gtk-doc/files/ |
H A D | no-clobber.patch | 18 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 D | 0006-automake-Remove-delays-in-configure-scripts-using-au.patch | 26 -# Do 'set' in a subshell so we don't clobber the current shell's
|
/openbmc/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
|
/openbmc/openbmc/poky/meta/recipes-gnome/gtk-doc/ |
H A D | gtk-doc_1.34.0.bb | 28 file://no-clobber.patch \
|
/openbmc/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
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtest/ |
H A D | libtest-harness-perl_3.50.bb | 111 # do not clobber perl-misc /usr/bin/prove
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/ |
H A D | lirc_0.10.2.bb | 23 file://0001-Makefile.am-do-not-clobber-PYTHONPATH-from-build-env.patch \
|
/openbmc/linux/Documentation/arch/parisc/ |
H A D | registers.rst | 46 SR2 kernel should not clobber this
|
/openbmc/linux/Documentation/livepatch/ |
H 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.
|
/openbmc/linux/drivers/parisc/ |
H A D | Kconfig | 125 such as "INI", "RUN" and "FLT", and might thus clobber messages
|
/openbmc/openbmc/poky/meta/recipes-extended/libaio/libaio/ |
H A D | 00_arches.patch | 382 +/* 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 D | mkvenv.py | 467 maker.clobber = False
|
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
H A D | 10_usagi-ipv6.patch | 795 + 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 D | mds.rst | 99 Other than CFLAGS.ZF, this macro doesn't clobber any registers.
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | kernel-yocto.bbclass | 415 # checkout and clobber any unimportant files
|