Searched refs:CR_V (Results 1 - 2 of 2) sorted by relevance

/linux-master/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)
/linux-master/arch/arm/mm/
H A Dnommu.c47 set_cr(reg | CR_V);
74 set_cr(reg & ~CR_V);

Completed in 95 milliseconds