Searched refs:SMCR_EL1_LEN (Results 1 – 2 of 2) sorted by relevance
106 uint64_t smcr_el1 = SMCR_EL1_LEN((SME_MAX_SVL_B / 16) - 1); in arm_sme_init()108 uint64_t smcr_el1 = SMCR_EL1_LEN(~0); in arm_sme_init()
2184 #define SMCR_EL1_LEN(x) ((x) & SMCR_EL1_LEN_MASK) macro