Searched refs:TCR_EL1_TG0_MASK (Results 1 – 1 of 1) sorted by relevance
54 const TCR_EL1_TG0_MASK: usize = 0x3; in default() constant64 assert_eq!((tcr_el1 >> TCR_EL1_TG0_SHIFT) & TCR_EL1_TG0_MASK, TCR_EL1_TG0_SIZE_4KB); in default()