/linux-3.3/include/linux/ |
D | ultrasound.h | 75 #define _GUS_CMD(chn, voice, cmd, p1, p2) \ argument 83 #define GUS_NUMVOICES(chn, p1) _GUS_CMD(chn, 0, _GUS_NUMVOICES, (p1), 0) argument 84 #define GUS_VOICESAMPLE(chn, voice, p1) _GUS_CMD(chn, voice, _GUS_VOICESAMPLE, (p1), 0) /* OBSOLET… argument 85 #define GUS_VOICEON(chn, voice, p1) _GUS_CMD(chn, voice, _GUS_VOICEON, (p1), 0) argument 88 #define GUS_VOICEMODE(chn, voice, p1) _GUS_CMD(chn, voice, _GUS_VOICEMODE, (p1), 0) argument 89 #define GUS_VOICEBALA(chn, voice, p1) _GUS_CMD(chn, voice, _GUS_VOICEBALA, (p1), 0) argument 92 #define GUS_VOICEVOL(chn, voice, p1) _GUS_CMD(chn, voice, _GUS_VOICEVOL, (p1), 0) argument 93 #define GUS_VOICEVOL2(chn, voice, p1) _GUS_CMD(chn, voice, _GUS_VOICEVOL2, (p1), 0) argument 95 #define GUS_RAMPRATE(chn, voice, p1, p2) _GUS_CMD(chn, voice, _GUS_RAMPRATE, (p1), (p2)) argument 96 #define GUS_RAMPMODE(chn, voice, p1) _GUS_CMD(chn, voice, _GUS_RAMPMODE, (p1), 0) argument [all …]
|
/linux-3.3/arch/blackfin/mach-bf561/ |
D | atomic.S | 129 p1 = [sp++]; define 178 p1 = [sp++]; define 196 p1 = r1; define 253 p1 = r1; define 272 p1 = r0; define 291 p1 = r0; define 327 p1 = r0; define 359 p1 = r0; define 381 p1 = r0; define 420 p1 = r0; define [all …]
|
/linux-3.3/arch/s390/include/asm/ |
D | kvm_para.h | 43 static inline long kvm_hypercall1(unsigned long nr, unsigned long p1) in kvm_hypercall1() 54 static inline long kvm_hypercall2(unsigned long nr, unsigned long p1, in kvm_hypercall2() 68 static inline long kvm_hypercall3(unsigned long nr, unsigned long p1, in kvm_hypercall3() 84 static inline long kvm_hypercall4(unsigned long nr, unsigned long p1, in kvm_hypercall4() 101 static inline long kvm_hypercall5(unsigned long nr, unsigned long p1, in kvm_hypercall5() 119 static inline long kvm_hypercall6(unsigned long nr, unsigned long p1, in kvm_hypercall6()
|
/linux-3.3/include/asm-generic/ |
D | xor.h | 19 xor_8regs_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) in xor_8regs_2() 38 xor_8regs_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_8regs_3() 59 xor_8regs_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_8regs_4() 81 xor_8regs_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_8regs_5() 104 xor_32regs_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) in xor_32regs_2() 140 xor_32regs_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_32regs_3() 186 xor_32regs_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_32regs_4() 241 xor_32regs_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_32regs_5() 305 xor_8regs_p_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) in xor_8regs_p_2() 331 xor_8regs_p_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_8regs_p_3() [all …]
|
/linux-3.3/arch/hexagon/lib/ |
D | memset.S | 43 p1 = cmp.gtu(r2, #7) define 72 p1 = cmp.eq(r2, #1) define 85 p1 = cmp.eq(r2, #2) define 98 p1 = cmp.eq(r2, #4) define 111 p1 = cmp.eq(r3, #1) define 127 p1 = cmp.eq(r2, #8) define 138 p1 = cmp.eq(r2, #4) define 149 p1 = cmp.eq(r2, #2) define 193 p1 = cmp.eq(r2, #1) define
|
D | memcpy.S | 202 p1 = cmp.eq(ptr_in, ptr_out); /* attempt to overwrite self */ define 205 p1 = or(p2, p1); define 275 p1 = cmp.eq(prolog, #0); define 471 p1 = cmp.gt(over, #0); define
|
/linux-3.3/arch/x86/include/asm/ |
D | xor_32.h | 32 xor_pII_mmx_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) in xor_pII_mmx_2() 75 xor_pII_mmx_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_pII_mmx_3() 124 xor_pII_mmx_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_pII_mmx_4() 179 xor_pII_mmx_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_pII_mmx_5() 259 xor_p5_mmx_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) in xor_p5_mmx_2() 306 xor_p5_mmx_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_p5_mmx_3() 363 xor_p5_mmx_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_p5_mmx_4() 429 xor_p5_mmx_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_p5_mmx_5() 587 xor_sse_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) in xor_sse_2() 640 xor_sse_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_sse_3() [all …]
|
D | xor_64.h | 91 xor_sse_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) in xor_sse_2() 142 xor_sse_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_sse_3() 201 xor_sse_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_sse_4() 268 xor_sse_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_sse_5()
|
D | kvm_para.h | 124 static inline long kvm_hypercall1(unsigned int nr, unsigned long p1) in kvm_hypercall1() 134 static inline long kvm_hypercall2(unsigned int nr, unsigned long p1, in kvm_hypercall2() 145 static inline long kvm_hypercall3(unsigned int nr, unsigned long p1, in kvm_hypercall3() 156 static inline long kvm_hypercall4(unsigned int nr, unsigned long p1, in kvm_hypercall4()
|
D | cmpxchg.h | 210 #define __cmpxchg_double(pfx, p1, p2, o1, o2, n1, n2) \ argument 227 #define cmpxchg_double(p1, p2, o1, o2, n1, n2) \ argument 230 #define cmpxchg_double_local(p1, p2, o1, o2, n1, n2) \ argument
|
/linux-3.3/arch/sparc/include/asm/ |
D | xor_32.h | 24 sparc_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) in sparc_2() 61 sparc_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, in sparc_3() 112 sparc_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, in sparc_4() 176 sparc_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, in sparc_5()
|
/linux-3.3/arch/arm/include/asm/ |
D | xor.h | 47 xor_arm4regs_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) in xor_arm4regs_2() 67 xor_arm4regs_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_arm4regs_3() 89 xor_arm4regs_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_arm4regs_4() 108 xor_arm4regs_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_arm4regs_5()
|
/linux-3.3/arch/hexagon/mm/ |
D | copy_user_template.S | 38 p1 = cmp.gtu(bytes,#15) define 71 p1 = cmp.gtu(bytes,#7) define 97 p1 = cmp.gtu(bytes,#3) define
|
/linux-3.3/drivers/tty/vt/ |
D | consolemap.c | 215 u16 **p1, *p2; in set_inverse_trans_unicode() local 388 u16 **p1; in con_release_unimap() local 436 u16 **p1, **q1; in con_unify_unimap() local 468 u16 **p1, *p2; in con_insert_unipair() local 526 u16 **p1, *p2, l; in con_set_unimap() local 640 u16 **p1, *p2; in con_get_unimap() local 700 u16 **p1, *p2; in conv_uni_to_pc() local
|
/linux-3.3/arch/powerpc/include/asm/ |
D | kvm_para.h | 112 static inline long kvm_hypercall1(unsigned int nr, unsigned long p1) in kvm_hypercall1() 121 static inline long kvm_hypercall2(unsigned int nr, unsigned long p1, in kvm_hypercall2() 132 static inline long kvm_hypercall3(unsigned int nr, unsigned long p1, in kvm_hypercall3() 144 static inline long kvm_hypercall4(unsigned int nr, unsigned long p1, in kvm_hypercall4()
|
/linux-3.3/security/tomoyo/ |
D | file.c | 338 const struct tomoyo_path_acl *p1 = container_of(a, typeof(*p1), head); in tomoyo_same_path_acl() local 407 const struct tomoyo_mkdev_acl *p1 = container_of(a, typeof(*p1), head); in tomoyo_same_mkdev_acl() local 486 const struct tomoyo_path2_acl *p1 = container_of(a, typeof(*p1), head); in tomoyo_same_path2_acl() local 619 const struct tomoyo_path_number_acl *p1 = container_of(a, typeof(*p1), in tomoyo_same_path_number_acl() local 949 const struct tomoyo_mount_acl *p1 = container_of(a, typeof(*p1), head); in tomoyo_same_mount_acl() local
|
D | environ.c | 78 const struct tomoyo_env_acl *p1 = container_of(a, typeof(*p1), head); in tomoyo_same_env_acl() local
|
/linux-3.3/arch/arm/mm/ |
D | fault-armv.c | 217 static int __init check_writebuffer(unsigned long *p1, unsigned long *p2) in check_writebuffer() 243 unsigned long *p1, *p2; in check_writebuffer_bugs() local
|
/linux-3.3/arch/blackfin/mach-common/ |
D | entry.S | 567 p1 = r0; define 568 p1 = p1 + p2; define 581 p1 = r0; define 582 p1 = p1 + p2; define 782 p1 = r1; define 1122 p1 = rets; define
|
D | cache.S | 91 p1 = [p0]; define
|
/linux-3.3/sound/synth/emux/ |
D | emux_oss.c | 347 unsigned short p1; in emuspec_control() local 442 unsigned short p1; in gusspec_control() local
|
/linux-3.3/drivers/staging/media/easycap/ |
D | easycap_testcard.c | 39 unsigned char bfbar[TESTCARD_BYTESPERLINE / 8], *p1, *p2; in easycap_testcard() local
|
/linux-3.3/include/media/ |
D | mt9t112.h | 19 u8 p1, p2, p3, p4, p5, p6, p7; member
|
/linux-3.3/scripts/ |
D | conmakehash.c | 87 char *p, *p1; in main() local
|
/linux-3.3/sound/core/seq/oss/ |
D | seq_oss_event.h | 61 unsigned char p1, p2, p3, p4; member 70 unsigned char p1, p2; member
|