Searched refs:GET_VIRT_EXT (Results 1 – 6 of 6) sorted by relevance
138 hyp_status = GET_VIRT_EXT(read_id_pfr1()); in arm_get_spsr_for_bl33_entry()
123 if (GET_VIRT_EXT(read_id_pfr1())) { in bl1_prepare_next_image()
226 hyp_status = GET_VIRT_EXT(read_id_pfr1()); in hikey960_get_spsr_for_bl33_entry()
149 hyp_status = GET_VIRT_EXT(read_id_pfr1()); in hikey_get_spsr_for_bl33_entry()
84 #define GET_VIRT_EXT(id) (((id) >> ID_PFR1_VIRTEXT_SHIFT) \ macro
141 #define GET_VIRT_EXT(id) ((id >> ID_PFR1_VIRTEXT_SHIFT) \ macro