Searched refs:PE_STATE (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/cpu/ |
| H A D | rockchip_amp.c | 145 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 D | amp.h | 25 #define PE_STATE(aarch64, hyp, thumb, secure) \ macro
|
| /OK3568_Linux_fs/u-boot/arch/arm/lib/ |
| H A D | bootm.c | 338 es_flag = PE_STATE(0, 0, 0, 0); in arm64_switch_aarch32()
|