Home
last modified time | relevance | path

Searched refs:source (Results 1 – 25 of 953) sorted by relevance

12345678910>>...39

/arch/mips/include/asm/netlogic/
Dmips-extns.h174 #define __read_64bit_c2_split(source, sel) \ argument
183 "dmfc2\t%M0, " #source "\n\t" \
192 "dmfc2\t%M0, " #source ", " #sel "\n\t" \
203 #define __write_64bit_c2_split(source, sel, val) \ argument
215 "dmtc2\t%L0, " #source "\n\t" \
225 "dmtc2\t%L0, " #source ", " #sel "\n\t" \
231 #define __read_32bit_c2_register(source, sel) \ argument
236 "mfc2\t%0, " #source "\n\t" \
242 "mfc2\t%0, " #source ", " #sel "\n\t" \
248 #define __read_64bit_c2_register(source, sel) \ argument
[all …]
/arch/x86/lib/
Dusercopy_64.c120 unsigned long source = (unsigned long) _src; in __memcpy_flushcache() local
126 memcpy((void *) dest, (void *) source, len); in __memcpy_flushcache()
129 source += len; in __memcpy_flushcache()
145 :: "r" (source), "r" (dest) in __memcpy_flushcache()
148 source += 32; in __memcpy_flushcache()
156 :: "r" (source), "r" (dest) in __memcpy_flushcache()
159 source += 8; in __memcpy_flushcache()
167 :: "r" (source), "r" (dest) in __memcpy_flushcache()
170 source += 4; in __memcpy_flushcache()
176 memcpy((void *) dest, (void *) source, size); in __memcpy_flushcache()
Dcsum-copy_64.S29 .macro source macro
69 source
71 source
73 source
75 source
78 source
80 source
82 source
84 source
141 source
[all …]
/arch/sparc/lib/
Dmemset.S40 #define ZERO_BIG_BLOCK(base, offset, source) \ argument
41 std source, [base + offset + 0x00]; \
42 std source, [base + offset + 0x08]; \
43 std source, [base + offset + 0x10]; \
44 std source, [base + offset + 0x18]; \
45 std source, [base + offset + 0x20]; \
46 std source, [base + offset + 0x28]; \
47 std source, [base + offset + 0x30]; \
48 std source, [base + offset + 0x38];
50 #define ZERO_LAST_BLOCKS(base, offset, source) \ argument
[all …]
/arch/sh/boards/mach-sdk7786/
Dnmi.c50 unsigned int source, mask, tmp; in sdk7786_nmi_init() local
54 source = NMISR_MAN_NMI; in sdk7786_nmi_init()
58 source = NMISR_AUX_NMI; in sdk7786_nmi_init()
62 source = NMISR_MAN_NMI | NMISR_AUX_NMI; in sdk7786_nmi_init()
68 source = mask = 0; in sdk7786_nmi_init()
75 tmp |= source; in sdk7786_nmi_init()
/arch/arm64/boot/dts/nvidia/
Dtegra210-p2180.dtsi63 maxim,active-fps-source = <MAX77620_FPS_SRC_0>;
72 maxim,active-fps-source = <MAX77620_FPS_SRC_0>;
89 maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN0>;
94 maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN1>;
99 maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN0>;
118 maxim,active-fps-source = <MAX77620_FPS_SRC_1>;
129 maxim,active-fps-source = <MAX77620_FPS_SRC_0>;
140 maxim,active-fps-source = <MAX77620_FPS_SRC_1>;
153 maxim,active-fps-source = <MAX77620_FPS_SRC_0>;
166 maxim,active-fps-source = <MAX77620_FPS_SRC_NONE>;
[all …]
Dtegra210-p3450-0000.dts202 maxim,active-fps-source = <MAX77620_FPS_SRC_NONE>;
211 maxim,active-fps-source = <MAX77620_FPS_SRC_0>;
220 maxim,active-fps-source = <MAX77620_FPS_SRC_0>;
239 maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN0>;
244 maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN1>;
249 maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN0>;
275 maxim,active-fps-source = <MAX77620_FPS_SRC_1>;
291 maxim,active-fps-source = <MAX77620_FPS_SRC_0>;
307 maxim,active-fps-source = <MAX77620_FPS_SRC_1>;
323 maxim,active-fps-source = <MAX77620_FPS_SRC_0>;
[all …]
/arch/alpha/kernel/
Derr_ev6.c101 int source = -1, stream = -1, bits = -1; in ev6_parse_cbox() local
136 source = EXTRACT(c_stat, EV6__C_STAT__SOURCE); in ev6_parse_cbox()
142 source = -1; in ev6_parse_cbox()
147 source = -1; in ev6_parse_cbox()
154 source = -1; in ev6_parse_cbox()
157 if (source != -1) in ev6_parse_cbox()
160 streamname[stream], bitsname[bits], sourcename[source]); in ev6_parse_cbox()
168 if (source == EV6__C_STAT__SOURCE_MEMORY || in ev6_parse_cbox()
169 source == EV6__C_STAT__SOURCE_BCACHE) in ev6_parse_cbox()
/arch/powerpc/lib/
Dchecksum_64.S188 .macro source macro
260 source; ld r6,0(r3)
261 source; ld r9,8(r3)
263 source; ld r10,16(r3)
264 source; ld r11,24(r3)
275 source; ld r12,32(r3)
276 source; ld r14,40(r3)
279 source; ld r15,48(r3)
280 source; ld r16,56(r3)
301 source; ld r6,0(r3)
[all …]
/arch/powerpc/platforms/
DKconfig4 source "arch/powerpc/platforms/powernv/Kconfig"
5 source "arch/powerpc/platforms/pseries/Kconfig"
6 source "arch/powerpc/platforms/chrp/Kconfig"
7 source "arch/powerpc/platforms/512x/Kconfig"
8 source "arch/powerpc/platforms/52xx/Kconfig"
9 source "arch/powerpc/platforms/powermac/Kconfig"
10 source "arch/powerpc/platforms/maple/Kconfig"
11 source "arch/powerpc/platforms/pasemi/Kconfig"
12 source "arch/powerpc/platforms/ps3/Kconfig"
13 source "arch/powerpc/platforms/cell/Kconfig"
[all …]
/arch/arm/boot/dts/
Ddove-cubox.dts101 /* connect xtal input as source of pll0 and pll1 */
102 silabs,pll-source = <0 0>, <1 0>;
107 silabs,multisynth-source = <0>;
108 silabs,clock-source = <0>;
115 silabs,multisynth-source = <1>;
116 silabs,clock-source = <0>;
Dr8a7793-gose.dts74 wakeup-source;
81 wakeup-source;
88 wakeup-source;
95 wakeup-source;
102 wakeup-source;
109 wakeup-source;
116 wakeup-source;
123 wakeup-source;
130 wakeup-source;
137 wakeup-source;
[all …]
Demev2-kzm9d.dts36 wakeup-source;
43 wakeup-source;
50 wakeup-source;
57 wakeup-source;
Domap3-ldp.dts35 wakeup-source;
42 wakeup-source;
49 wakeup-source;
56 wakeup-source;
63 wakeup-source;
70 wakeup-source;
77 wakeup-source;
84 wakeup-source;
91 wakeup-source;
Dr8a7791-koelsch.dts88 wakeup-source;
95 wakeup-source;
102 wakeup-source;
109 wakeup-source;
116 wakeup-source;
123 wakeup-source;
130 wakeup-source;
137 wakeup-source;
144 wakeup-source;
151 wakeup-source;
[all …]
Dexynos4412-odroidx2.dts3 * Hardkernel's Exynos4412 based ODROID-X2 board device tree source
7 * Device tree source file for Hardkernel's ODROID-X2 board which is based
Domap3-pandora-common.dtsi91 wakeup-source;
98 wakeup-source;
105 wakeup-source;
112 wakeup-source;
119 wakeup-source;
126 wakeup-source;
133 wakeup-source;
140 wakeup-source;
147 wakeup-source;
154 wakeup-source;
[all …]
Dexynos4412-trats2.dts3 * Samsung's Exynos4412 based Trats 2 board device tree source
8 * Device tree source file for Samsung's Trats 2 board which is based on
/arch/m68k/ifpsp060/
DREADME33 fpsp.s Full FP Kernel Module - source code
37 pfpsp.s Partial FP Kernel Module - source code
40 fplsp.s FP Library Module - source code
44 isp.s Integer Unimplemented Kernel Module - source code
48 ilsp.s Integer Unimplemented Library Module - source code
59 ftest.s above test; source code
63 itest.s above test; source code
/arch/parisc/kernel/
Dalternative.c86 u32 *source; in apply_alternatives() local
88 source = (u32 *)((ulong)&entry->replacement + entry->replacement); in apply_alternatives()
89 memcpy(from, source, 4 * len); in apply_alternatives()
/arch/arm64/boot/dts/mediatek/
Dmt8173-elm-hana.dtsi23 * second source touchscreen.
38 * second source trackpad.
46 wakeup-source;
/arch/powerpc/kvm/
Dbook3s_xics.h129 u32 irq, u16 *source) in kvmppc_xics_find_ics() argument
135 if (source) in kvmppc_xics_find_ics()
136 *source = src; in kvmppc_xics_find_ics()
/arch/arm/
DKconfig611 # plat- suffix) or along side the corresponding mach-* source.
613 source "arch/arm/mach-actions/Kconfig"
615 source "arch/arm/mach-alpine/Kconfig"
617 source "arch/arm/mach-artpec/Kconfig"
619 source "arch/arm/mach-asm9260/Kconfig"
621 source "arch/arm/mach-aspeed/Kconfig"
623 source "arch/arm/mach-at91/Kconfig"
625 source "arch/arm/mach-axxia/Kconfig"
627 source "arch/arm/mach-bcm/Kconfig"
629 source "arch/arm/mach-berlin/Kconfig"
[all …]
/arch/mips/include/asm/
Dmipsregs.h1424 #define ___read_32bit_c0_register(source, sel, vol) \ argument
1428 "mfc0\t%0, " #source "\n\t" \
1434 "mfc0\t%0, " #source ", " #sel "\n\t" \
1440 #define ___read_64bit_c0_register(source, sel, vol) \ argument
1443 __res = __read_64bit_c0_split(source, sel, vol); \
1448 "dmfc0\t%0, " #source "\n\t" \
1455 "dmfc0\t%0, " #source ", " #sel "\n\t" \
1461 #define __read_32bit_c0_register(source, sel) \ argument
1462 ___read_32bit_c0_register(source, sel, __volatile__)
1464 #define __read_const_32bit_c0_register(source, sel) \ argument
[all …]
/arch/sh/drivers/
DKconfig2 source "arch/sh/drivers/dma/Kconfig"
3 source "arch/sh/cchips/Kconfig"

12345678910>>...39