Home
last modified time | relevance | path

Searched refs:CoherentBox (Results 1 – 2 of 2) sorted by relevance

/linux/rust/kernel/
H A Ddma.rs410 pub struct CoherentBox<T: KnownSize + ?Sized>(Coherent<T>); struct
412 impl<T: AsBytes + FromBytes> CoherentBox<[T]> { implementation
518 impl<T: AsBytes + FromBytes> CoherentBox<T> { impl
536 impl<T: KnownSize + ?Sized> Deref for CoherentBox<T> { implementation
549 impl<T: AsBytes + FromBytes + KnownSize + ?Sized> DerefMut for CoherentBox<T> { implementation
560 impl<T: AsBytes + FromBytes + KnownSize + ?Sized> From<CoherentBox<T>> for Coherent<T> {
562 fn from(value: CoherentBox<T>) -> Self { in from()
933 CoherentBox::from_slice_with_attrs(dev, data, gfp_flags, dma_attrs).map(Into::into) in from_slice_with_attrs()
/linux/drivers/gpu/nova-core/
H A Dgsp.rs10 CoherentBox,
147 let mut libos = CoherentBox::zeroed_slice( in new()