Searched refs:ARM_TBI_USER_MASK (Results 1 – 4 of 4) sorted by relevance
254 #define ARM_TBI_USER_MASK (0xFF00000000000000ULL) macro255 #define VM_USER_STRIP_TBI(_v) ((typeof (_v))(((uintptr_t)(_v)) &~ (ARM_TBI_USER_MASK)))
176 if (__improbable(user_addr & ARM_TBI_USER_MASK)) { in copy_validate()
771 orr x9, x0, ARM_TBI_USER_MASK // Hide tags in address comparison774 tst x0, ARM_TBI_USER_MASK // Detect tagged pointers
266 DECLARE("ARM_TBI_USER_MASK", ARM_TBI_USER_MASK); in main()