Searched refs:set_cr (Results 1 – 8 of 8) 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 | nommu.c | 47 set_cr(reg | CR_V); in setup_vectors_base() 74 set_cr(reg & ~CR_V); in setup_vectors_base()
|
| 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()
|
| H A D | mmu.c | 174 set_cr(cr); in early_cachepolicy() 1681 set_cr(cr & ~(CR_I | CR_C)); in early_paging_init() 1698 set_cr(cr); in early_paging_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 | kvm_emulate.h | 212 int (*set_cr)(struct x86_emulate_ctxt *ctxt, int cr, ulong val); member
|
| H A D | emulate.c | 2761 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 D | x86.c | 8914 .set_cr = emulator_set_cr,
|