Home
last modified time | relevance | path

Searched refs:get_cr (Results 1 – 6 of 6) sorted by relevance

/linux/arch/arm/include/asm/
H A Dcp15.h46 #define vectors_high() (get_cr() & CR_V)
57 static inline unsigned long get_cr(void) in get_cr() function
113 static inline unsigned long get_cr(void) in get_cr() function
/linux/arch/arm/mm/
H A Dcache-feroceon-l2.c242 cr = get_cr(); in flush_and_disable_dcache()
259 cr = get_cr(); in enable_dcache()
272 cr = get_cr(); in invalidate_and_disable_icache()
285 cr = get_cr(); in enable_icache()
H A Dcache-xsc3l2.c197 if (get_cr() & CR_L2) { in xsc3_l2_init()
H A Dalignment.c97 return cpu_architecture() >= CPU_ARCH_ARMv6 && get_cr() & CR_U; in cpu_is_v6_unaligned()
1036 cr_no_alignment = get_cr() & ~CR_A; in alignment_init()
H A Dioremap.c330 (((cpu_architecture() >= CPU_ARCH_ARMv6) && (get_cr() & CR_XP)) || in __arm_ioremap_pfn_caller()
/linux/arch/arm/kernel/
H A Dsetup.c721 proc_arch[cpu_architecture()], get_cr()); in setup_processor()