Searched refs:get_cr (Results 1 – 10 of 10) sorted by relevance
46 #define vectors_high() (get_cr() & CR_V)57 static inline unsigned long get_cr(void) in get_cr() function113 static inline unsigned long get_cr(void) in get_cr() function
242 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()
45 unsigned long reg = get_cr(); in setup_vectors_base()72 unsigned long base = 0, reg = get_cr(); in setup_vectors_base()
50 dev->dma_coherent = (get_cr() & CR_M) ? coherent : true; in arch_setup_dma_ops()
197 if (get_cr() & CR_L2) { in xsc3_l2_init()
96 return cpu_architecture() >= CPU_ARCH_ARMv6 && get_cr() & CR_U; in cpu_is_v6_unaligned()1032 cr_no_alignment = get_cr() & ~CR_A; in alignment_init()
392 return !!(get_cr() & CR_XP); in arch_has_strict_perms()
445 unsigned int cr = get_cr(); in build_mem_type_table()1691 cr = get_cr(); in early_paging_init()
721 proc_arch[cpu_architecture()], get_cr()); in setup_processor()
8619 .get_cr = emulator_get_cr,