Searched refs:set_cr (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/arm/mm/ |
| H A D | cache-feroceon-l2.c | 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()
|
| H A D | alignment.c | 1001 set_cr(cr_no_alignment); in do_alignment() 1009 set_cr(__clear_cr(CR_A)); in noalign_setup() 1032 set_cr(__clear_cr(CR_A)); in alignment_init()
|
| /linux/arch/arm/include/asm/ |
| H A D | cp15.h | 64 static inline void set_cr(unsigned long val) in set_cr() function
|
| /linux/arch/x86/kvm/ |
| H A D | emulate.c | 2774 if (ctxt->ops->set_cr(ctxt, 3, tss->cr3)) in load_state_from_tss32() 2972 ops->set_cr(ctxt, 0, ops->get_cr(ctxt, 0) | X86_CR0_TS); in emulator_do_task_switch() 3272 if (ctxt->ops->set_cr(ctxt, cr_num, ctxt->src.val)) in em_cr_write() 3428 ctxt->ops->set_cr(ctxt, 0, cr0); in em_clts() 3528 ctxt->ops->set_cr(ctxt, 0, (ctxt->ops->get_cr(ctxt, 0) & ~0x0eul) in em_lmsw()
|
| H A D | x86.c | 8945 .set_cr = emulator_set_cr,
|