Home
last modified time | relevance | path

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

123456789

/openbmc/linux/include/asm-generic/
H A Dxor.h56 const unsigned long * __restrict p4) in xor_8regs_4() argument
61 p1[0] ^= p2[0] ^ p3[0] ^ p4[0]; in xor_8regs_4()
62 p1[1] ^= p2[1] ^ p3[1] ^ p4[1]; in xor_8regs_4()
63 p1[2] ^= p2[2] ^ p3[2] ^ p4[2]; in xor_8regs_4()
64 p1[3] ^= p2[3] ^ p3[3] ^ p4[3]; in xor_8regs_4()
65 p1[4] ^= p2[4] ^ p3[4] ^ p4[4]; in xor_8regs_4()
66 p1[5] ^= p2[5] ^ p3[5] ^ p4[5]; in xor_8regs_4()
67 p1[6] ^= p2[6] ^ p3[6] ^ p4[6]; in xor_8regs_4()
68 p1[7] ^= p2[7] ^ p3[7] ^ p4[7]; in xor_8regs_4()
72 p4 += 8; in xor_8regs_4()
[all …]
/openbmc/linux/arch/x86/include/asm/
H A Dxor_32.h121 const unsigned long * __restrict p4) in xor_pII_mmx_4() argument
166 "+r" (p1), "+r" (p2), "+r" (p3), "+r" (p4) in xor_pII_mmx_4()
178 const unsigned long * __restrict p4, in xor_pII_mmx_5() argument
191 asm("" : "+r" (p4), "+r" (p5)); in xor_pII_mmx_5()
238 : "r" (p4), "r" (p5) in xor_pII_mmx_5()
244 asm("" : "=r" (p4), "=r" (p5)); in xor_pII_mmx_5()
367 const unsigned long * __restrict p4) in xor_p5_mmx_4() argument
424 "+r" (p1), "+r" (p2), "+r" (p3), "+r" (p4) in xor_p5_mmx_4()
435 const unsigned long * __restrict p4, in xor_p5_mmx_5() argument
448 asm("" : "+r" (p4), "+r" (p5)); in xor_p5_mmx_5()
[all …]
H A Dxor.h248 const unsigned long * __restrict p4) in xor_sse_4() argument
305 [p2] "+r" (p2), [p3] "+r" (p3), [p4] "+r" (p4) in xor_sse_4()
316 const unsigned long * __restrict p4) in xor_sse_4_pf64() argument
346 [p2] "+r" (p2), [p3] "+r" (p3), [p4] "+r" (p4) in xor_sse_4_pf64()
357 const unsigned long * __restrict p4, in xor_sse_5() argument
422 [p3] "+r" (p3), [p4] "+r" (p4), [p5] "+r" (p5) in xor_sse_5()
433 const unsigned long * __restrict p4, in xor_sse_5_pf64() argument
466 [p3] "+r" (p3), [p4] "+r" (p4), [p5] "+r" (p5) in xor_sse_5_pf64()
H A Dxor_avx.h126 const unsigned long * __restrict p4) in xor_avx_5() argument
136 asm volatile("vmovdqa %0, %%ymm" #reg : : "m" (p4[i / sizeof(*p4)])); \ in xor_avx_5()
155 p4 = (unsigned long *)((uintptr_t)p4 + 512); in xor_avx_5()
H A Dkvm_para.h94 unsigned long p4) 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()
/openbmc/linux/arch/arm/include/asm/
H A Dxor.h94 const unsigned long * __restrict p4) in xor_arm4regs_4() argument
106 XOR_BLOCK_2(p4); in xor_arm4regs_4()
115 const unsigned long * __restrict p4, in xor_arm4regs_5() argument
128 XOR_BLOCK_2(p4); in xor_arm4regs_5()
186 const unsigned long * __restrict p4) in xor_neon_4() argument
189 xor_arm4regs_4(bytes, p1, p2, p3, p4); in xor_neon_4()
192 xor_block_neon_inner.do_4(bytes, p1, p2, p3, p4); in xor_neon_4()
201 const unsigned long * __restrict p4, in xor_neon_5() argument
205 xor_arm4regs_5(bytes, p1, p2, p3, p4, p5); in xor_neon_5()
208 xor_block_neon_inner.do_5(bytes, p1, p2, p3, p4, p5); in xor_neon_5()
/openbmc/linux/arch/sparc/include/asm/
H A Dxor_32.h109 const unsigned long * __restrict p4) in sparc_4() argument
160 : "r" (p1), "r" (p2), "r" (p3), "r" (p4) in sparc_4()
167 p4 += 8; in sparc_4()
175 const unsigned long * __restrict p4, in sparc_5() argument
239 : "r" (p1), "r" (p2), "r" (p3), "r" (p4), "r" (p5) in sparc_5()
246 p4 += 8; in sparc_5()
H A Dxor_64.h23 const unsigned long * __restrict p4);
27 const unsigned long * __restrict p4,
48 const unsigned long * __restrict p4);
52 const unsigned long * __restrict p4,
/openbmc/u-boot/board/nokia/rx51/
H A Dtag_omap.h240 #define OMAP_TAG_LCD_CONFIG(p1, p2, p3, p4) \ argument
246 .u.lcd.data_lines = p4, \
249 #define OMAP_TAG_GPIO_SWITCH_CONFIG(p1, p2, p3, p4, p5) \ argument
256 .u.gpio_switch.type = p4, \
260 #define OMAP_TAG_WLAN_CX3110X_CONFIG(p1, p2, p3, p4, p5) \ argument
267 .u.wlan_cx3110x.irq_gpio = p4, \
271 #define OMAP_TAG_PARTITION_CONFIG(p1, p2, p3, p4) \ argument
278 .u.partition.mask_flags = p4, \
/openbmc/linux/arch/s390/lib/
H A Dxor.c66 const unsigned long * __restrict p4) in xor_xc_4() argument
91 : "+d" (bytes), "+a" (p1), "+a" (p2), "+a" (p3), "+a" (p4) in xor_xc_4()
98 const unsigned long * __restrict p4, 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.h15 const unsigned long * __restrict p4);
18 const unsigned long * __restrict p4, const unsigned long * __restrict p5);
28 const unsigned long * __restrict p4);
31 const unsigned long * __restrict p4, const unsigned long * __restrict p5);
/openbmc/linux/arch/loongarch/lib/
H A Dxor_simd.h19 const unsigned long * __restrict p4);
22 const unsigned long * __restrict p4, const unsigned long * __restrict p5);
32 const unsigned long * __restrict p4);
35 const unsigned long * __restrict p4, const unsigned long * __restrict p5);
H A Dxor_simd_glue.c39 const unsigned long * __restrict p4) \
42 __xor_##flavor##_4(bytes, p1, p2, p3, p4); \
51 const unsigned long * __restrict p4, \
55 __xor_##flavor##_5(bytes, p1, p2, p3, p4, p5); \
/openbmc/qemu/tests/tcg/multiarch/
H A Dtest-mmap.c55 void *p4; in check_aligned_anonymous_unfixed_mmaps() local
69 p4 = mmap(NULL, len, PROT_READ, in check_aligned_anonymous_unfixed_mmaps()
81 fail_unless(p4 != MAP_FAILED); in check_aligned_anonymous_unfixed_mmaps()
90 p = (uintptr_t) p4; in check_aligned_anonymous_unfixed_mmaps()
99 memcpy(dummybuf, p4, pagesize); in check_aligned_anonymous_unfixed_mmaps()
104 munmap(p4, len); in check_aligned_anonymous_unfixed_mmaps()
380 unsigned int *p1, *p2, *p3, *p4; in check_file_fixed_mmaps() local
401 p4 = mmap(addr + pagesize * 3, pagesize, PROT_READ, in check_file_fixed_mmaps()
410 fail_unless (p4 == (void *)addr + pagesize * 3); in check_file_fixed_mmaps()
416 fail_unless (*p4 == ((pagesize * 3) / sizeof *p4)); in check_file_fixed_mmaps()
[all …]
/openbmc/linux/arch/powerpc/lib/
H A Dxor_vmx_glue.c41 const unsigned long * __restrict p4) in xor_altivec_4() argument
45 __xor_altivec_4(bytes, p1, p2, p3, p4); in xor_altivec_4()
54 const unsigned long * __restrict p4, in xor_altivec_5() argument
59 __xor_altivec_5(bytes, p1, p2, p3, p4, p5); in xor_altivec_5()
H A Dxor_vmx.h17 const unsigned long * __restrict p4);
21 const unsigned long * __restrict p4,
/openbmc/linux/tools/testing/selftests/ftrace/test.d/instances/
H A Dinstance.tc51 p4=$!
52 echo $p4
64 kill -1 $p4
68 wait $p1 $p2 $p3 $p4 $p5
H A Dinstance-event.tc111 p4=$!
112 echo $p4
124 kill -1 $p4
128 wait $p1 $p2 $p3 $p4 $p5
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0001-Allow-applications-to-set-next-resource-handle.patch25p4, uint32_t p5, uint32_t p6, uint32_t p7, uint32_t p8, uint32_t p9, uint32_t p10, uint32_t p11, v…
26p4, uint32_t p5, uint32_t p6, uint32_t p7, uint32_t p8, uint32_t p9, uint32_t p10, uint32_t p11, u…
27p4, uint32_t p5, uint32_t p6, uint32_t p7, uint32_t p8, uint32_t p9, uint32_t p10, uint32_t p11, u…
28p4, uint32_t p5, uint32_t p6, uint32_t p7, uint32_t p8, uint32_t p9, uint32_t p10, uint32_t p11, u…
33 … thread, id, p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, out) rpc_call13_out_ctrl(threa…
34 … thread, id, p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, out) rpc_call14_out_ctrl(threa…
35 …hread, id, p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, out) rpc_call15_out_ctrl(th…
36 …ad, id, p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11, p12, p13, p14, out) rpc_call16_out_ctrl(…
/openbmc/linux/arch/arm64/include/asm/
H A Dxor.h41 const unsigned long * __restrict p4) in xor_neon_4() argument
44 xor_block_inner_neon.do_4(bytes, p1, p2, p3, p4); in xor_neon_4()
52 const unsigned long * __restrict p4, 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.h19 const unsigned long * __restrict p4);
24 const unsigned long * __restrict p4,
38 const unsigned long * __restrict p4);
43 const unsigned long * __restrict p4,
/openbmc/phosphor-inventory-manager/test/
H A Dutils_test.cpp33 auto p4 = std::make_pair(1, 200); in TEST() local
35 EXPECT_FALSE(c(p3, p4)); in TEST()
36 EXPECT_FALSE(c(1, p4)); in TEST()
38 EXPECT_FALSE(c(p4, p3)); in TEST()
39 EXPECT_FALSE(c(p4, 1)); in TEST()
/openbmc/linux/drivers/misc/cxl/
H A Dhcalls.c206 u64 p1, u64 p2, u64 p3, u64 p4, u64 *out) in cxl_h_control_function() argument
211 CXL_H9_WAIT_UNTIL_DONE(rc, retbuf, H_CONTROL_CA_FUNCTION, unit_address, op, p1, p2, p3, p4); in cxl_h_control_function()
213 unit_address, OP_STR_AFU(op), p1, p2, p3, p4, retbuf[0], rc); in cxl_h_control_function()
214 trace_cxl_hcall_control_function(unit_address, OP_STR_AFU(op), p1, p2, p3, p4, retbuf[0], rc); in cxl_h_control_function()
479 u64 p1, u64 p2, u64 p3, u64 p4, u64 *out) in cxl_h_control_facility() argument
484 CXL_H9_WAIT_UNTIL_DONE(rc, retbuf, H_CONTROL_CA_FACILITY, unit_address, op, p1, p2, p3, p4); in cxl_h_control_facility()
486 unit_address, OP_STR_CONTROL_ADAPTER(op), p1, p2, p3, p4, retbuf[0], rc); in cxl_h_control_facility()
487 …trace_cxl_hcall_control_facility(unit_address, OP_STR_CONTROL_ADAPTER(op), p1, p2, p3, p4, retbuf[… in cxl_h_control_facility()
/openbmc/linux/arch/arm64/lib/
H A Dxor-neon.c79 const unsigned long * __restrict p4) in xor_arm64_neon_4() argument
84 uint64_t *dp4 = (uint64_t *)p4; in xor_arm64_neon_4()
124 const unsigned long * __restrict p4, in xor_arm64_neon_5() argument
130 uint64_t *dp4 = (uint64_t *)p4; in xor_arm64_neon_5()
233 const unsigned long * __restrict p4) in xor_arm64_eor3_4() argument
238 uint64_t *dp4 = (uint64_t *)p4; in xor_arm64_eor3_4()
277 const unsigned long * __restrict p4, in xor_arm64_eor3_5() argument
283 uint64_t *dp4 = (uint64_t *)p4; in xor_arm64_eor3_5()
/openbmc/linux/arch/powerpc/include/asm/
H A Dxor_altivec.h14 const unsigned long * __restrict p4);
18 const unsigned long * __restrict p4,

123456789