Lines Matching defs:bits
38 /* Specified test function bits */
130 unsigned long bits = 0;
142 ret = syscall(SYS_arch_prctl, ARCH_GET_MAX_TAG_BITS, &bits);
242 /* According to LAM mode, set metadata in high bits */
250 case LAM_U57_BITS: /* Set metadata in bits 62:57 */
291 unsigned long bits = 0;
296 /* Get LAM max tag bits */
297 if (syscall(SYS_arch_prctl, ARCH_GET_MAX_TAG_BITS, &bits) == -1)
300 return (exp_bits != bits);
722 case LAM_U57_BITS: /* Clear bits 62:57 */
972 .msg = "BITS: Check default tag bits\n",