Home
last modified time | relevance | path

Searched refs:paste (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/rust/macros/
H A Dlib.rs10 mod paste; modules
254 /// Within the `paste!` macro, identifiers inside `[<` and `>]` are concatenated together to form a
257 /// This is similar to the [`paste`] crate, but with pasting feature limited to identifiers
264 /// use kernel::macro::paste;
268 /// paste! {
308 /// use kernel::macro::paste;
312 /// kernel::macros::paste! {
340 /// [`paste`]: https://docs.rs/paste/
342 pub fn paste(inpu functions
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/include/
H A Dinstructions.h32 /* This defines the "paste" instruction from Power ISA 3.0 Book II, section 4.4. */
38 static inline int paste(void *i) in paste() function
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/include/
H A Dinstructions.h32 /* This defines the "paste" instruction from Power ISA 3.0 Book II, section 4.4. */
38 static inline int paste(void *i) in paste() function

Completed in 2 milliseconds