Home
last modified time | relevance | path

Searched refs:extra (Results 1 – 25 of 114) sorted by relevance

12345

/arch/m68k/kernel/
DMakefile5 extra-$(CONFIG_AMIGA) := head.o
6 extra-$(CONFIG_ATARI) := head.o
7 extra-$(CONFIG_MAC) := head.o
8 extra-$(CONFIG_APOLLO) := head.o
9 extra-$(CONFIG_VME) := head.o
10 extra-$(CONFIG_HP300) := head.o
11 extra-$(CONFIG_Q40) := head.o
12 extra-$(CONFIG_SUN3X) := head.o
13 extra-$(CONFIG_SUN3) := sun3-head.o
14 extra-y += vmlinux.lds
/arch/arm/kernel/
Dxscale-cp0.c39 thread->cpu_context.extra[0] = 0; in dsp_do()
40 thread->cpu_context.extra[1] = 0; in dsp_do()
44 dsp_save_state(current_thread_info()->cpu_context.extra); in dsp_do()
45 dsp_load_state(thread->cpu_context.extra); in dsp_do()
/arch/metag/boot/
DMakefile23 extra-y += vmlinux.bin
24 extra-y += vmlinux.bin.gz
25 extra-y += vmlinux.bin.bz2
26 extra-y += vmlinux.bin.xz
27 extra-y += vmlinux.bin.lzo
/arch/powerpc/kernel/
DMakefile84 extra-y := head_$(CONFIG_WORD_SIZE).o
85 extra-$(CONFIG_40x) := head_40x.o
86 extra-$(CONFIG_44x) := head_44x.o
87 extra-$(CONFIG_FSL_BOOKE) := head_fsl_booke.o
88 extra-$(CONFIG_8xx) := head_8xx.o
89 extra-y += vmlinux.lds
147 extra-$(CONFIG_PPC_FPU) += fpu.o
148 extra-$(CONFIG_ALTIVEC) += vector.o
149 extra-$(CONFIG_PPC64) += entry_64.o
150 extra-$(CONFIG_PPC_OF_BOOT_TRAMPOLINE) += prom_init.o
[all …]
/arch/powerpc/include/asm/
Dexception-64s.h168 #define EXCEPTION_RELON_PROLOG_PSERIES(area, label, h, extra, vec) \ argument
170 EXCEPTION_PROLOG_1(area, extra, vec); \
261 #define __EXCEPTION_PROLOG_1(area, extra, vec) \ argument
267 extra(vec); \
272 #define EXCEPTION_PROLOG_1(area, extra, vec) \ argument
273 __EXCEPTION_PROLOG_1(area, extra, vec)
288 #define EXCEPTION_PROLOG_PSERIES(area, label, h, extra, vec) \ argument
290 EXCEPTION_PROLOG_1(area, extra, vec); \
542 #define __MASKABLE_EXCEPTION_PSERIES(vec, label, h, extra) \ argument
545 __EXCEPTION_PROLOG_1(PACA_EXGEN, extra, vec); \
[all …]
/arch/nios2/kernel/
DMakefile5 extra-y += head.o
6 extra-y += vmlinux.lds
/arch/sparc/kernel/
Dsmp_32.c185 int i, cpuid, extra; in smp_prepare_cpus() local
189 extra = 0; in smp_prepare_cpus()
192 extra++; in smp_prepare_cpus()
195 if (extra && max_cpus > i - extra) in smp_prepare_cpus()
/arch/alpha/lib/
Dev6-divide.S175 DIV_ONLY(cmovne compare,tmp2,quotient) # E : Latency 2, extra map slot
181 cmovne compare,tmp1,modulus # E : Latency 2, extra map slot
186 cmovne compare,tmp1,modulus # E : Latency 2, extra map slot
237 cmovlt $24,$28,$24 /* abs($24) */ # E : Latency 2, extra map slot
243 cmovlt $25,$28,$25 /* abs($25) */ # E : Latency 2, extra map slot
254 cmovlt $28,tmp1,$27 # E : Latency 2, extra map slot
Dev67-strrchr.S68 nop # : Latency=2, extra map slot (keep nop with cmov)
71 cmovne t3, t3, t8 # E : Latency=2, extra map slot
89 cmovne t3, t3, t8 # E : save it, if match found Latency=2, extra map slot
/arch/metag/kernel/
DMakefile5 extra-y += head.o
6 extra-y += vmlinux.lds
/arch/avr32/boot/u-boot/
DMakefile1 extra-y := head.o
/arch/x86/oprofile/
Dop_counter.h25 unsigned long extra; member
/arch/mips/include/asm/
Dr4kcache.h562 #define __BUILD_BLAST_CACHE(pfx, desc, indexop, hitop, lsize, extra) \ argument
563 static inline void extra##blast_##pfx##cache##lsize(void) \
581 static inline void extra##blast_##pfx##cache##lsize##_page(unsigned long page) \
596 static inline void extra##blast_##pfx##cache##lsize##_page_indexed(unsigned long page) \
663 #define __BUILD_BLAST_CACHE_RANGE(pfx, desc, hitop, prot, extra) \ argument
664 static inline void prot##extra##blast_##pfx##cache##_range(unsigned long start, \
/arch/m68k/68000/
DMakefile18 extra-y := head.o
/arch/score/kernel/
DMakefile5 extra-y := head.o vmlinux.lds
/arch/mips/boot/
DMakefile57 extra-y += vmlinux.bin.bz2
58 extra-y += vmlinux.bin.gz
59 extra-y += vmlinux.bin.lzma
60 extra-y += vmlinux.bin.lzo
/arch/m68k/68360/
DMakefile9 extra-y := head.o
/arch/arm/mach-mv78xx0/
Dcommon.c37 u32 extra; in mv78xx0_core_index() local
42 __asm__("mrc p15, 1, %0, c15, c1, 0" : "=r" (extra)); in mv78xx0_core_index()
44 return !!(extra & 0x00004000); in mv78xx0_core_index()
/arch/openrisc/kernel/
DMakefile5 extra-y := head.o vmlinux.lds
/arch/m32r/kernel/
DMakefile5 extra-y := head.o vmlinux.lds
/arch/cris/kernel/
DMakefile7 extra-y := vmlinux.lds
/arch/c6x/kernel/
DMakefile5 extra-y := head.o vmlinux.lds
/arch/cris/arch-v32/kernel/
DMakefile5 extra-y := head.o
/arch/cris/arch-v10/kernel/
DMakefile5 extra-y := head.o
/arch/h8300/kernel/
DMakefile5 extra-y := vmlinux.lds

12345