Home
last modified time | relevance | path

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

/arch/arm/mm/
Dcache-feroceon-l2.c240 cr = get_cr(); in flush_and_disable_dcache()
257 cr = get_cr(); in enable_dcache()
270 cr = get_cr(); in invalidate_and_disable_icache()
283 cr = get_cr(); in enable_icache()
Dcache-tauros2.c213 if (!(get_cr() & 0x04000000)) { in tauros2_init()
Dcache-xsc3l2.c209 if (get_cr() & CR_L2) { in xsc3_l2_init()
Dioremap.c253 (((cpu_architecture() >= CPU_ARCH_ARMv6) && (get_cr() & CR_XP)) || in __arm_ioremap_pfn_caller()
Dmmu.c191 set_cr((get_cr() & ~mask) | set); in adjust_cr()
305 unsigned int cr = get_cr(); in build_mem_type_table()
/arch/unicore32/include/asm/
Dhwdef-copro.h31 static inline unsigned int get_cr(void) in get_cr() function
/arch/arm/include/asm/
Dcp15.h48 static inline unsigned int get_cr(void) in get_cr() function
/arch/x86/include/asm/
Dkvm_emulate.h177 ulong (*get_cr)(struct x86_emulate_ctxt *ctxt, int cr); member
/arch/x86/kvm/
Demulate.c2317 tss->cr3 = ctxt->ops->get_cr(ctxt, 3); in save_state_to_tss32()
2551 ops->set_cr(ctxt, 0, ops->get_cr(ctxt, 0) | X86_CR0_TS); in emulator_do_task_switch()
2896 cr0 = ctxt->ops->get_cr(ctxt, 0); in em_clts()
2966 ctxt->dst.val = ctxt->ops->get_cr(ctxt, 0); in em_smsw()
2972 ctxt->ops->set_cr(ctxt, 0, (ctxt->ops->get_cr(ctxt, 0) & ~0x0eul) in em_lmsw()
3143 cr4 = ctxt->ops->get_cr(ctxt, 4); in check_cr_write()
3158 else if (ctxt->ops->get_cr(ctxt, 4) & X86_CR4_PAE) in check_cr_write()
3160 else if (ctxt->ops->get_cr(ctxt, 0) & X86_CR0_PG) in check_cr_write()
3199 cr4 = ctxt->ops->get_cr(ctxt, 4); in check_dr_read()
3245 u64 cr4 = ctxt->ops->get_cr(ctxt, 4); in check_rdtsc()
[all …]
Dx86.c4314 .get_cr = emulator_get_cr,
/arch/unicore32/mm/
Dmmu.c74 set_cr((get_cr() & ~mask) | set); in adjust_cr()