Searched refs:set_cr (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/arch/arm/mm/ |
D | cache-feroceon-l2.c | 251 set_cr(cr & ~CR_C); in flush_and_disable_dcache() 263 set_cr(cr | CR_C); in enable_dcache() 277 set_cr(cr & ~CR_I); in invalidate_and_disable_icache() 289 set_cr(cr | CR_I); in enable_icache()
|
D | alignment.c | 953 set_cr(cr_no_alignment); in do_alignment() 961 set_cr(__clear_cr(CR_A)); in noalign_setup() 984 set_cr(__clear_cr(CR_A)); in alignment_init()
|
D | mmu.c | 189 set_cr(cr); in early_cachepolicy()
|
/linux-4.1.27/arch/unicore32/include/asm/ |
D | hwdef-copro.h | 38 static inline void set_cr(unsigned int val) in set_cr() function
|
/linux-4.1.27/arch/arm/include/asm/ |
D | cp15.h | 61 static inline void set_cr(unsigned long val) in set_cr() function
|
/linux-4.1.27/arch/unicore32/mm/ |
D | mmu.c | 56 set_cr(cr_alignment); in noalign_setup() 74 set_cr((get_cr() & ~mask) | set); in adjust_cr()
|
/linux-4.1.27/arch/x86/include/asm/ |
D | kvm_emulate.h | 192 int (*set_cr)(struct x86_emulate_ctxt *ctxt, int cr, ulong val); member
|
/linux-4.1.27/arch/x86/kvm/ |
D | emulate.c | 2723 if (ctxt->ops->set_cr(ctxt, 3, tss->cr3)) in load_state_from_tss32() 2927 ops->set_cr(ctxt, 0, ops->get_cr(ctxt, 0) | X86_CR0_TS); in emulator_do_task_switch() 3216 if (ctxt->ops->set_cr(ctxt, ctxt->modrm_reg, ctxt->src.val)) in em_cr_write() 3329 ctxt->ops->set_cr(ctxt, 0, cr0); in em_clts() 3420 ctxt->ops->set_cr(ctxt, 0, (ctxt->ops->get_cr(ctxt, 0) & ~0x0eul) in em_lmsw()
|
D | x86.c | 5046 .set_cr = emulator_set_cr,
|