Searched refs:third (Results 1 - 24 of 24) sorted by relevance

/linux-master/ipc/
H A Dsyscall.c21 unsigned long third, void __user * ptr, long fifth)
43 return ksys_semget(first, second, third);
50 return ksys_old_semctl(first, second, third, arg);
55 second, third);
68 tmp.msgtyp, third);
73 second, fifth, third);
89 return put_user(raddr, (unsigned long __user *) third);
101 return ksys_shmget(first, second, third);
111 unsigned long, third, void __user *, ptr, long, fifth)
113 return ksys_ipc(call, first, second, third, pt
20 ksys_ipc(unsigned int call, int first, unsigned long second, unsigned long third, void __user * ptr, long fifth) argument
130 compat_ksys_ipc(u32 call, int first, int second, u32 third, compat_uptr_t ptr, u32 fifth) argument
[all...]
/linux-master/arch/riscv/kernel/tests/module_test/
H A Dtest_uleb128.S26 third: label
30 .reloc fourth, R_RISCV_SUB_ULEB128, third
/linux-master/lib/
H A Dsiphash.c152 * @third: third u64
155 u64 siphash_3u64(const u64 first, const u64 second, const u64 third, argument
167 v3 ^= third;
170 v0 ^= third;
179 * @third: third u64
183 u64 siphash_4u64(const u64 first, const u64 second, const u64 third, argument
195 v3 ^= third;
198 v0 ^= third;
215 siphash_3u32(const u32 first, const u32 second, const u32 third, const siphash_key_t *key) argument
348 hsiphash_3u32(const u32 first, const u32 second, const u32 third, const hsiphash_key_t *key) argument
369 hsiphash_4u32(const u32 first, const u32 second, const u32 third, const u32 forth, const hsiphash_key_t *key) argument
494 hsiphash_3u32(const u32 first, const u32 second, const u32 third, const hsiphash_key_t *key) argument
519 hsiphash_4u32(const u32 first, const u32 second, const u32 third, const u32 forth, const hsiphash_key_t *key) argument
[all...]
H A Dtest_printf.c722 const struct software_node third = { .name = "third", .parent = &second }; local
723 const struct software_node *group[] = { &first, &second, &third, NULL };
725 const char * const full_name_third = "first/second/third";
727 const char * const third_name = "third";
737 test(full_name_third, "%pfw", software_node_fwnode(&third));
738 test(full_name_third, "%pfwf", software_node_fwnode(&third));
740 test(third_name, "%pfwP", software_node_fwnode(&third));
/linux-master/arch/s390/kernel/
H A Dsyscall.c73 unsigned long, third, void __user *, ptr)
79 * the SEMTIMEDOP subcall where on s390 the third parameter is used
83 * third parameter also as fifth parameter.
85 return ksys_ipc(call, first, second, third, ptr, third);
H A Dcompat_linux.c62 compat_ulong_t, third, compat_uptr_t, ptr)
66 return compat_ksys_ipc(call, first, second, third, ptr, third);
/linux-master/arch/arm/include/asm/
H A Dsyscalls.h38 asmlinkage int sys_oabi_ipc(uint call, int first, int second, int third,
/linux-master/arch/sparc/kernel/
H A Dsys_sparc_64.c335 unsigned long, third, void __user *, ptr, long, fifth)
355 err = ksys_semget(first, (int)second, (int)third);
359 (int)third | IPC_64,
372 (int)third);
376 (int)third);
396 (ulong __user *) third))
405 err = ksys_shmget(first, (size_t)second, (int)third);
H A Dsystbls.h35 unsigned long third,
/linux-master/arch/arm/kernel/
H A Dsys_oabi-compat.c391 asmlinkage int sys_oabi_ipc(uint call, int first, int second, int third, argument
405 return sys_ipc(call, first, second, third, ptr, fifth);
423 asmlinkage int sys_oabi_ipc(uint call, int first, int second, int third, argument
/linux-master/arch/x86/crypto/
H A Dchacha-avx2-x86_64.S445 # o0 = i0 ^ (x0 + s0), third block
452 # o1 = i1 ^ (x1 + s1), third block
459 # o2 = i2 ^ (x2 + s2), third block
466 # o3 = i3 ^ (x3 + s3), third block
H A Dchacha-avx512vl-x86_64.S379 # o0 = i0 ^ (x0 + s0), third block
386 # o1 = i1 ^ (x1 + s1), third block
393 # o2 = i2 ^ (x2 + s2), third block
400 # o3 = i3 ^ (x3 + s3), third block
/linux-master/drivers/net/wireless/broadcom/b43legacy/
H A Dradio.c133 s16 first, s16 second, s16 third)
154 if (third != -1) {
155 tmp = ((u16)third << 14) | ((u16)third << 6);
132 b43legacy_set_all_gains(struct b43legacy_wldev *dev, s16 first, s16 second, s16 third) argument
/linux-master/tools/testing/selftests/drivers/net/netdevsim/
H A Ddevlink.sh177 check_err $? "Failed to take third dummy region snapshot"
178 check_region_snapshot_count dummy post-third-snapshot 3
/linux-master/drivers/gpu/drm/display/
H A Ddrm_dp_helper.c2265 #define OUI(first, second, third) { (first), (second), (third) }
2266 #define DEVICE_ID(first, second, third, fourth, fifth, sixth) \
2267 { (first), (second), (third), (fourth), (fifth), (sixth) }
/linux-master/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c590 int third; local
623 third = 0;
626 third = third_size;
629 third = third_size * 2;
635 aux += third;
/linux-master/include/linux/
H A Dsyscalls.h112 * of __MAP starting at the third one) is in the same format as
1172 unsigned long third, void __user *ptr, long fifth);
1223 unsigned long third, void __user * ptr, long fifth);
1225 u32 third, u32 ptr, u32 fifth);
/linux-master/arch/sparc/lib/
H A DM7memcpy.S909 EX_LD(LOAD(ldub, %o1+2, %o3), memcpy_retl_o2) ! load third byte
910 EX_ST(STORE(stb, %o3, %o0+2), memcpy_retl_o2) ! store third byte
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dphy_g.c297 s16 first, s16 second, s16 third)
319 if (third != -1) {
320 tmp = ((u16) third << 14) | ((u16) third << 6);
296 b43_set_all_gains(struct b43_wldev *dev, s16 first, s16 second, s16 third) argument
/linux-master/drivers/block/
H A Drbd.c7222 struct rbd_device *third; local
7228 while (second && (third = second->parent)) {
7230 second = third;
/linux-master/arch/m68k/fpsp040/
H A Dres_func.S1999 clrl 8(%a0) |load third lword of ZERO
/linux-master/drivers/gpu/drm/
H A Ddrm_edid.c51 static int oui(u8 first, u8 second, u8 third) argument
53 return (first << 16) | (second << 8) | third;
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c1025 ERRNO_FILTER(third, 12);
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S9472 mov.l 0x8(%a0,%d1.w),FP_SCR1_LO(%a6) # load third word

Completed in 350 milliseconds