Home
last modified time | relevance | path

Searched refs:TFP_BIT (Results 1 – 7 of 7) sorted by relevance

/rk3399_ARM-atf/include/services/
H A Darm_arch_svc.h270 TFP_BIT | \
276 TFP_BIT | \
/rk3399_ARM-atf/plat/renesas/rcar_gen5/aarch64/
H A Dplat_helpers.S134 bic w0, w0, #TFP_BIT
/rk3399_ARM-atf/plat/renesas/rcar_gen4/aarch64/
H A Dplat_helpers.S134 bic w0, w0, #TFP_BIT
/rk3399_ARM-atf/plat/renesas/common/aarch64/
H A Dplat_helpers.S147 bic w0, w0, #TFP_BIT
/rk3399_ARM-atf/include/arch/aarch64/
H A Del3_common_macros.S559 orr x15, x15, #TFP_BIT
H A Darch_helpers.h865 write_cptr_el3(read_cptr_el3() | TFP_BIT); in enable_fpregs_traps_el3()
871 write_cptr_el3(read_cptr_el3() & ~(TFP_BIT)); in disable_fpregs_traps_el3()
H A Darch.h901 #define TFP_BIT (U(1) << 10) macro