Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/include/asm/
H A Dcp15.h35 #define CR_U (1 << 22) /* Unaligned access operation */ macro
/openbmc/u-boot/arch/arm/include/asm/
H A Dsystem.h310 #define CR_U (1 << 22) /* Unaligned access operation */ macro
/openbmc/linux/arch/arm/mm/
H A Dalignment.c96 return cpu_architecture() >= CPU_ARCH_ARMv6 && get_cr() & CR_U; in cpu_is_v6_unaligned()