Searched refs:transmute (Results 1 – 18 of 18) sorted by relevance
| /linux/samples/rust/ |
| H A D | rust_dma.rs | 48 unsafe impl kernel::transmute::AsBytes for MyStruct {} 50 unsafe impl kernel::transmute::FromBytes for MyStruct {}
|
| /linux/rust/syn/ |
| H A D | discouraged.rs | 201 .set(unsafe { mem::transmute::<Cursor, Cursor<'static>>(fork.cursor()) }); in advance_to()
|
| H A D | parse.rs | 384 unsafe { mem::transmute::<Cursor<'c>, Cursor<'a>>(to) } in advance_step_cursor() 395 cell: Cell::new(unsafe { mem::transmute::<Cursor, Cursor<'static>>(cursor) }), in new_parse_buffer()
|
| /linux/drivers/gpu/nova-core/ |
| H A D | gsp.rs | 15 transmute::{
|
| /linux/drivers/android/binder/ |
| H A D | allocation.rs | 13 transmute::{AsBytes, FromBytes}, 303 unsafe { core::mem::transmute(self) } in success()
|
| H A D | rust_binder_main.rs | 27 transmute::AsBytes,
|
| H A D | page_range.rs | 35 transmute::FromBytes,
|
| /linux/rust/kernel/ |
| H A D | lib.rs | 131 pub mod transmute; module
|
| H A D | uaccess.rs | 16 transmute::{AsBytes, FromBytes},
|
| H A D | io.rs | 840 unsafe { core::mem::transmute(self) } in relaxed()
|
| H A D | dma.rs | 20 transmute::{
|
| /linux/rust/kernel/debugfs/ |
| H A D | traits.rs | 21 transmute::{
|
| H A D | file_ops.rs | 63 unsafe { core::mem::transmute(self) } in deref()
|
| /linux/rust/kernel/list/ |
| H A D | arc.rs | 339 // Use a transmute to skip destructor. in transmute_to_arc() 342 unsafe { core::mem::transmute(self) } in transmute_to_arc()
|
| /linux/drivers/gpu/nova-core/gsp/ |
| H A D | cmdq.rs | 26 transmute::{
|
| H A D | fw.rs | 23 transmute::{
|
| /linux/security/smack/ |
| H A D | smack_lsm.c | 791 bool transmute = false; in smack_set_mnt_opts() local 816 transmute = true; in smack_set_mnt_opts() 853 transmute = true; in smack_set_mnt_opts() 862 if (transmute) { in smack_set_mnt_opts() 1044 * requests transmutation then by all means transmute. in smack_inode_init_security() 3664 * set the transmute attribute on the directory in smack_d_instantiate() 3667 * If there is a transmute attribute on the in smack_d_instantiate()
|
| /linux/Documentation/admin-guide/LSM/ |
| H A D | Smack.rst | 103 to the directory includes the transmute ("t") mode the object 833 sets the transmute flag on the root of the mount
|