Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/include/asm/
H A Dcp15.h46 #define vectors_high() (get_cr() & CR_V) macro
48 #define vectors_high() (0) macro
/openbmc/linux/arch/arm/mm/
H A Dpgd.c85 if (!vectors_high()) { in pgd_alloc()
H A Dmmu.c725 #define vectors_base() (vectors_high() ? 0xffff0000 : 0)
1450 if (!vectors_high()) { in devicemaps_init()