Home
last modified time | relevance | path

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

/linux-4.19.296/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-4.19.296/drivers/misc/cxl/
Dhcalls.c210 u64 p1, u64 p2, u64 p3, u64 p4, u64 *out) in cxl_h_control_function() argument
215 CXL_H9_WAIT_UNTIL_DONE(rc, retbuf, H_CONTROL_CA_FUNCTION, unit_address, op, p1, p2, p3, p4); in cxl_h_control_function()
217 unit_address, OP_STR_AFU(op), p1, p2, p3, p4, retbuf[0], rc); in cxl_h_control_function()
218 trace_cxl_hcall_control_function(unit_address, OP_STR_AFU(op), p1, p2, p3, p4, retbuf[0], rc); in cxl_h_control_function()
483 u64 p1, u64 p2, u64 p3, u64 p4, u64 *out) in cxl_h_control_facility() argument
488 CXL_H9_WAIT_UNTIL_DONE(rc, retbuf, H_CONTROL_CA_FACILITY, unit_address, op, p1, p2, p3, p4); in cxl_h_control_facility()
490 unit_address, OP_STR_CONTROL_ADAPTER(op), p1, p2, p3, p4, retbuf[0], rc); in cxl_h_control_facility()
491 …trace_cxl_hcall_control_facility(unit_address, OP_STR_CONTROL_ADAPTER(op), p1, p2, p3, p4, retbuf[… in cxl_h_control_facility()
Dtrace.h522 u64 p4, unsigned long r4, long rc),
524 TP_ARGS(unit_address, fct, p1, p2, p3, p4, r4, rc),
532 __field(u64, p4)
543 __entry->p4 = p4;
554 __entry->p4,
603 u64 p4, unsigned long r4, long rc),
604 TP_ARGS(unit_address, fct, p1, p2, p3, p4, r4, rc)
651 u64 p4, unsigned long r4, long rc),
652 TP_ARGS(unit_address, fct, p1, p2, p3, p4, r4, rc)
/linux-4.19.296/crypto/
Dxor.c37 unsigned long *p1, *p2, *p3, *p4; in xor_blocks() local
57 p4 = (unsigned long *) srcs[3]; in xor_blocks()
58 active_template->do_5(bytes, dest, p1, p2, p3, p4); in xor_blocks()
/linux-4.19.296/include/media/i2c/
Dmt9t112.h13 u8 p1, p2, p3, p4, p5, p6, p7; member
/linux-4.19.296/drivers/media/dvb-frontends/
Dtc90522.c258 u32 p, p4; in tc90522s_get_frontend() local
270 p4 = cndat * cndat; in tc90522s_get_frontend()
271 cn = div64_s64(-16346LL * p4 * p, 10) >> 35; in tc90522s_get_frontend()
272 cn += (14341LL * p4) >> 21; in tc90522s_get_frontend()
/linux-4.19.296/drivers/cpufreq/
DMakefile42 obj-$(CONFIG_X86_P4_CLOCKMOD) += p4-clockmod.o
DKconfig.x86233 module will be called p4-clockmod.
/linux-4.19.296/fs/cifs/
Dsmb2ops.c336 struct iface_info_ipv4 *p4; in parse_server_interfaces() local
406 p4 = (struct iface_info_ipv4 *)p->Buffer; in parse_server_interfaces()
408 memcpy(&addr4->sin_addr, &p4->IPv4Address, 4); in parse_server_interfaces()