Home
last modified time | relevance | path

Searched refs:get_cr (Results 1 – 11 of 11) sorted by relevance

/linux-2.6.39/arch/arm/mm/
Dcache-feroceon-l2.c239 cr = get_cr(); in flush_and_disable_dcache()
256 cr = get_cr(); in enable_dcache()
269 cr = get_cr(); in invalidate_and_disable_icache()
282 cr = get_cr(); in enable_icache()
Dcache-tauros2.c212 if (!(get_cr() & 0x04000000)) { in tauros2_init()
Dcache-xsc3l2.c209 if (get_cr() & CR_L2) { in xsc3_l2_init()
Dioremap.c226 (((cpu_architecture() >= CPU_ARCH_ARMv6) && (get_cr() & CR_XP)) || in __arm_ioremap_pfn_caller()
Dmmu.c188 set_cr((get_cr() & ~mask) | set); in adjust_cr()
292 unsigned int cr = get_cr(); in build_mem_type_table()
/linux-2.6.39/arch/unicore32/include/asm/
Dsystem.h82 static inline unsigned int get_cr(void) in get_cr() function
/linux-2.6.39/arch/x86/include/asm/
Dkvm_emulate.h154 ulong (*get_cr)(int cr, struct kvm_vcpu *vcpu); member
/linux-2.6.39/arch/arm/include/asm/
Dsystem.h190 static inline unsigned int get_cr(void) in get_cr() function
/linux-2.6.39/arch/unicore32/mm/
Dmmu.c75 set_cr((get_cr() & ~mask) | set); in adjust_cr()
/linux-2.6.39/arch/x86/kvm/
Demulate.c1940 tss->cr3 = ops->get_cr(3, ctxt->vcpu); in save_state_to_tss32()
2135 ops->set_cr(0, ops->get_cr(0, ctxt->vcpu) | X86_CR0_TS, ctxt->vcpu); in emulator_do_task_switch()
2313 if (cpl > 0 && (ctxt->ops->get_cr(4, ctxt->vcpu) & X86_CR4_TSD)) in em_rdtsc()
3483 c->dst.val = ops->get_cr(0, ctxt->vcpu); in x86_emulate_insn()
3486 ops->set_cr(0, (ops->get_cr(0, ctxt->vcpu) & ~0x0eul) | in x86_emulate_insn()
3526 c->dst.val = ops->get_cr(c->modrm_reg, ctxt->vcpu); in x86_emulate_insn()
3529 if ((ops->get_cr(4, ctxt->vcpu) & X86_CR4_DE) && in x86_emulate_insn()
3546 if ((ops->get_cr(4, ctxt->vcpu) & X86_CR4_DE) && in x86_emulate_insn()
Dx86.c4260 .get_cr = emulator_get_cr,