Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-exynos/
H A Dspl_boot.c51 static int config_branch_prediction(int set_cr_z) in config_branch_prediction() argument
57 set_cr(set_cr_z ? cr | CR_Z : cr & ~CR_Z); in config_branch_prediction()