Function rustix::thread::set_current_tagged_address_mode
source · pub unsafe fn set_current_tagged_address_mode(
mode: Option<TaggedAddressMode>,
mte_tag: u32
) -> Result<()>
Expand description
Controls support for passing tagged user-space addresses to the kernel.
References
Safety
Please ensure the conditions necessary to safely call this function, as detailed in the references above.