Home
last modified time | relevance | path

Searched full:p3 (Results 1 – 25 of 442) sorted by relevance

12345678910>>...18

/openbmc/linux/include/asm-generic/
H A Dxor.h33 const unsigned long * __restrict p3) in xor_8regs_3() argument
38 p1[0] ^= p2[0] ^ p3[0]; in xor_8regs_3()
39 p1[1] ^= p2[1] ^ p3[1]; in xor_8regs_3()
40 p1[2] ^= p2[2] ^ p3[2]; in xor_8regs_3()
41 p1[3] ^= p2[3] ^ p3[3]; in xor_8regs_3()
42 p1[4] ^= p2[4] ^ p3[4]; in xor_8regs_3()
43 p1[5] ^= p2[5] ^ p3[5]; in xor_8regs_3()
44 p1[6] ^= p2[6] ^ p3[6]; in xor_8regs_3()
45 p1[7] ^= p2[7] ^ p3[7]; in xor_8regs_3()
48 p3 += 8; in xor_8regs_3()
[all …]
/openbmc/linux/arch/hexagon/include/asm/
H A Dspinlock.h32 " { P3 = cmp.ge(R6,#0); R6 = add(R6,#1);}\n" in arch_read_lock()
33 " { if (!P3) jump 1b; }\n" in arch_read_lock()
34 " memw_locked(%0,P3) = R6;\n" in arch_read_lock()
35 " { if (!P3) jump 1b; }\n" in arch_read_lock()
38 : "memory", "r6", "p3" in arch_read_lock()
48 " memw_locked(%0,P3) = R6\n" in arch_read_unlock()
49 " if (!P3) jump 1b;\n" in arch_read_unlock()
52 : "memory", "r6", "p3" in arch_read_unlock()
63 " { %0 = #0; P3 = cmp.ge(R6,#0); R6 = add(R6,#1);}\n" in arch_read_trylock()
64 " { if (!P3) jump 1f; }\n" in arch_read_trylock()
[all …]
H A Datomic.h41 " memw_locked(%1,P3)=%0;\n" \
42 " if (!P3) jump 1b;\n" \
45 : "memory", "p3" \
57 " memw_locked(%1,P3)=%0;\n" \
58 " if (!P3) jump 1b;\n" \
61 : "memory", "p3" \
74 " memw_locked(%2,P3)=%1;\n" \
75 " if (!P3) jump 1b;\n" \
78 : "memory", "p3" \
117 " p3 = cmp.eq(%0, %4);" in ATOMIC_OPS()
[all …]
/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-virtual-sensor/sbp1/
H A Dvirtual_sensor_config.json478 "ParamName": "P3",
496 "Expression": "(P3 > 0) ? ((O + P1 + R * P2 * P2) / P3) : 0"
532 "ParamName": "P3",
550 "Expression": "(P3 > 0) ? ((O + P1 + R * P2 * P2) / P3) : 0"
586 "ParamName": "P3",
604 "Expression": "(P3 > 0) ? ((O + P1 + R * P2 * P2) / P3) : 0"
640 "ParamName": "P3",
658 "Expression": "(P3 > 0) ? ((O + P1 + R * P2 * P2) / P3) : 0"
694 "ParamName": "P3",
712 "Expression": "(P3 > 0) ? ((O + P1 + R * P2 * P2) / P3) : 0"
[all …]
/openbmc/qemu/tests/tcg/multiarch/
H A Dtest-mmap.c54 void *p3; in check_aligned_anonymous_unfixed_mmaps() local
67 p3 = mmap(NULL, len, PROT_READ, in check_aligned_anonymous_unfixed_mmaps()
80 fail_unless(p3 != MAP_FAILED); in check_aligned_anonymous_unfixed_mmaps()
88 p = (uintptr_t) p3; in check_aligned_anonymous_unfixed_mmaps()
98 memcpy(dummybuf, p3, pagesize); 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
162 p3 = mmap(NULL, nlen, PROT_READ, in check_aligned_anonymous_unfixed_colliding_mmaps()
164 fail_unless(p3 != MAP_FAILED); in check_aligned_anonymous_unfixed_colliding_mmaps()
167 if (p3 < p2 in check_aligned_anonymous_unfixed_colliding_mmaps()
[all …]
/openbmc/linux/arch/x86/include/asm/
H A Dxor.h43 #define PF2(x) " prefetchnta "PF_OFFS(x)"(%[p3]) ;\n"
47 #define XO2(x, y) " xorps "OFFS(x)"(%[p3]), %%xmm"#y" ;\n"
149 const unsigned long * __restrict p3) in xor_sse_3() argument
195 " add %[inc], %[p3] ;\n" in xor_sse_3()
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
233 " add %[inc], %[p3] ;\n" in xor_sse_3_pf64()
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
300 " add %[inc], %[p3] ;\n" in xor_sse_4()
[all …]
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_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()
/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()
177 xor_block_neon_inner.do_3(bytes, p1, p2, p3); in xor_neon_3()
185 const unsigned long * __restrict p3, in xor_neon_4() argument
[all …]
/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/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
/openbmc/qemu/tests/tcg/hexagon/
H A Dpreg_alias.c31 "p3 = %4\n\t" in preg_alias()
35 : "p0", "p1", "p2", "p3"); in preg_alias()
45 "p3 = %4\n\t" in preg_alias_pair()
49 : "p0", "p1", "p2", "p3"); in preg_alias_pair()
59 uint8_t p3; member
69 "%3 = p3\n\t" in creg_alias()
71 "=r"(pregs->pregs.p2), "=r"(pregs->pregs.p3) in creg_alias()
73 : "c4", "p0", "p1", "p2", "p3"); in creg_alias()
85 "%3 = p3\n\t" in creg_alias_pair()
88 "=r"(pregs->pregs.p2), "=r"(pregs->pregs.p3), "=r"(c5) in creg_alias_pair()
[all …]
/openbmc/linux/arch/arm64/lib/
H A Dxor-neon.c42 const unsigned long * __restrict p3) in xor_arm64_neon_3() argument
46 uint64_t *dp3 = (uint64_t *)p3; in xor_arm64_neon_3()
58 /* p1 ^= p3 */ in xor_arm64_neon_3()
78 const unsigned long * __restrict p3, in xor_arm64_neon_4() argument
83 uint64_t *dp3 = (uint64_t *)p3; in xor_arm64_neon_4()
96 /* p1 ^= p3 */ in xor_arm64_neon_4()
123 const unsigned long * __restrict p3, in xor_arm64_neon_5() argument
129 uint64_t *dp3 = (uint64_t *)p3; in xor_arm64_neon_5()
143 /* p1 ^= p3 */ in xor_arm64_neon_5()
197 const unsigned long * __restrict p3) in xor_arm64_eor3_3() argument
[all …]
/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()
/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/arch/hexagon/lib/
H A Dmemcpy.S192 p3 = cmp.gtu(len, #95); /* %8 < 97 */ define
202 p2 = and(p2,!p3); /* %8 < 97 */
255 p3 = cmp.gtu(back, #8); define
290 if(p3) dataF8 = memd(ptr_in+#8);
320 p3 = sp1loop0(.Ldword_loop_prolog, prolog) define
327 if(p3) memd(ptr_out++#8) = ldata0;
339 p3 = cmp.gtu(kernel, #0); define
341 if(p3.new) kernel = add(kernel, #-1);
343 if(p3.new) epilog = add(epilog, #32);
349 p3 = cmp.gtu(dalign, #24); define
[all …]
/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/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0001-Allow-applications-to-set-next-resource-handle.patch25p3, uint32_t p4, uint32_t p5, uint32_t p6, uint32_t p7, uint32_t p8, uint32_t p9, uint32_t p10, ui…
26p3, uint32_t p4, uint32_t p5, uint32_t p6, uint32_t p7, uint32_t p8, uint32_t p9, uint32_t p10, ui…
27p3, uint32_t p4, uint32_t p5, uint32_t p6, uint32_t p7, uint32_t p8, uint32_t p9, uint32_t p10, ui…
28p3, uint32_t p4, uint32_t p5, uint32_t p6, uint32_t p7, uint32_t p8, uint32_t p9, uint32_t p10, ui…
33 …(fn, thread, id, p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, out) rpc_call13_out_ctrl(t…
34 …(fn, thread, id, p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, out) rpc_call14_out_ctrl(t…
35 …n, thread, id, p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, out) rpc_call15_out_ctr…
36 …thread, id, p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, out) rpc_call16_out_c…
/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/linux/arch/sparc/include/asm/
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/tools/testing/selftests/net/
H A Dfib-onlink-tests.sh15 NETIFS[p3]=veth3
27 V4ADDRS[p3]=169.254.3.1
38 V6ADDRS[p3]=2001:db8:301::1
190 ip li add ${NETIFS[p3]} type veth peer name ${NETIFS[p4]}
213 ip -6 ro add default via ${V6ADDRS[p3]/::[0-9]/::64}
293 "${CONGW[2]} dev ${NETIFS[p3]} onlink" \
298 "${RECGW4[2]} dev ${NETIFS[p3]} onlink" \
303 "${CONGW[2]} dev ${NETIFS[p3]} onlink" \
308 "${CONGW[2]} dev ${NETIFS[p3]}" \
322 run_ip 254 ${TEST_NET4[1]}.102 ${V4ADDRS[p3]} ${NETIFS[p1]} 2 \
[all …]
/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, \

12345678910>>...18