Home
last modified time | relevance | path

Searched refs:Copy (Results 1 – 25 of 134) sorted by relevance

123456

/linux/drivers/gpu/nova-core/gsp/fw/r570_144/
H A Dbindings.rs323 #[derive(Debug, Default, Copy, Clone, MaybeZeroable)]
347 #[derive(Debug, Default, Copy, Clone, MaybeZeroable)]
363 #[derive(Debug, Default, Copy, Clone, MaybeZeroable)]
375 #[derive(Debug, Default, Copy, Clone, MaybeZeroable)]
382 #[derive(Debug, Copy, Clone, MaybeZeroable)]
399 #[derive(Debug, Default, Copy, Clone, MaybeZeroable)]
406 #[derive(Debug, Default, Copy, Clone, MaybeZeroable)]
415 #[derive(Debug, Default, Copy, Clone, MaybeZeroable)]
422 #[derive(Debug, Default, Copy, Clone, MaybeZeroable)]
430 #[derive(Debug, Default, Copy, Clone, MaybeZeroable)]
[all …]
/linux/rust/syn/
H A Dthread.rs20 unsafe impl<T: Copy> Send for ThreadBound<T> {}
56 impl<T: Copy> Copy for ThreadBound<T> {}
58 impl<T: Copy> Clone for ThreadBound<T> {
H A Dlookahead.rs298 impl Copy for End {}
320 impl<F: Copy + FnOnce(TokenMarker) -> T, T: Token> Peek for F {
332 impl<F: Copy + FnOnce(TokenMarker) -> T, T: Token> Sealed for F {}
H A Dsealed.rs5 pub trait Sealed: Copy {}
H A Dext.rs132 impl Copy for PeekFn {}
/linux/arch/s390/boot/
H A Dhead_kdump.S42 mvc 0(256,%r8),0(%r10) # Copy data mover code
44 agr %r8,%r2 # Copy data mover to
68 mvc 0(256,%r10),0(%r5) # Copy old kernel to tmp
69 mvc 0(256,%r5),0(%r11) # Copy new kernel to old
70 mvc 0(256,%r11),0(%r10) # Copy tmp to new
/linux/rust/kernel/
H A Dalloc.rs22 #[derive(Copy, Clone, PartialEq, Eq, Debug)]
33 #[derive(Clone, Copy, PartialEq)]
114 #[derive(Clone, Copy, PartialEq)]
H A Ddma.rs96 #[derive(Debug, Clone, Copy, PartialEq, Eq)]
188 #[derive(Clone, Copy, PartialEq)]
267 #[derive(Copy, Clone, PartialEq, Eq, Debug)]
H A Dnum.rs19 + Copy
/linux/rust/kernel/pci/
H A Dirq.rs23 #[derive(Debug, Clone, Copy)]
45 #[derive(Debug, Clone, Copy, Default)]
78 #[derive(Clone, Copy)]
/linux/rust/pin-init/src/
H A D__internal.rs67 pub unsafe trait PinData: Copy {
97 pub unsafe trait InitData: Copy {
117 impl<T: ?Sized> Copy for AllData<T> {}
/linux/rust/proc-macro2/
H A Dextra.rs83 #[derive(Copy, Clone)]
89 #[derive(Copy, Clone)]
H A Dmarker.rs9 #[derive(Copy, Clone)]
H A Dlocation.rs9 #[derive(Copy, Clone, Debug, PartialEq, Eq, Hash)]
/linux/drivers/gpu/nova-core/gsp/
H A Dfw.rs191 #[derive(Copy, Clone, Debug, PartialEq)]
314 #[derive(Copy, Clone, Debug, PartialEq)]
387 #[derive(Copy, Clone)]
410 #[derive(Copy, Clone)]
438 #[derive(Copy, Clone)]
471 #[derive(Copy, Clone)]
489 #[derive(Copy, Clone)]
/linux/rust/kernel/net/phy/
H A Dreg.rs55 #[derive(Copy, Clone, Debug)]
138 #[derive(Copy, Clone, Debug)]
/linux/arch/m68k/fpsp040/
H A Dx_bsun.S6 | Copy the PC to FPIAR to maintain 881/882 compatibility
/linux/drivers/thermal/ti-soc-thermal/
H A DTODO12 Copy patches to Eduardo Valentin <eduardo.valentin@ti.com>
/linux/rust/kernel/sync/
H A Dset_once.rs109 T: Copy, in copy()
/linux/Documentation/admin-guide/media/
H A Dopera-firmware.rst29 Copy them into /lib/firmware/ .
H A Dttusb-dec.rst44 Copy the three files downloaded above into the /usr/lib/hotplug/firmware or
/linux/arch/arm/boot/dts/marvell/
H A Dkirkwood-ts219-6281.dts42 label = "USB Copy";
H A Dkirkwood-ts219-6282.dts42 label = "USB Copy";
/linux/Documentation/staging/
H A Dlzo.rst156 Copy of a block within 16..48kB distance (preferably less than 10B)
173 Copy of small block within 16kB distance (preferably less than 34B)
180 Copy 3-4 bytes from block within 2kB distance
187 Copy 5-8 bytes from block within 2kB distance
/linux/tools/testing/selftests/rcutorture/bin/
H A Dkvm-test-1-run.sh191 echo " 8." Copy your bare-metal kernel"'"s .config file, overwriting this file: >> $resdir/bare-metal
193 echo " 9." Copy the console output from just before the modprobe to just after >> $resdir/bare-metal

123456