Searched refs:set_cr (Results 1 – 5 of 5) sorted by relevance
248 set_cr(cr & ~CR_C); in flush_and_disable_dcache()260 set_cr(cr | CR_C); in enable_dcache()274 set_cr(cr & ~CR_I); in invalidate_and_disable_icache()286 set_cr(cr | CR_I); in enable_icache()
47 set_cr(reg | CR_V); in setup_vectors_base() 74 set_cr(reg & ~CR_V); in setup_vectors_base()
997 set_cr(cr_no_alignment); in do_alignment()1005 set_cr(__clear_cr(CR_A)); in noalign_setup()1028 set_cr(__clear_cr(CR_A)); in alignment_init()
64 static inline void set_cr(unsigned long val) in set_cr() function
8611 .set_cr = emulator_set_cr,