Searched refs:ZCR_ELx_LEN_MASK (Results 1 – 5 of 5) sorted by relevance
707 zcr = ZCR_ELx_LEN_MASK; in sve_probe_vqs()843 write_sysreg_s(ZCR_ELx_LEN_MASK, SYS_ZCR_EL1); in read_zcr_features()846 zcr &= ~(u64)ZCR_ELx_LEN_MASK; /* find sticky 1s outside LEN field */ in read_zcr_features()871 sve_max_vl = sve_vl_from_vq((zcr & ZCR_ELx_LEN_MASK) + 1); in sve_setup()
639 mov x1, #ZCR_ELx_LEN_MASK // SVE: Enable full vector
2570 unsigned int safe_len = safe_zcr & ZCR_ELx_LEN_MASK; in verify_sve_features()2571 unsigned int len = zcr & ZCR_ELx_LEN_MASK; in verify_sve_features()
200 bic \xtmp2, \xtmp, ZCR_ELx_LEN_MASK
993 #define ZCR_ELx_LEN_MASK 0x1ff macro