Searched refs:cpu_handle (Results 1 – 4 of 4) sorted by relevance
1028 /// - `cpu_handle` holds the opaque handle returned by `dma_alloc_attrs` with1037 cpu_handle: NonNull<c_void>, field 1062 let cpu_handle = unsafe { in alloc_with_attrs() localVariable 1072 let cpu_handle = NonNull::new(cpu_handle).ok_or(ENOMEM)?; in alloc_with_attrs() localVariable 1074 // INVARIANT: `cpu_handle` is the opaque handle from a successful `dma_alloc_attrs` call in alloc_with_attrs() 1080 cpu_handle, in alloc_with_attrs() 1114 // `cpu_handle` is the opaque handle from `dma_alloc_attrs` and is passed back unchanged. in drop() 1119 self.cpu_handle.as_ptr(), in drop()
507 u32 cpu_handle:1; member
598 u32 cpu_handle:1; member
662 u32 cpu_handle:1; member