Home
last modified time | relevance | path

Searched refs:ARM_TBI_USER_MASK (Results 1 – 4 of 4) sorted by relevance

/xnu-11215.81.4/osfmk/mach/arm/
H A Dvm_param.h270 #define ARM_TBI_USER_MASK (0xFF00000000000000ULL) macro
271 #define VM_USER_STRIP_TBI(_v) ((typeof (_v))(((uintptr_t)(_v)) &~ (ARM_TBI_USER_MASK)))
/xnu-11215.81.4/osfmk/arm64/
H A Dcopyio.c192 if (__improbable(canonicalized_user_addr & ARM_TBI_USER_MASK)) { in copy_validate_user_addr()
H A Dgenassym.c293 DECLARE("ARM_TBI_USER_MASK", ARM_TBI_USER_MASK); in main()
H A Dmachine_routines_asm.s922 orr x9, x0, ARM_TBI_USER_MASK // Hide tags in address comparison
925 tst x0, ARM_TBI_USER_MASK // Detect tagged pointers