Home
last modified time | relevance | path

Searched refs:ZCR_ELx_LEN_MASK (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dfpsimd.h136 u64 __new = __zcr & ~ZCR_ELx_LEN_MASK; \
137 __new |= (val) & ZCR_ELx_LEN_MASK; \
H A Del2_setup.h142 mov x1, #ZCR_ELx_LEN_MASK // SVE: Enable full vector
H A Dfpsimdmacros.h202 bic \xtmp2, \xtmp, ZCR_ELx_LEN_MASK
H A Dsysreg.h1064 #define ZCR_ELx_LEN_MASK 0x1ff macro
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dfpsimd.c707 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()
H A Dcpufeature.c2760 unsigned int safe_len = safe_zcr & ZCR_ELx_LEN_MASK; in verify_sve_features()
2761 unsigned int len = zcr & ZCR_ELx_LEN_MASK; in verify_sve_features()
/OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/nvhe/
H A Dhyp-main.c247 sve_cond_update_zcr_vq(ZCR_ELx_LEN_MASK, SYS_ZCR_EL2); in handle_trap()