Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/include/asm/
H A Dcp15.h23 #define CR_V (1 << 13) /* Vectors relocated to 0xffff0000 */ macro
46 #define vectors_high() (get_cr() & CR_V)
/openbmc/linux/arch/arm/mm/
H A Dnommu.c47 set_cr(reg | CR_V); in setup_vectors_base()
74 set_cr(reg & ~CR_V); in setup_vectors_base()
/openbmc/u-boot/arch/arm/mach-kirkwood/
H A Dcpu.c297 set_cr(temp & ~CR_V); in arch_misc_init()
/openbmc/u-boot/arch/arm/mach-orion5x/
H A Dcpu.c272 set_cr(temp & ~CR_V); in arch_misc_init()
/openbmc/u-boot/arch/arm/include/asm/
H A Dsystem.h303 #define CR_V (1 << 13) /* Vectors relocated to 0xffff0000 */ macro
/openbmc/u-boot/arch/arm/cpu/armv7/
H A Dstart.S110 bic r0, #CR_V @ V = 0