Function core::arch::aarch64::__arm_mte_exclude_tag

source ·
pub unsafe fn __arm_mte_exclude_tag<T>(src: *const T, excluded: u64) -> u64
🔬This is a nightly-only experimental API. (stdarch_aarch64_mte #129010)
Available on (AArch64 or target_arch="arm64ec") and target feature mte only.
Expand description

Add a logical tag to the set of excluded logical tags.

src: A pointer containing an address and a logical tag. excluded: A mask where the lower 16 bits each specify currently-excluded logical tags.

Adds the logical tag stored in src to the set in excluded, and returns the result.