Searched refs:SMCR_EL1_LEN (Results 1 – 2 of 2) sorted by relevance
76 uint64_t smcr_el1 = SMCR_EL1_LEN(~0); in arm_sme_init()85 smcr_el1 = SMCR_EL1_LEN((H16_SME_SVL_B / 16) - 1); in arm_sme_init()
2108 #define SMCR_EL1_LEN(x) ((x) & SMCR_EL1_LEN_MASK) macro