Searched defs:extra (Results 26 - 43 of 43) sorted by relevance

12

/arch/microblaze/kernel/
H A DMakefile15 extra-y := head.o vmlinux.lds
/arch/sparc/kernel/
H A DMakefile9 extra-y := head_$(BITS).o
14 extra-y += vmlinux.lds
H A Dptrace_32.c332 unsigned long extra; member in struct:fps
396 __put_user(0, &fps->extra) ||
H A Dsmp_32.c185 int i, cpuid, extra; local
189 extra = 0;
192 extra++;
195 if (extra && max_cpus > i - extra)
H A Dptrace_64.c855 unsigned int extra; member in struct:compat_fps
919 __put_user(0, &fps->extra) ||
/arch/um/kernel/
H A DMakefile10 extra-y := vmlinux.lds
/arch/parisc/kernel/
H A DMakefile5 extra-y := head.o vmlinux.lds
/arch/alpha/kernel/
H A Dproto.h213 unsigned char extra; member in struct:mcheck_info
218 #define mcheck_extra(cpu) (*((void)(cpu), &__mcheck_info.extra))
/arch/arm/kernel/
H A DMakefile104 extra-y := $(head-y) vmlinux.lds
/arch/arm64/kernel/
H A DMakefile41 extra-y := $(head-y) vmlinux.lds
/arch/mips/kernel/
H A DMakefile5 extra-y := head.o vmlinux.lds
/arch/x86/kernel/
H A DMakefile5 extra-y := head_$(BITS).o head$(BITS).o head.o vmlinux.lds
H A Dvm86_32.c114 unsigned extra)
120 /* copy orig_ax-__gsh+extra */
124 extra);
112 copy_vm86_regs_from_user(struct kernel_vm86_regs *regs, const struct vm86_regs __user *user, unsigned extra) argument
/arch/powerpc/kernel/
H A DMakefile83 extra-y := head_$(CONFIG_WORD_SIZE).o
84 extra-$(CONFIG_40x) := head_40x.o
85 extra-$(CONFIG_44x) := head_44x.o
86 extra-$(CONFIG_FSL_BOOKE) := head_fsl_booke.o
87 extra-$(CONFIG_8xx) := head_8xx.o
88 extra-y += vmlinux.lds
145 extra-$(CONFIG_PPC_FPU) += fpu.o
146 extra-$(CONFIG_ALTIVEC) += vector.o
147 extra-$(CONFIG_PPC64) += entry_64.o
148 extra
[all...]
/arch/powerpc/boot/
H A DMakefile188 extra-y := $(obj)/wrapper.a $(obj-plat) $(obj)/empty.o \
194 wrapperbits := $(extra-y) $(addprefix $(obj)/,addnote hack-coff mktree) \
317 # Allow extra targets to be added to the defconfig
417 extra-installed := $(patsubst $(obj)/%, $(DESTDIR)$(WRAPPER_OBJDIR)/%, $(extra-y))
422 all-installed := $(extra-installed) $(hostprogs-installed) $(wrapper-installed) $(dts-installed)
445 $(extra-installed) : $(DESTDIR)$(WRAPPER_OBJDIR)/% : $(obj)/% | $(DESTDIR)$(WRAPPER_OBJDIR)
/arch/arm/include/asm/
H A Dthread_info.h44 __u32 extra[2]; /* Xscale 'acc' register, etc */ member in struct:cpu_context_save
/arch/arm/mach-mv78xx0/
H A Dcommon.c37 u32 extra; local
42 __asm__("mrc p15, 1, %0, c15, c1, 0" : "=r" (extra));
44 return !!(extra & 0x00004000);
/arch/x86/xen/
H A Denlighten.c262 struct xen_extraversion extra; local
263 HYPERVISOR_xen_version(XENVER_extraversion, &extra);
269 version >> 16, version & 0xffff, extra.extraversion,

Completed in 1483 milliseconds

12