Searched refs:GET_VIRT_EXT (Results 1 – 8 of 8) sorted by relevance
86 hyp_status = GET_VIRT_EXT(read_id_pfr1()); in poplar_get_spsr_for_bl33_entry()
120 if ((security_state != SECURE) && (GET_VIRT_EXT(read_id_pfr1()) != 0U)) { in bl1_prepare_next_image()
98 hyp_status = GET_VIRT_EXT(read_id_pfr1()); in arm_get_spsr()
128 hyp_status = GET_VIRT_EXT(read_id_pfr1()); in ls_get_spsr_for_bl33_entry()
103 hyp_status = GET_VIRT_EXT(read_id_pfr1()); in hikey_get_spsr_for_bl33_entry()
197 hyp_status = GET_VIRT_EXT(read_id_pfr1()); in hikey960_get_spsr_for_bl33_entry()
155 #define GET_VIRT_EXT(id) (((id) >> ID_PFR1_VIRTEXT_SHIFT) \ macro
596 #define GET_VIRT_EXT(id) (((id) >> ID_PFR1_VIRTEXT_SHIFT) \ macro