Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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)
/kernel/linux/linux-6.6/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)
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds