Home
last modified time | relevance | path

Searched refs:CR_Z (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/mach-exynos/
H A Dspl_boot.c58 set_cr(set_cr_z ? cr | CR_Z : cr & ~CR_Z); in config_branch_prediction()
60 return cr & CR_Z; in config_branch_prediction()
/rk3399_rockchip-uboot/arch/arm/include/asm/
H A Dsystem.h319 #define CR_Z (1 << 11) /* Implementation defined */ macro