Home
last modified time | relevance | path

Searched refs:p3 (Results 1 – 25 of 254) sorted by relevance

1234567891011

/openbmc/linux/include/asm-generic/
H A Dxor.h48 p3 += 8; in xor_8regs_3()
71 p3 += 8; in xor_8regs_4()
96 p3 += 8; in xor_8regs_5()
182 p3 += 8; in xor_32regs_3()
238 p3 += 8; in xor_32regs_4()
304 p3 += 8; in xor_32regs_5()
362 p3 += 8; in xor_8regs_p_3()
397 p3 += 8; in xor_8regs_p_4()
436 p3 += 8; in xor_8regs_p_5()
542 p3 += 8; in xor_32regs_p_3()
[all …]
/openbmc/qemu/tests/tcg/multiarch/
H A Dtest-mmap.c54 void *p3; in check_aligned_anonymous_unfixed_mmaps() local
88 p = (uintptr_t) p3; in check_aligned_anonymous_unfixed_mmaps()
103 munmap(p3, len); in check_aligned_anonymous_unfixed_mmaps()
138 char *p3; in check_aligned_anonymous_unfixed_colliding_mmaps() local
167 if (p3 < p2 in check_aligned_anonymous_unfixed_colliding_mmaps()
181 munmap(p3, nlen); in check_aligned_anonymous_unfixed_colliding_mmaps()
281 p = (uintptr_t) p3; in check_file_unfixed_mmaps()
288 fail_unless (*p3 == ((pagesize * 2) / sizeof *p3)); in check_file_unfixed_mmaps()
295 munmap (p3, len); in check_file_unfixed_mmaps()
415 fail_unless (*p3 == ((pagesize * 2) / sizeof *p3)); in check_file_fixed_mmaps()
[all …]
/openbmc/linux/arch/sparc/include/asm/
H A Dxor_32.h56 const unsigned long * __restrict p3) in sparc_3() argument
95 : "r" (p1), "r" (p2), "r" (p3) in sparc_3()
101 p3 += 8; in sparc_3()
108 const unsigned long * __restrict p3, in sparc_4() argument
160 : "r" (p1), "r" (p2), "r" (p3), "r" (p4) in sparc_4()
166 p3 += 8; in sparc_4()
174 const unsigned long * __restrict p3, in sparc_5() argument
239 : "r" (p1), "r" (p2), "r" (p3), "r" (p4), "r" (p5) in sparc_5()
245 p3 += 8; in sparc_5()
H A Dxor_64.h19 const unsigned long * __restrict p3);
22 const unsigned long * __restrict p3,
26 const unsigned long * __restrict p3,
44 const unsigned long * __restrict p3);
47 const unsigned long * __restrict p3,
51 const unsigned long * __restrict p3,
/openbmc/linux/arch/arm/include/asm/
H A Dxor.h70 const unsigned long * __restrict p3) in xor_arm4regs_3() argument
85 XOR_BLOCK_4(p3); in xor_arm4regs_3()
93 const unsigned long * __restrict p3, in xor_arm4regs_4() argument
105 XOR_BLOCK_2(p3); in xor_arm4regs_4()
114 const unsigned long * __restrict p3, in xor_arm4regs_5() argument
127 XOR_BLOCK_2(p3); in xor_arm4regs_5()
171 const unsigned long * __restrict p3) in xor_neon_3() argument
174 xor_arm4regs_3(bytes, p1, p2, p3); in xor_neon_3()
185 const unsigned long * __restrict p3, in xor_neon_4() argument
189 xor_arm4regs_4(bytes, p1, p2, p3, p4); in xor_neon_4()
[all …]
/openbmc/linux/arch/hexagon/lib/
H A Dmemcpy.S255 p3 = cmp.gtu(back, #8); define
290 if(p3) dataF8 = memd(ptr_in+#8);
339 p3 = cmp.gtu(kernel, #0); define
349 p3 = cmp.gtu(dalign, #24); define
352 if(p3) jump .Lodd_alignment;
367 p3 = cmp.eq(kernel, rest); define
443 p3 = cmp.eq(epilogdws, #0); define
449 if(p3) jump .Lepilog60;
455 p3 = cmp.eq(kernel, #0); define
456 if(p3.new) kernel= #8;
[all …]
/openbmc/linux/tools/testing/selftests/ftrace/test.d/instances/
H A Dinstance-event.tc55 p3=$!
56 echo $p3
60 kill -1 $p3
65 wait $p1 $p2 $p3
107 p3=$!
108 echo $p3
123 kill -1 $p3
128 wait $p1 $p2 $p3 $p4 $p5
H A Dinstance.tc47 p3=$!
48 echo $p3
63 kill -1 $p3
68 wait $p1 $p2 $p3 $p4 $p5
/openbmc/linux/arch/x86/include/asm/
H A Dxor_avx.h90 const unsigned long * __restrict p3) in xor_avx_4() argument
100 asm volatile("vmovdqa %0, %%ymm" #reg : : "m" (p3[i / sizeof(*p3)])); \ in xor_avx_4()
116 p3 = (unsigned long *)((uintptr_t)p3 + 512); in xor_avx_4()
125 const unsigned long * __restrict p3, in xor_avx_5() argument
138 "m" (p3[i / sizeof(*p3)])); \ in xor_avx_5()
154 p3 = (unsigned long *)((uintptr_t)p3 + 512); in xor_avx_5()
H A Dkvm_para.h78 unsigned long p2, unsigned long p3) in kvm_hypercall3() argument
83 return tdx_kvm_hypercall(nr, p1, p2, p3, 0); in kvm_hypercall3()
87 : "a"(nr), "b"(p1), "c"(p2), "d"(p3) in kvm_hypercall3()
93 unsigned long p2, unsigned long p3, in kvm_hypercall4() argument
99 return tdx_kvm_hypercall(nr, p1, p2, p3, p4); in kvm_hypercall4()
103 : "a"(nr), "b"(p1), "c"(p2), "d"(p3), "S"(p4) in kvm_hypercall4()
109 unsigned long p2, unsigned long p3) in kvm_sev_hypercall3() argument
115 : "a"(nr), "b"(p1), "c"(p2), "d"(p3) in kvm_sev_hypercall3()
H A Dxor.h149 const unsigned long * __restrict p3) in xor_sse_3() argument
199 [p1] "+r" (p1), [p2] "+r" (p2), [p3] "+r" (p3) in xor_sse_3()
209 const unsigned long * __restrict p3) in xor_sse_3_pf64() argument
237 [p1] "+r" (p1), [p2] "+r" (p2), [p3] "+r" (p3) in xor_sse_3_pf64()
247 const unsigned long * __restrict p3, in xor_sse_4() argument
305 [p2] "+r" (p2), [p3] "+r" (p3), [p4] "+r" (p4) in xor_sse_4()
315 const unsigned long * __restrict p3, in xor_sse_4_pf64() argument
346 [p2] "+r" (p2), [p3] "+r" (p3), [p4] "+r" (p4) in xor_sse_4_pf64()
356 const unsigned long * __restrict p3, in xor_sse_5() argument
422 [p3] "+r" (p3), [p4] "+r" (p4), [p5] "+r" (p5) in xor_sse_5()
[all …]
H A Dxor_32.h70 const unsigned long * __restrict p3) in xor_pII_mmx_3() argument
110 "+r" (p1), "+r" (p2), "+r" (p3) in xor_pII_mmx_3()
120 const unsigned long * __restrict p3, in xor_pII_mmx_4() argument
166 "+r" (p1), "+r" (p2), "+r" (p3), "+r" (p4) in xor_pII_mmx_4()
177 const unsigned long * __restrict p3, in xor_pII_mmx_5() argument
237 "+r" (p1), "+r" (p2), "+r" (p3) in xor_pII_mmx_5()
308 const unsigned long * __restrict p3) in xor_p5_mmx_3() argument
356 "+r" (p1), "+r" (p2), "+r" (p3) in xor_p5_mmx_3()
366 const unsigned long * __restrict p3, in xor_p5_mmx_4() argument
434 const unsigned long * __restrict p3, in xor_p5_mmx_5() argument
[all …]
/openbmc/linux/arch/s390/lib/
H A Dxor.c38 const unsigned long * __restrict p3) in xor_xc_3() argument
59 : "+d" (bytes), "+a" (p1), "+a" (p2), "+a" (p3) in xor_xc_3()
65 const unsigned long * __restrict p3, in xor_xc_4() argument
91 : "+d" (bytes), "+a" (p1), "+a" (p2), "+a" (p3), "+a" (p4) in xor_xc_4()
97 const unsigned long * __restrict p3, in xor_xc_5() argument
128 : "+d" (bytes), "+a" (p1), "+a" (p2), "+a" (p3), "+a" (p4), in xor_xc_5()
/openbmc/linux/arch/loongarch/include/asm/
H A Dxor_simd.h12 const unsigned long * __restrict p2, const unsigned long * __restrict p3);
14 const unsigned long * __restrict p2, const unsigned long * __restrict p3,
17 const unsigned long * __restrict p2, const unsigned long * __restrict p3,
25 const unsigned long * __restrict p2, const unsigned long * __restrict p3);
27 const unsigned long * __restrict p2, const unsigned long * __restrict p3,
30 const unsigned long * __restrict p2, const unsigned long * __restrict p3,
/openbmc/linux/arch/loongarch/lib/
H A Dxor_simd.h16 const unsigned long * __restrict p2, const unsigned long * __restrict p3);
18 const unsigned long * __restrict p2, const unsigned long * __restrict p3,
21 const unsigned long * __restrict p2, const unsigned long * __restrict p3,
29 const unsigned long * __restrict p2, const unsigned long * __restrict p3);
31 const unsigned long * __restrict p2, const unsigned long * __restrict p3,
34 const unsigned long * __restrict p2, const unsigned long * __restrict p3,
H A Dxor_simd_glue.c27 const unsigned long * __restrict p3) \
30 __xor_##flavor##_3(bytes, p1, p2, p3); \
38 const unsigned long * __restrict p3, \
42 __xor_##flavor##_4(bytes, p1, p2, p3, p4); \
50 const unsigned long * __restrict p3, \
55 __xor_##flavor##_5(bytes, p1, p2, p3, p4, p5); \
/openbmc/linux/scripts/coccinelle/free/
H A Diounmap.cocci23 position p1,p2,p3;
46 return@p3 ...; }
54 p3 << iom.p3;
59 cocci.print_secs("needed iounmap",p3)
64 p3 << iom.p3;
68 coccilib.report.print_report(p3[0],msg)
H A Dclk_put.cocci23 position p1,p2,p3;
46 return@p3 ...; }
54 p3 << clk.p3;
59 cocci.print_secs("needed clk_put",p3)
64 p3 << clk.p3;
68 coccilib.report.print_report(p3[0],msg)
/openbmc/linux/arch/powerpc/lib/
H A Dxor_vmx_glue.c28 const unsigned long * __restrict p3) in xor_altivec_3() argument
32 __xor_altivec_3(bytes, p1, p2, p3); in xor_altivec_3()
40 const unsigned long * __restrict p3, in xor_altivec_4() argument
45 __xor_altivec_4(bytes, p1, p2, p3, p4); in xor_altivec_4()
53 const unsigned long * __restrict p3, in xor_altivec_5() argument
59 __xor_altivec_5(bytes, p1, p2, p3, p4, p5); in xor_altivec_5()
H A Dxor_vmx.h13 const unsigned long * __restrict p3);
16 const unsigned long * __restrict p3,
20 const unsigned long * __restrict p3,
/openbmc/linux/arch/arm64/include/asm/
H A Dxor.h30 const unsigned long * __restrict p3) in xor_neon_3() argument
33 xor_block_inner_neon.do_3(bytes, p1, p2, p3); in xor_neon_3()
40 const unsigned long * __restrict p3, in xor_neon_4() argument
44 xor_block_inner_neon.do_4(bytes, p1, p2, p3, p4); in xor_neon_4()
51 const unsigned long * __restrict p3, in xor_neon_5() argument
56 xor_block_inner_neon.do_5(bytes, p1, p2, p3, p4, p5); in xor_neon_5()
/openbmc/linux/arch/alpha/include/asm/
H A Dxor.h14 const unsigned long * __restrict p3);
18 const unsigned long * __restrict p3,
23 const unsigned long * __restrict p3,
33 const unsigned long * __restrict p3);
37 const unsigned long * __restrict p3,
42 const unsigned long * __restrict p3,
/openbmc/linux/arch/hexagon/mm/
H A Dcopy_user_template.S35 p3=sp1loop0(.Loop8,loopcount)
40 if (p3) memd(dst++#8) = d_dbuf
65 p3=sp1loop0(.Loop4,loopcount)
70 if (p3) memw(dst++#4) = w_dbuf
91 p3=sp1loop0(.Loop2,loopcount)
96 if (p3) memh(dst++#2) = w_dbuf
107 p3=sp1loop0(.Loop1,bytes)
112 if (p3) memb(dst++#1) = w_dbuf
/openbmc/u-boot/board/nokia/rx51/
H A Dtag_omap.h240 #define OMAP_TAG_LCD_CONFIG(p1, p2, p3, p4) \ argument
245 .u.lcd.nreset_gpio = p3, \
249 #define OMAP_TAG_GPIO_SWITCH_CONFIG(p1, p2, p3, p4, p5) \ argument
255 .u.gpio_switch.flags = p3, \
260 #define OMAP_TAG_WLAN_CX3110X_CONFIG(p1, p2, p3, p4, p5) \ argument
266 .u.wlan_cx3110x.power_gpio = p3, \
271 #define OMAP_TAG_PARTITION_CONFIG(p1, p2, p3, p4) \ argument
277 .u.partition.offset = p3, \
/openbmc/qemu/tests/tcg/aarch64/
H A Dpauth-5.c8 int *p0 = &x, *p1, *p2, *p3; in main() local
38 asm("autda %0, %1" : "=r"(p3) : "r"(salt), "0"(p2)); in main()
41 assert(p3 != p0); in main()

1234567891011