Home
last modified time | relevance | path

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

1234

/arch/x86/include/asm/
Dbug.h26 #define _BUG_FLAGS(ins, flags, extra) \ argument
36 extra \
44 #define _BUG_FLAGS(ins, flags, extra) \ argument
52 extra \
61 #define _BUG_FLAGS(ins, flags, extra) asm volatile(ins) argument
Dunwind_hints.h23 .macro UNWIND_HINT_REGS base=%rsp offset=0 indirect=0 extra=1 partial=0 signal=1
46 .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/sparc/kernel/
Dsmp_32.c179 int i, cpuid, extra; in smp_prepare_cpus() local
183 extra = 0; in smp_prepare_cpus()
186 extra++; in smp_prepare_cpus()
189 if (extra && max_cpus > i - extra) in smp_prepare_cpus()
/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
Dev6-memchr.S107 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/arm/boot/dts/intel/ixp/
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/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/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/kernel/
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()
DMakefile6 extra-y += vmlinux.lds
/arch/x86/xen/
Denlighten.c208 struct xen_extraversion extra; in xen_banner() local
210 HYPERVISOR_xen_version(XENVER_extraversion, &extra); in xen_banner()
214 version >> 16, version & 0xffff, extra.extraversion, in xen_banner()
/arch/um/drivers/
Dvirt-pci.c74 const void *extra, unsigned int extra_size, in um_pci_send_cmd() argument
80 [1] = extra ? &extra_sg : &in_sg, in um_pci_send_cmd()
81 [2] = extra ? &in_sg : NULL, in um_pci_send_cmd()
113 if (extra) in um_pci_send_cmd()
114 memcpy(ncmd + cmd_size, extra, extra_size); in um_pci_send_cmd()
117 extra = NULL; in um_pci_send_cmd()
129 if (extra) in um_pci_send_cmd()
130 sg_init_one(&extra_sg, extra, extra_size); in um_pci_send_cmd()
136 extra ? 2 : 1, in um_pci_send_cmd()
/arch/openrisc/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))
/arch/nios2/kernel/
DMakefile6 extra-y += vmlinux.lds
/arch/arm64/kernel/
Dsignal.c603 struct extra_context const __user *extra; in parse_user_sigframe() local
693 if (size < sizeof(*extra)) in parse_user_sigframe()
698 extra = (struct extra_context const __user *)userp; in parse_user_sigframe()
701 __get_user_error(extra_datap, &extra->datap, err); in parse_user_sigframe()
702 __get_user_error(extra_size, &extra->size, err); in parse_user_sigframe()
1007 struct extra_context __user *extra; in setup_sigframe() local
1012 extra = (struct extra_context __user *)userp; in setup_sigframe()
1026 __put_user_error(EXTRA_MAGIC, &extra->head.magic, err); in setup_sigframe()
1027 __put_user_error(EXTRA_CONTEXT_SIZE, &extra->head.size, err); in setup_sigframe()
1028 __put_user_error(extra_datap, &extra->datap, err); in setup_sigframe()
[all …]
/arch/hexagon/kernel/
DMakefile2 extra-y := vmlinux.lds
/arch/microblaze/kernel/
DMakefile14 extra-y := vmlinux.lds
/arch/csky/kernel/
DMakefile2 extra-y := vmlinux.lds
/arch/arm/boot/dts/ti/omap/
Ddra62x-clocks.dtsi33 * Please add the extra options for ysclk_14 and 16 if really needed.
/arch/xtensa/kernel/
DMakefile6 extra-y := vmlinux.lds

1234