set_cr            994 arch/arm/mm/alignment.c 			set_cr(cr_no_alignment);
set_cr           1002 arch/arm/mm/alignment.c 	set_cr(__clear_cr(CR_A));
set_cr           1025 arch/arm/mm/alignment.c 		set_cr(__clear_cr(CR_A));
set_cr            251 arch/arm/mm/cache-feroceon-l2.c 		set_cr(cr & ~CR_C);
set_cr            263 arch/arm/mm/cache-feroceon-l2.c 	set_cr(cr | CR_C);
set_cr            277 arch/arm/mm/cache-feroceon-l2.c 		set_cr(cr & ~CR_I);
set_cr            289 arch/arm/mm/cache-feroceon-l2.c 	set_cr(cr | CR_I);
set_cr            189 arch/arm/mm/mmu.c 		set_cr(cr);
set_cr           1570 arch/arm/mm/mmu.c 	set_cr(cr & ~(CR_I | CR_C));
set_cr           1586 arch/arm/mm/mmu.c 	set_cr(cr);
set_cr             39 arch/arm/mm/nommu.c 	set_cr(reg | CR_V);
set_cr             66 arch/arm/mm/nommu.c 	set_cr(reg & ~CR_V);
set_cr             52 arch/unicore32/mm/mmu.c 	set_cr(cr_alignment);
set_cr             70 arch/unicore32/mm/mmu.c 	set_cr((get_cr() & ~mask) | set);
set_cr            206 arch/x86/include/asm/kvm_emulate.h 	int (*set_cr)(struct x86_emulate_ctxt *ctxt, int cr, ulong val);
set_cr           2459 arch/x86/kvm/emulate.c 	bad = ctxt->ops->set_cr(ctxt, 3, cr3);
set_cr           2468 arch/x86/kvm/emulate.c 	bad = ctxt->ops->set_cr(ctxt, 4, cr4 & ~X86_CR4_PCIDE);
set_cr           2472 arch/x86/kvm/emulate.c 	bad = ctxt->ops->set_cr(ctxt, 0, cr0);
set_cr           2477 arch/x86/kvm/emulate.c 		bad = ctxt->ops->set_cr(ctxt, 4, cr4);
set_cr           2481 arch/x86/kvm/emulate.c 			bad = ctxt->ops->set_cr(ctxt, 3, cr3 | pcid);
set_cr           2644 arch/x86/kvm/emulate.c 			ctxt->ops->set_cr(ctxt, 4, cr4 & ~X86_CR4_PCIDE);
set_cr           2656 arch/x86/kvm/emulate.c 		ctxt->ops->set_cr(ctxt, 0, cr0 & ~(X86_CR0_PG | X86_CR0_PE));
set_cr           2662 arch/x86/kvm/emulate.c 			ctxt->ops->set_cr(ctxt, 4, cr4 & ~X86_CR4_PAE);
set_cr           3192 arch/x86/kvm/emulate.c 	if (ctxt->ops->set_cr(ctxt, 3, tss->cr3))
set_cr           3392 arch/x86/kvm/emulate.c 	ops->set_cr(ctxt, 0,  ops->get_cr(ctxt, 0) | X86_CR0_TS);
set_cr           3694 arch/x86/kvm/emulate.c 	if (ctxt->ops->set_cr(ctxt, ctxt->modrm_reg, ctxt->src.val))
set_cr           3827 arch/x86/kvm/emulate.c 	ctxt->ops->set_cr(ctxt, 0, cr0);
set_cr           3926 arch/x86/kvm/emulate.c 	ctxt->ops->set_cr(ctxt, 0, (ctxt->ops->get_cr(ctxt, 0) & ~0x0eul)
set_cr           6303 arch/x86/kvm/x86.c 	.set_cr              = emulator_set_cr,