Home
last modified time | relevance | path

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

/linux/arch/arm/mm/
H A Dcache-feroceon-l2.c248 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 Dalignment.c1001 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 Dcp15.h64 static inline void set_cr(unsigned long val) in set_cr() function
/linux/arch/x86/kvm/
H A Dkvm_emulate.h212 int (*set_cr)(struct x86_emulate_ctxt *ctxt, int cr, ulong val); member
H A Demulate.c2761 if (ctxt->ops->set_cr(ctxt, 3, tss->cr3)) in load_state_from_tss32()
2959 ops->set_cr(ctxt, 0, ops->get_cr(ctxt, 0) | X86_CR0_TS); in emulator_do_task_switch()
3259 if (ctxt->ops->set_cr(ctxt, cr_num, ctxt->src.val)) in em_cr_write()
3415 ctxt->ops->set_cr(ctxt, 0, cr0); in em_clts()
3515 ctxt->ops->set_cr(ctxt, 0, (ctxt->ops->get_cr(ctxt, 0) & ~0x0eul) in em_lmsw()
H A Dx86.c8914 .set_cr = emulator_set_cr,