Searched defs:p2 (Results 26 - 50 of 157) sorted by relevance

1234567

/linux-master/arch/x86/include/asm/
H A Dxor.h60 xor_sse_2(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2) argument
112 xor_sse_2_pf64(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2) argument
147 xor_sse_3(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2, const unsigned long * __restrict p3) argument
207 xor_sse_3_pf64(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2, const unsigned long * __restrict p3) argument
245 xor_sse_4(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2, const unsigned long * __restrict p3, const unsigned long * __restrict p4) argument
313 xor_sse_4_pf64(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2, const unsigned long * __restrict p3, const unsigned long * __restrict p4) argument
354 xor_sse_5(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2, const unsigned long * __restrict p3, const unsigned long * __restrict p4, const unsigned long * __restrict p5) argument
430 xor_sse_5_pf64(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2, const unsigned long * __restrict p3, const unsigned long * __restrict p4, const unsigned long * __restrict p5) argument
[all...]
H A Dtdx.h82 tdx_kvm_hypercall(unsigned int nr, unsigned long p1, unsigned long p2, unsigned long p3, unsigned long p4) argument
/linux-master/include/asm-generic/
H A Dxor.h11 xor_8regs_2(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2) argument
31 xor_8regs_3(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2, const unsigned long * __restrict p3) argument
53 xor_8regs_4(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2, const unsigned long * __restrict p3, const unsigned long * __restrict p4) argument
77 xor_8regs_5(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2, const unsigned long * __restrict p3, const unsigned long * __restrict p4, const unsigned long * __restrict p5) argument
103 xor_32regs_2(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2) argument
140 xor_32regs_3(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2, const unsigned long * __restrict p3) argument
187 xor_32regs_4(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2, const unsigned long * __restrict p3, const unsigned long * __restrict p4) argument
244 xor_32regs_5(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2, const unsigned long * __restrict p3, const unsigned long * __restrict p4, const unsigned long * __restrict p5) argument
311 xor_8regs_p_2(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2) argument
338 xor_8regs_p_3(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2, const unsigned long * __restrict p3) argument
369 xor_8regs_p_4(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2, const unsigned long * __restrict p3, const unsigned long * __restrict p4) argument
405 xor_8regs_p_5(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2, const unsigned long * __restrict p3, const unsigned long * __restrict p4, const unsigned long * __restrict p5) argument
445 xor_32regs_p_2(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2) argument
491 xor_32regs_p_3(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2, const unsigned long * __restrict p3) argument
549 xor_32regs_p_4(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2, const unsigned long * __restrict p3, const unsigned long * __restrict p4) argument
619 xor_32regs_p_5(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2, const unsigned long * __restrict p3, const unsigned long * __restrict p4, const unsigned long * __restrict p5) argument
[all...]
/linux-master/drivers/md/bcache/
H A Ddebug.c132 void *p2; local
/linux-master/drivers/gpu/drm/i915/
H A Dintel_pcode.c245 int snb_pcode_read_p(struct intel_uncore *uncore, u32 mbcmd, u32 p1, u32 p2, u32 *val) argument
261 int snb_pcode_write_p(struct intel_uncore *uncore, u32 mbcmd, u32 p1, u32 p2, u32 val) argument
/linux-master/samples/bpf/
H A Dsampleip_user.c84 static int count_cmp(const void *p1, const void *p2) argument
/linux-master/arch/arm64/lib/
H A Dxor-neon.c13 xor_arm64_neon_2(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2) argument
40 xor_arm64_neon_3(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2, const unsigned long * __restrict p3) argument
76 xor_arm64_neon_4(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2, const unsigned long * __restrict p3, const unsigned long * __restrict p4) argument
121 xor_arm64_neon_5(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2, const unsigned long * __restrict p3, const unsigned long * __restrict p4, const unsigned long * __restrict p5) argument
194 xor_arm64_eor3_3(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2, const unsigned long * __restrict p3) argument
229 xor_arm64_eor3_4(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2, const unsigned long * __restrict p3, const unsigned long * __restrict p4) argument
273 xor_arm64_eor3_5(unsigned long bytes, unsigned long * __restrict p1, const unsigned long * __restrict p2, const unsigned long * __restrict p3, const unsigned long * __restrict p4, const unsigned long * __restrict p5) argument
[all...]
/linux-master/tools/perf/tests/
H A Ddwarf-unwind.c143 NO_TAIL_CALL_ATTRIBUTE noinline int test_dwarf_unwind__compare(void *p1, void *p2) argument
/linux-master/arch/arm/mm/
H A Dfault-armv.c219 static int __init check_writebuffer(unsigned long *p1, unsigned long *p2) argument
245 unsigned long *p1, *p2; local
/linux-master/drivers/scsi/libsas/
H A Dsas_internal.h137 static inline bool sas_phy_addr_match(struct ex_phy *p1, struct ex_phy *p2) argument
/linux-master/arch/arm64/kvm/
H A Dpkvm.c26 static int cmp_hyp_memblock(const void *p1, const void *p2) argument
/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_event.c50 struct vmci_subscription *cur, *p2; local
/linux-master/sound/isa/sb/
H A Demu8000_callback.c472 oss_ioctl(struct snd_emux *emu, int cmd, int p1, int p2) argument
/linux-master/arch/hexagon/lib/
H A Dmemcpy.S185 p2 = cmp.eq(len, #0); /* =0 */ define
198 p2 = bitsclr(align888, #7); /* %8 < 97 */ define
202 p2 = and(p2,!p3); /* %8 < 97 */ define
276 p2 = cmp.eq(kernel, #1); /* skip ovr if kernel == 0 */ define
310 p2 = cmp.gtu(offset, #7); define
[all...]
/linux-master/arch/mips/bcm63xx/
H A Dcpu.c227 unsigned int tmp, p1, p2, ndiv, m1; local
/linux-master/drivers/net/wireless/ath/
H A Ddfs_pri_detector.c230 struct pulse_elem *p2; local
/linux-master/kernel/trace/
H A Dtrace_branch.c335 static int annotated_branch_stat_cmp(const void *p1, const void *p2) argument
H A Dtrace_stat.c113 static int dummy_cmp(const void *p1, const void *p2) argument
/linux-master/drivers/scsi/aacraid/
H A Drx.c162 rx_sync_cmd(struct aac_dev *dev, u32 command, u32 p1, u32 p2, u32 p3, u32 p4, u32 p5, u32 p6, u32 *status, u32 * r1, u32 * r2, u32 * r3, u32 * r4) argument
/linux-master/sound/firewire/
H A Dfcp.c320 const u8 *p1, *p2; local
/linux-master/drivers/bcma/
H A Ddriver_chipcommon_pmu.c355 u32 tmp, div, ndiv, p1, p2, fc; local
/linux-master/arch/powerpc/include/asm/
H A Depapr_hcalls.h538 epapr_hypercall2(unsigned int nr, unsigned long p1, unsigned long p2) argument
549 epapr_hypercall3(unsigned int nr, unsigned long p1, unsigned long p2, unsigned long p3) argument
561 epapr_hypercall4(unsigned int nr, unsigned long p1, unsigned long p2, unsigned long p3, unsigned long p4) argument
/linux-master/fs/ntfs3/
H A Dlznt.c25 const u8 *p2; member in struct:lznt_hash
/linux-master/lib/crypto/mpi/
H A Dmpicoder.c357 u8 *p, *p2; local
/linux-master/security/tomoyo/
H A Ddomain.c225 const struct tomoyo_transition_control *p2 = container_of(b, local
387 const struct tomoyo_aggregator *p2 = container_of(b, typeof(*p2), local
[all...]

Completed in 402 milliseconds

1234567