| /linux-6.15/arch/arm/crypto/ |
| H A D | chacha-neon-core.S | 74 vadd.i32 q0, q0, q1 79 vadd.i32 q2, q2, q3 85 vadd.i32 q0, q0, q1 91 vadd.i32 q2, q2, q3 104 vadd.i32 q0, q0, q1 109 vadd.i32 q2, q2, q3 115 vadd.i32 q0, q0, q1 121 vadd.i32 q2, q2, q3 163 vadd.i32 q0, q0, q8 167 vadd.i32 q1, q1, q9 [all …]
|
| H A D | curve25519-core.S | 25 vmov.i32 q0, #1 28 vmov.i32 d4, #19 29 vmov.i32 d5, #38 35 vmov.i32 q2, #0 179 vmov.i32 q0, #0 187 vmov.i32 q0, #0 192 vmov.i32 q0, #0 225 vdup.i32 q8, r2 292 vzip.i32 q1, q2 296 vzip.i32 q3, q4 [all …]
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_export.c | 85 fid->i32.parent_ino = XFS_I(parent)->i_ino; in xfs_fs_encode_fh() 86 fid->i32.parent_gen = parent->i_generation; in xfs_fs_encode_fh() 89 fid->i32.ino = XFS_I(inode)->i_ino; in xfs_fs_encode_fh() 90 fid->i32.gen = inode->i_generation; in xfs_fs_encode_fh() 184 inode = xfs_nfs_get_inode(sb, fid->i32.ino, fid->i32.gen); in xfs_fs_fh_to_dentry() 207 inode = xfs_nfs_get_inode(sb, fid->i32.parent_ino, in xfs_fs_fh_to_parent() 208 fid->i32.parent_gen); in xfs_fs_fh_to_parent()
|
| /linux-6.15/samples/rust/ |
| H A D | rust_misc_device.rs | 114 const RUST_MISC_DEV_GET_VALUE: u32 = _IOR::<i32>('|' as u32, 0x81); 115 const RUST_MISC_DEV_SET_VALUE: u32 = _IOW::<i32>('|' as u32, 0x82); 146 value: i32, 204 let new_value = reader.read::<i32>()?; in set_value() 230 writer.write::<i32>(&value)?; in get_value()
|
| H A D | rust_minimal.rs | 16 numbers: KVec<i32>,
|
| H A D | rust_print_main.rs | 113 pub(crate) fn trace_rust_sample_loaded(magic: i32) { in trace_rust_sample_loaded() argument
|
| /linux-6.15/rust/kernel/net/ |
| H A D | phy.rs | 166 unsafe { (*phydev).speed = speed as i32 }; in set_speed() 173 DuplexMode::Full => bindings::DUPLEX_FULL as i32, in set_duplex() 174 DuplexMode::Half => bindings::DUPLEX_HALF as i32, in set_duplex() 175 DuplexMode::Unknown => bindings::DUPLEX_UNKNOWN as i32, in set_duplex() 429 T::match_phy_device(dev) as i32 in match_phy_device_callback() 437 devnum: i32, in read_mmd_callback() argument 439 ) -> i32 { in read_mmd_callback() argument 456 devnum: i32, in write_mmd_callback() argument 459 ) -> i32 { in write_mmd_callback() argument 684 bindings::phy_drivers_unregister(self.drivers[0].0.get(), self.drivers.len() as i32) in drop()
|
| /linux-6.15/rust/kernel/ |
| H A D | transmute.rs | 27 i8, i16, i32, i64, isize, 62 i8, i16, i32, i64, isize,
|
| H A D | jump_label.rs | 72 pub const fn bool_to_int(b: bool) -> i32 { in bool_to_int() argument 73 b as i32 in bool_to_int()
|
| H A D | pci.rs | 267 num: i32, 278 let num = i32::try_from(num)?; in new() 324 unsafe fn do_release(pdev: &Device, ioptr: usize, num: i32) { in do_release() argument
|
| H A D | kunit.rs | 62 static LINE: i32 = core::line!() as i32 - $diff;
|
| H A D | error.rs | 26 match super::Error::try_from_errno(-(crate::bindings::$err as i32)) { 122 if errno < -(bindings::MAX_ERRNO as i32) || errno >= 0 { in try_from_errno()
|
| H A D | firmware.rs | 19 ) -> i32,
|
| /linux-6.15/scripts/ |
| H A D | generate_rust_target.rs | 21 Number(i32), 74 impl From<i32> for Value { 75 fn from(value: i32) -> Self { in from()
|
| /linux-6.15/fs/squashfs/ |
| H A D | export.c | 89 return squashfs_export_iget(sb, fid->i32.ino); in squashfs_fh_to_dentry() 99 return squashfs_export_iget(sb, fid->i32.parent_ino); in squashfs_fh_to_parent()
|
| /linux-6.15/samples/rust/hostprogs/ |
| H A D | b.rs | 5 pub(crate) const CONSTANT: i32 = 42;
|
| H A D | a.rs | 5 pub(crate) fn f(x: i32) { in f() argument
|
| /linux-6.15/include/net/sctp/ |
| H A D | command.h | 107 __s32 i32; member 148 SCTP_ARG_CONSTRUCTOR(I32, __s32, i32) in SCTP_ARG_CONSTRUCTOR() argument
|
| /linux-6.15/rust/ |
| H A D | ffi.rs | 36 c_int = i32;
|
| /linux-6.15/arch/mips/include/asm/octeon/ |
| H A D | cvmx-fau.h | 260 uint64_t i32; in cvmx_fau_tagwait_fetch_and_add32() member 264 result.i32 = in cvmx_fau_tagwait_fetch_and_add32()
|
| /linux-6.15/Documentation/rust/ |
| H A D | testing.rst | 59 pub fn f(a: i32, b: i32) -> i32 {
|
| /linux-6.15/fs/ |
| H A D | libfs.c | 1428 fid->i32.ino = inode->i_ino; in generic_encode_ino32_fh() 1429 fid->i32.gen = inode->i_generation; in generic_encode_ino32_fh() 1431 fid->i32.parent_ino = parent->i_ino; in generic_encode_ino32_fh() 1432 fid->i32.parent_gen = parent->i_generation; in generic_encode_ino32_fh() 1465 inode = get_inode(sb, fid->i32.ino, fid->i32.gen); in generic_fh_to_dentry() 1497 inode = get_inode(sb, fid->i32.parent_ino, in generic_fh_to_parent() 1498 (fh_len > 3 ? fid->i32.parent_gen : 0)); in generic_fh_to_parent()
|
| /linux-6.15/fs/kernfs/ |
| H A D | mount.c | 106 id = ((u64)fid->i32.gen << 32) | fid->i32.ino; in __kernfs_fh_to_dentry()
|
| /linux-6.15/arch/arm/lib/ |
| H A D | crc-t10dif-core.S | 183 vmov.i32 d25, #0 184 vmov.i32 d29, #0
|
| /linux-6.15/include/linux/ |
| H A D | exportfs.h | 143 } i32; member
|