/arch/m68k/kernel/ |
D | Makefile | 6 extra-$(CONFIG_AMIGA) := head.o 7 extra-$(CONFIG_ATARI) := head.o 8 extra-$(CONFIG_MAC) := head.o 9 extra-$(CONFIG_APOLLO) := head.o 10 extra-$(CONFIG_VME) := head.o 11 extra-$(CONFIG_HP300) := head.o 12 extra-$(CONFIG_Q40) := head.o 13 extra-$(CONFIG_SUN3X) := head.o 14 extra-$(CONFIG_SUN3) := sun3-head.o 15 extra-y += vmlinux.lds
|
/arch/arm/kernel/ |
D | xscale-cp0.c | 39 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/powerpc/kernel/ |
D | Makefile | 102 extra-y := head_$(BITS).o 103 extra-$(CONFIG_40x) := head_40x.o 104 extra-$(CONFIG_44x) := head_44x.o 105 extra-$(CONFIG_FSL_BOOKE) := head_fsl_booke.o 106 extra-$(CONFIG_PPC_8xx) := head_8xx.o 107 extra-y += vmlinux.lds 187 extra-$(CONFIG_PPC_FPU) += fpu.o 188 extra-$(CONFIG_ALTIVEC) += vector.o 189 extra-$(CONFIG_PPC64) += entry_64.o 190 extra-$(CONFIG_PPC_OF_BOOT_TRAMPOLINE) += prom_init.o [all …]
|
/arch/arc/boot/ |
D | Makefile | 24 extra-y += vmlinux.bin 25 extra-y += vmlinux.bin.gz 26 extra-y += vmlinux.bin.lzma
|
/arch/sparc/kernel/ |
D | smp_32.c | 186 int i, cpuid, extra; in smp_prepare_cpus() local 190 extra = 0; in smp_prepare_cpus() 193 extra++; in smp_prepare_cpus() 196 if (extra && max_cpus > i - extra) in smp_prepare_cpus()
|
/arch/nios2/kernel/ |
D | Makefile | 6 extra-y += head.o 7 extra-y += vmlinux.lds
|
/arch/alpha/lib/ |
D | ev6-divide.S | 176 DIV_ONLY(cmovne compare,tmp2,quotient) # E : Latency 2, extra map slot 182 cmovne compare,tmp1,modulus # E : Latency 2, extra map slot 187 cmovne compare,tmp1,modulus # E : Latency 2, extra map slot 238 cmovlt $24,$28,$24 /* abs($24) */ # E : Latency 2, extra map slot 244 cmovlt $25,$28,$25 /* abs($25) */ # E : Latency 2, extra map slot 255 cmovlt $28,tmp1,$27 # E : Latency 2, extra map slot
|
D | ev67-strrchr.S | 69 nop # : Latency=2, extra map slot (keep nop with cmov) 72 cmovne t3, t3, t8 # E : Latency=2, extra map slot 90 cmovne t3, t3, t8 # E : save it, if match found Latency=2, extra map slot
|
D | ev6-memchr.S | 107 cmoveq $1, $3, $0 # E : Latency 2, extra map cycle 112 cmoveq $1, $3, $0 # E : Latency 2, extra map cycle 117 cmoveq $1, $3, $0 # E : Latency 2, extra map cycle
|
/arch/riscv/kernel/ |
D | Makefile | 10 extra-y += head.o 11 extra-y += vmlinux.lds
|
/arch/x86/kernel/ |
D | Makefile | 6 extra-y := head_$(BITS).o 7 extra-y += head$(BITS).o 8 extra-y += ebda.o 9 extra-y += platform-quirks.o 10 extra-y += vmlinux.lds
|
/arch/x86/include/asm/ |
D | unwind_hints.h | 48 .macro UNWIND_HINT_REGS base=%rsp offset=0 indirect=0 extra=1 iret=0 71 .elseif \extra == 0
|
/arch/arm64/kernel/ |
D | signal.c | 345 struct extra_context const __user *extra; in parse_user_sigframe() local 404 if (size < sizeof(*extra)) in parse_user_sigframe() 409 extra = (struct extra_context const __user *)userp; in parse_user_sigframe() 412 __get_user_error(extra_datap, &extra->datap, err); in parse_user_sigframe() 413 __get_user_error(extra_size, &extra->size, err); in parse_user_sigframe() 654 struct extra_context __user *extra; in setup_sigframe() local 659 extra = (struct extra_context __user *)userp; in setup_sigframe() 673 __put_user_error(EXTRA_MAGIC, &extra->head.magic, err); in setup_sigframe() 674 __put_user_error(EXTRA_CONTEXT_SIZE, &extra->head.size, err); in setup_sigframe() 675 __put_user_error(extra_datap, &extra->datap, err); in setup_sigframe() [all …]
|
/arch/mips/include/asm/ |
D | r4kcache.h | 530 #define __BUILD_BLAST_CACHE(pfx, desc, indexop, hitop, lsize, extra) \ argument 531 static inline void extra##blast_##pfx##cache##lsize(void) \ 545 static inline void extra##blast_##pfx##cache##lsize##_page(unsigned long page) \ 556 static inline void extra##blast_##pfx##cache##lsize##_page_indexed(unsigned long page) \ 615 #define __BUILD_BLAST_CACHE_RANGE(pfx, desc, hitop, prot, extra) \ argument 616 static inline void prot##extra##blast_##pfx##cache##_range(unsigned long start, \
|
/arch/x86/oprofile/ |
D | op_counter.h | 25 unsigned long extra; member
|
/arch/mips/boot/ |
D | Makefile | 57 extra-y += vmlinux.bin.bz2 58 extra-y += vmlinux.bin.gz 59 extra-y += vmlinux.bin.lzma 60 extra-y += vmlinux.bin.lzo
|
/arch/arm/mach-mv78xx0/ |
D | common.c | 38 u32 extra; in mv78xx0_core_index() local 43 __asm__("mrc p15, 1, %0, c15, c1, 0" : "=r" (extra)); in mv78xx0_core_index() 45 return !!(extra & 0x00004000); in mv78xx0_core_index()
|
/arch/m68k/68000/ |
D | Makefile | 19 extra-y := head.o
|
/arch/mips/boot/compressed/ |
D | Makefile | 46 extra-y += uart-ath79.c 52 extra-y += ashldi3.c 56 extra-y += bswapsi.c
|
/arch/c6x/kernel/ |
D | Makefile | 6 extra-y := head.o vmlinux.lds
|
/arch/openrisc/kernel/ |
D | Makefile | 6 extra-y := head.o vmlinux.lds
|
/arch/h8300/kernel/ |
D | Makefile | 6 extra-y := vmlinux.lds
|
/arch/hexagon/kernel/ |
D | Makefile | 2 extra-y := head.o vmlinux.lds
|
/arch/csky/kernel/ |
D | Makefile | 2 extra-y := head.o vmlinux.lds
|
/arch/alpha/kernel/ |
D | proto.h | 214 unsigned char extra; member 219 #define mcheck_extra(cpu) (*((void)(cpu), &__mcheck_info.extra))
|