Searched refs:ZCR_ELx_LEN_MASK (Results 1 – 5 of 5) sorted by relevance
640 zcr = ZCR_ELx_LEN_MASK; in sve_probe_vqs()734 write_sysreg_s(ZCR_ELx_LEN_MASK, SYS_ZCR_EL1); in read_zcr_features()737 zcr &= ~(u64)ZCR_ELx_LEN_MASK; /* find sticky 1s outside LEN field */ in read_zcr_features()760 sve_max_vl = sve_vl_from_vq((zcr & ZCR_ELx_LEN_MASK) + 1); in sve_setup()
619 mov x1, #ZCR_ELx_LEN_MASK // SVE: Enable full vector
1530 unsigned int safe_len = safe_zcr & ZCR_ELx_LEN_MASK; in verify_sve_features()1531 unsigned int len = zcr & ZCR_ELx_LEN_MASK; in verify_sve_features()
212 bic \xtmp2, x\nxtmp, ZCR_ELx_LEN_MASK
657 #define ZCR_ELx_LEN_MASK 0x1ff macro