Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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)
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Dnommu.c46 set_cr(reg | CR_V); in setup_vectors_base()
73 set_cr(reg & ~CR_V); in setup_vectors_base()
/OK3568_Linux_fs/u-boot/arch/arm/mach-kirkwood/
H A Dcpu.c298 set_cr(temp & ~CR_V); in arch_misc_init()
/OK3568_Linux_fs/u-boot/arch/arm/mach-orion5x/
H A Dcpu.c273 set_cr(temp & ~CR_V); in arch_misc_init()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Dsystem.h321 #define CR_V (1 << 13) /* Vectors relocated to 0xffff0000 */ macro
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/
H A Dstart.S80 bic r0, #CR_V @ V = 0