Home
last modified time | relevance | path

Searched refs:p4 (Results 1 – 25 of 36) sorted by relevance

12

/linux-2.6.39/include/asm-generic/
Dxor.h60 unsigned long *p3, unsigned long *p4) in xor_8regs_4() argument
65 p1[0] ^= p2[0] ^ p3[0] ^ p4[0]; in xor_8regs_4()
66 p1[1] ^= p2[1] ^ p3[1] ^ p4[1]; in xor_8regs_4()
67 p1[2] ^= p2[2] ^ p3[2] ^ p4[2]; in xor_8regs_4()
68 p1[3] ^= p2[3] ^ p3[3] ^ p4[3]; in xor_8regs_4()
69 p1[4] ^= p2[4] ^ p3[4] ^ p4[4]; in xor_8regs_4()
70 p1[5] ^= p2[5] ^ p3[5] ^ p4[5]; in xor_8regs_4()
71 p1[6] ^= p2[6] ^ p3[6] ^ p4[6]; in xor_8regs_4()
72 p1[7] ^= p2[7] ^ p3[7] ^ p4[7]; in xor_8regs_4()
76 p4 += 8; in xor_8regs_4()
[all …]
/linux-2.6.39/arch/sparc/include/asm/
Dxor_32.h113 unsigned long *p3, unsigned long *p4) in sparc_4() argument
164 : "r" (p1), "r" (p2), "r" (p3), "r" (p4) in sparc_4()
171 p4 += 8; in sparc_4()
177 unsigned long *p3, unsigned long *p4, unsigned long *p5) in sparc_5() argument
240 : "r" (p1), "r" (p2), "r" (p3), "r" (p4), "r" (p5) in sparc_5()
247 p4 += 8; in sparc_5()
/linux-2.6.39/arch/x86/include/asm/
Dxor_32.h125 unsigned long *p3, unsigned long *p4) in xor_pII_mmx_4() argument
170 "+r" (p1), "+r" (p2), "+r" (p3), "+r" (p4) in xor_pII_mmx_4()
180 unsigned long *p3, unsigned long *p4, unsigned long *p5) in xor_pII_mmx_5() argument
192 asm("" : "+r" (p4), "+r" (p5)); in xor_pII_mmx_5()
239 : "r" (p4), "r" (p5) in xor_pII_mmx_5()
245 asm("" : "=r" (p4), "=r" (p5)); in xor_pII_mmx_5()
364 unsigned long *p3, unsigned long *p4) in xor_p5_mmx_4() argument
421 "+r" (p1), "+r" (p2), "+r" (p3), "+r" (p4) in xor_p5_mmx_4()
430 unsigned long *p3, unsigned long *p4, unsigned long *p5) in xor_p5_mmx_5() argument
442 asm("" : "+r" (p4), "+r" (p5)); in xor_p5_mmx_5()
[all …]
Dxor_64.h202 unsigned long *p3, unsigned long *p4) in xor_sse_4() argument
260 [p1] "+r" (p1), [p2] "+r" (p2), [p3] "+r" (p3), [p4] "+r" (p4) in xor_sse_4()
269 unsigned long *p3, unsigned long *p4, unsigned long *p5) in xor_sse_5() argument
334 [p1] "+r" (p1), [p2] "+r" (p2), [p3] "+r" (p3), [p4] "+r" (p4), in xor_sse_5()
Dkvm_para.h144 unsigned long p4) in kvm_hypercall4() argument
149 : "a"(nr), "b"(p1), "c"(p2), "d"(p3), "S"(p4) in kvm_hypercall4()
/linux-2.6.39/arch/s390/include/asm/
Dkvm_para.h86 unsigned long p4) in kvm_hypercall4() argument
92 register unsigned long __p4 asm("5") = p4; in kvm_hypercall4()
103 unsigned long p4, unsigned long p5) in kvm_hypercall5() argument
109 register unsigned long __p4 asm("5") = p4; in kvm_hypercall5()
121 unsigned long p4, unsigned long p5, in kvm_hypercall6() argument
128 register unsigned long __p4 asm("5") = p4; in kvm_hypercall6()
/linux-2.6.39/arch/blackfin/mach-common/
Dentry.S166 p4.l = _kgdb_single_step;
167 p4.h = _kgdb_single_step;
168 r6 = [p4];
290 p4.l = lo(IPEND);
291 p4.h = hi(IPEND);
292 r7 = [p4];
303 p4.l = lo(EVT5);
304 p4.h = hi(EVT5);
305 [p4] = r7;
315 p4.l = lo(DCPLB_FAULT_ADDR);
[all …]
Dinterrupt.S226 trace_buffer_save(p4,r5);
228 ANOMALY_283_315_WORKAROUND(p4, r5)
/linux-2.6.39/arch/arm/include/asm/
Dxor.h90 unsigned long *p3, unsigned long *p4) in xor_arm4regs_4() argument
102 XOR_BLOCK_2(p4); in xor_arm4regs_4()
109 unsigned long *p3, unsigned long *p4, unsigned long *p5) in xor_arm4regs_5() argument
121 XOR_BLOCK_2(p4); in xor_arm4regs_5()
/linux-2.6.39/crypto/
Dxor.c32 unsigned long *p1, *p2, *p3, *p4; in xor_blocks() local
52 p4 = (unsigned long *) srcs[3]; in xor_blocks()
53 active_template->do_5(bytes, dest, p1, p2, p3, p4); in xor_blocks()
/linux-2.6.39/arch/ia64/lib/
Dmemcpy.S210 (p4) st2 [dst]=t0,2
211 (p4) shr.u t0=t0,16
212 (p4) adds cnt=2,cnt
264 (p4) st2 [dst]=t0,2
265 (p4) shr.u t0=t0,16
/linux-2.6.39/arch/powerpc/include/asm/
Dsyscalls.h27 unsigned long p3, unsigned long p4, unsigned long p5,
30 unsigned long p3, unsigned long p4, unsigned long p5,
Dkvm_para.h146 unsigned long p4) in kvm_hypercall4() argument
154 in[3] = p4; in kvm_hypercall4()
/linux-2.6.39/include/media/
Dmt9t112.h19 u8 p1, p2, p3, p4, p5, p6, p7; member
/linux-2.6.39/arch/cris/include/arch-v10/arch/
Duser.h28 unsigned long p4; /* Constant zero (only 16 bits). */ member
/linux-2.6.39/arch/x86/kernel/cpu/cpufreq/
DMakefile20 obj-$(CONFIG_X86_P4_CLOCKMOD) += p4-clockmod.o
/linux-2.6.39/drivers/media/video/
Dmt9t112.c301 int m, n, p1, p2, p3, p4, p5, p6, p7; in mt9t112_clock_info() local
315 p4 = n & 0x000f; in mt9t112_clock_info()
351 clk = vco / (p4+1); in mt9t112_clock_info()
407 u8 p4, u8 p5, u8 p6, in mt9t112_set_pll_dividers() argument
428 ((p4 & 0x0F) << 0); in mt9t112_set_pll_dividers()
456 priv->info->divider.p4, in mt9t112_init_pll()
/linux-2.6.39/sound/core/seq/oss/
Dseq_oss_event.h61 unsigned char p1, p2, p3, p4; member
/linux-2.6.39/drivers/scsi/aacraid/
Dsa.c158 u32 p1, u32 p2, u32 p3, u32 p4, u32 p5, u32 p6, in sa_sync_cmd() argument
173 sa_writel(dev, Mailbox4, p4); in sa_sync_cmd()
Dsrc.c142 u32 p1, u32 p2, u32 p3, u32 p4, u32 p5, u32 p6, in src_sync_cmd() argument
158 writel(p4, &dev->IndexRegs->Mailbox[4]); in src_sync_cmd()
Drx.c167 u32 p1, u32 p2, u32 p3, u32 p4, u32 p5, u32 p6, in rx_sync_cmd() argument
182 writel(p4, &dev->IndexRegs->Mailbox[4]); in rx_sync_cmd()
/linux-2.6.39/arch/blackfin/include/asm/
Dptrace.h72 long p4; member
/linux-2.6.39/arch/blackfin/kernel/
Dsignal.c63 RESTORE(p4); RESTORE(p5); in rt_restore_sigcontext()
129 SETUP(p4); SETUP(p5); in rt_setup_sigcontext()
Dkgdb.c27 gdb_regs[BFIN_P4] = regs->p4; in pt_regs_to_gdb_regs()
104 regs->p4 = gdb_regs[BFIN_P4]; in gdb_regs_to_pt_regs()
/linux-2.6.39/drivers/net/wireless/libertas/
DREADME40 version: COMM-USB8388-318.p4
103 echo "p1 p2 p3 p4 p5 p6" > sleepparams: writes the sleepclock configuration.
109 p4 is Control periodic calibration (0-2)

12