Home
last modified time | relevance | path

Searched refs:PE_STATE (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/cpu/
H A Drockchip_amp.c145 return (pe_state == PE_STATE(1, 1, 0, 0)); in is_default_pe_state()
147 return (pe_state == PE_STATE(0, 0, 0, 0)); in is_default_pe_state()
276 pe_state = PE_STATE(aarch64, hyp, thumb, 0); in brought_up_amp()
/OK3568_Linux_fs/u-boot/include/
H A Damp.h25 #define PE_STATE(aarch64, hyp, thumb, secure) \ macro
/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Dbootm.c338 es_flag = PE_STATE(0, 0, 0, 0); in arm64_switch_aarch32()