Home
last modified time | relevance | path

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

/linux-4.4.14/arch/unicore32/include/asm/
Dhwdef-copro.h22 #define CR_V (1 << 13) /* Vectors relocated to 0xffff0000 */ macro
26 #define vectors_high() (cr_alignment & CR_V)
/linux-4.4.14/arch/arm/include/asm/
Dcp15.h22 #define CR_V (1 << 13) /* Vectors relocated to 0xffff0000 */ macro
45 #define vectors_high() (get_cr() & CR_V)
/linux-4.4.14/arch/arm/kernel/
Dhead-nommu.S156 orr r0, r0, #CR_V
158 bic r0, r0, #CR_V