Searched refs:GET_VIRT_EXT (Results 1 – 9 of 9) 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()
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()
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()
194 hyp_status = GET_VIRT_EXT(read_id_pfr1()); in hikey960_get_spsr_for_bl33_entry()
141 #define GET_VIRT_EXT(id) (((id) >> ID_PFR1_VIRTEXT_SHIFT) \ macro
338 #define GET_VIRT_EXT(id) (((id) >> ID_PFR1_VIRTEXT_SHIFT) \ macro
Completed in 16 milliseconds