Home
last modified time | relevance | path

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

/arch/arm/include/asm/
Dcp15.h45 #define vectors_high() (get_cr() & CR_V)
72 static inline unsigned long get_cr(void) in get_cr() function
128 static inline unsigned long get_cr(void) in get_cr() function
/arch/arm/mm/
Dcache-feroceon-l2.c245 cr = get_cr(); in flush_and_disable_dcache()
262 cr = get_cr(); in enable_dcache()
275 cr = get_cr(); in invalidate_and_disable_icache()
288 cr = get_cr(); in enable_icache()
Dcache-xsc3l2.c209 if (get_cr() & CR_L2) { in xsc3_l2_init()
Dalignment.c98 return cpu_architecture() >= CPU_ARCH_ARMv6 && get_cr() & CR_U; in cpu_is_v6_unaligned()
1036 cr_no_alignment = get_cr() & ~CR_A; in alignment_init()
Dioremap.c312 (((cpu_architecture() >= CPU_ARCH_ARMv6) && (get_cr() & CR_XP)) || in __arm_ioremap_pfn_caller()
Dinit.c655 return !!(get_cr() & CR_XP); in arch_has_strict_perms()
Dmmu.c431 unsigned int cr = get_cr(); in build_mem_type_table()
1499 cr = get_cr(); in early_paging_init()
/arch/unicore32/include/asm/
Dhwdef-copro.h31 static inline unsigned int get_cr(void) in get_cr() function
/arch/x86/kvm/
Demulate.c1132 if (ctxt->ops->get_cr(ctxt, 0) & (X86_CR0_TS | X86_CR0_EM)) in em_fninit()
1145 if (ctxt->ops->get_cr(ctxt, 0) & (X86_CR0_TS | X86_CR0_EM)) in em_fnstcw()
1161 if (ctxt->ops->get_cr(ctxt, 0) & (X86_CR0_TS | X86_CR0_EM)) in em_fnstsw()
2575 cr4 = ctxt->ops->get_cr(ctxt, 4); in em_rsm()
2587 cr0 = ctxt->ops->get_cr(ctxt, 0); in em_rsm()
2593 cr4 = ctxt->ops->get_cr(ctxt, 4); in em_rsm()
3299 ops->set_cr(ctxt, 0, ops->get_cr(ctxt, 0) | X86_CR0_TS); in emulator_do_task_switch()
3712 cr0 = ctxt->ops->get_cr(ctxt, 0); in em_clts()
3799 ctxt->dst.val = ctxt->ops->get_cr(ctxt, 0); in em_smsw()
3805 ctxt->ops->set_cr(ctxt, 0, (ctxt->ops->get_cr(ctxt, 0) & ~0x0eul) in em_lmsw()
[all …]
Dx86.c5173 .get_cr = emulator_get_cr,
/arch/x86/include/asm/
Dkvm_emulate.h203 ulong (*get_cr)(struct x86_emulate_ctxt *ctxt, int cr); member
/arch/unicore32/mm/
Dmmu.c74 set_cr((get_cr() & ~mask) | set); in adjust_cr()
/arch/arm/kernel/
Dsetup.c648 proc_arch[cpu_architecture()], get_cr()); in setup_processor()