Searched refs:GET_VIRT_EXT (Results 1 – 8 of 8) sorted by relevance
171 hyp_status = GET_VIRT_EXT(read_id_pfr1()); in ls_get_spsr_for_bl33_entry()
111 hyp_status = GET_VIRT_EXT(read_id_pfr1()); in arm_get_spsr_for_bl33_entry()
83 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()
102 hyp_status = GET_VIRT_EXT(read_id_pfr1()); in hikey_get_spsr_for_bl33_entry()
194 hyp_status = GET_VIRT_EXT(read_id_pfr1()); in hikey960_get_spsr_for_bl33_entry()
128 #define GET_VIRT_EXT(id) (((id) >> ID_PFR1_VIRTEXT_SHIFT) \ macro
303 #define GET_VIRT_EXT(id) (((id) >> ID_PFR1_VIRTEXT_SHIFT) \ macro