Searched refs:get_cr (Results 1 – 11 of 11) sorted by relevance
/linux-2.6.39/arch/arm/mm/ |
D | cache-feroceon-l2.c | 239 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()
|
D | cache-tauros2.c | 212 if (!(get_cr() & 0x04000000)) { in tauros2_init()
|
D | cache-xsc3l2.c | 209 if (get_cr() & CR_L2) { in xsc3_l2_init()
|
D | ioremap.c | 226 (((cpu_architecture() >= CPU_ARCH_ARMv6) && (get_cr() & CR_XP)) || in __arm_ioremap_pfn_caller()
|
D | mmu.c | 188 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/ |
D | system.h | 82 static inline unsigned int get_cr(void) in get_cr() function
|
/linux-2.6.39/arch/x86/include/asm/ |
D | kvm_emulate.h | 154 ulong (*get_cr)(int cr, struct kvm_vcpu *vcpu); member
|
/linux-2.6.39/arch/arm/include/asm/ |
D | system.h | 190 static inline unsigned int get_cr(void) in get_cr() function
|
/linux-2.6.39/arch/unicore32/mm/ |
D | mmu.c | 75 set_cr((get_cr() & ~mask) | set); in adjust_cr()
|
/linux-2.6.39/arch/x86/kvm/ |
D | emulate.c | 1940 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()
|
D | x86.c | 4260 .get_cr = emulator_get_cr,
|