pub unsafe fn set_current_tagged_address_mode(
    mode: Option<TaggedAddressMode>,
    mte_tag: u32
) -> Result<()>
Available on crate feature thread only.
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.