Home
last modified time | relevance | path

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

1234

/arch/m68k/kernel/
DMakefile6 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
Dsignal.c645 int extra = frame_extra_sizes(formatvec >> 12); in mangle_kernel_stack() local
648 if (extra < 0) { in mangle_kernel_stack()
655 if (extra && copy_from_user(buf, fp, extra)) in mangle_kernel_stack()
659 if (extra) { in mangle_kernel_stack()
661 struct frame *new = (void *)regs - extra; in mangle_kernel_stack()
664 memmove(p - extra, p, size); in mangle_kernel_stack()
665 memcpy(p - extra + size, buf, extra); in mangle_kernel_stack()
673 return extra; in mangle_kernel_stack()
/arch/x86/include/asm/
Dbug.h25 #define _BUG_FLAGS(ins, flags, extra) \ argument
35 extra \
43 #define _BUG_FLAGS(ins, flags, extra) \ argument
51 extra \
60 #define _BUG_FLAGS(ins, flags, extra) asm volatile(ins) argument
Dunwind_hints.h18 .macro UNWIND_HINT_REGS base=%rsp offset=0 indirect=0 extra=1 partial=0
41 .elseif \extra == 0
/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/powerpc/kernel/
DMakefile101 extra-$(CONFIG_PPC64) := head_64.o
102 extra-$(CONFIG_PPC_BOOK3S_32) := head_book3s_32.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
181 extra-$(CONFIG_PPC_FPU) += fpu.o
182 extra-$(CONFIG_ALTIVEC) += vector.o
183 extra-$(CONFIG_PPC64) += entry_64.o
[all …]
/arch/sparc/kernel/
Dsmp_32.c184 int i, cpuid, extra; in smp_prepare_cpus() local
188 extra = 0; in smp_prepare_cpus()
191 extra++; in smp_prepare_cpus()
194 if (extra && max_cpus > i - extra) in smp_prepare_cpus()
/arch/nios2/kernel/
DMakefile6 extra-y += head.o
7 extra-y += vmlinux.lds
/arch/alpha/lib/
Dev6-divide.S176 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
Dev67-strrchr.S69 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
/arch/arm/boot/dts/
Dintel-ixp42x-gateworks-gw2348.dts89 intel,ixp4xx-eb-t1 = <3>; // 3 cycles extra address phase
90 intel,ixp4xx-eb-t2 = <3>; // 3 cycles extra setup phase
91 intel,ixp4xx-eb-t3 = <15>; // 15 cycles extra strobe phase
92 intel,ixp4xx-eb-t4 = <3>; // 3 cycles extra hold phase
93 intel,ixp4xx-eb-t5 = <15>; // 15 cycles extra recovery phase
106 * FIXME: Latch LEDs or extra UARTs at CS4
Dintel-ixp43x-gateworks-gw2358.dts105 intel,ixp4xx-eb-t1 = <3>; // 3 cycles extra address phase
106 intel,ixp4xx-eb-t2 = <3>; // 3 cycles extra setup phase
107 intel,ixp4xx-eb-t3 = <15>; // 15 cycles extra strobe phase
108 intel,ixp4xx-eb-t4 = <3>; // 3 cycles extra hold phase
109 intel,ixp4xx-eb-t5 = <15>; // 15 cycles extra recovery phase
/arch/mips/include/asm/
Dr4kcache.h197 #define __BUILD_BLAST_CACHE(pfx, desc, indexop, hitop, lsize, extra) \ argument
198 static inline void extra##blast_##pfx##cache##lsize(void) \
213 static inline void extra##blast_##pfx##cache##lsize##_page(unsigned long page) \
224 static inline void extra##blast_##pfx##cache##lsize##_page_indexed(unsigned long page) \
284 #define __BUILD_BLAST_CACHE_RANGE(pfx, desc, hitop, prot, extra) \ argument
285 static inline void prot##extra##blast_##pfx##cache##_range(unsigned long start, \
/arch/x86/kernel/
DMakefile6 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/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/um/drivers/
Dvirt-pci.c69 const void *extra, unsigned int extra_size, in um_pci_send_cmd() argument
75 [1] = extra ? &extra_sg : &in_sg, in um_pci_send_cmd()
76 [2] = extra ? &in_sg : NULL, in um_pci_send_cmd()
107 if (extra) in um_pci_send_cmd()
108 memcpy(ncmd + cmd_size, extra, extra_size); in um_pci_send_cmd()
111 extra = NULL; in um_pci_send_cmd()
123 if (extra) in um_pci_send_cmd()
124 sg_init_one(&extra_sg, extra, extra_size); in um_pci_send_cmd()
130 extra ? 2 : 1, in um_pci_send_cmd()
/arch/arm/mach-mv78xx0/
Dcommon.c35 u32 extra; in mv78xx0_core_index() local
40 __asm__("mrc p15, 1, %0, c15, c1, 0" : "=r" (extra)); in mv78xx0_core_index()
42 return !!(extra & 0x00004000); in mv78xx0_core_index()
/arch/m68k/68000/
DMakefile20 extra-y := head.o
/arch/riscv/kernel/
DMakefile17 extra-y += head.o
18 extra-y += vmlinux.lds
/arch/x86/xen/
Denlighten.c267 struct xen_extraversion extra; in xen_banner() local
269 HYPERVISOR_xen_version(XENVER_extraversion, &extra); in xen_banner()
273 version >> 16, version & 0xffff, extra.extraversion, in xen_banner()
/arch/mips/boot/compressed/
DMakefile53 extra-y += uart-ath79.c
61 extra-y += ashldi3.c
65 extra-y += bswapsi.c
69 extra-y += bswapdi.c
/arch/openrisc/kernel/
DMakefile6 extra-y := head.o vmlinux.lds
/arch/arm64/kernel/
Dsignal.c470 struct extra_context const __user *extra; in parse_user_sigframe() local
544 if (size < sizeof(*extra)) in parse_user_sigframe()
549 extra = (struct extra_context const __user *)userp; in parse_user_sigframe()
552 __get_user_error(extra_datap, &extra->datap, err); in parse_user_sigframe()
553 __get_user_error(extra_size, &extra->size, err); in parse_user_sigframe()
826 struct extra_context __user *extra; in setup_sigframe() local
831 extra = (struct extra_context __user *)userp; in setup_sigframe()
845 __put_user_error(EXTRA_MAGIC, &extra->head.magic, err); in setup_sigframe()
846 __put_user_error(EXTRA_CONTEXT_SIZE, &extra->head.size, err); in setup_sigframe()
847 __put_user_error(extra_datap, &extra->datap, err); in setup_sigframe()
[all …]
/arch/h8300/kernel/
DMakefile6 extra-y := vmlinux.lds
/arch/alpha/kernel/
Dproto.h204 unsigned char extra; member
209 #define mcheck_extra(cpu) (*((void)(cpu), &__mcheck_info.extra))

1234