Searched refs:get_cr (Results 1 – 13 of 13) sorted by relevance
/arch/arm/include/asm/ |
D | cp15.h | 45 #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/ |
D | cache-feroceon-l2.c | 245 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()
|
D | cache-xsc3l2.c | 209 if (get_cr() & CR_L2) { in xsc3_l2_init()
|
D | alignment.c | 98 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()
|
D | ioremap.c | 312 (((cpu_architecture() >= CPU_ARCH_ARMv6) && (get_cr() & CR_XP)) || in __arm_ioremap_pfn_caller()
|
D | init.c | 655 return !!(get_cr() & CR_XP); in arch_has_strict_perms()
|
D | mmu.c | 431 unsigned int cr = get_cr(); in build_mem_type_table() 1499 cr = get_cr(); in early_paging_init()
|
/arch/unicore32/include/asm/ |
D | hwdef-copro.h | 31 static inline unsigned int get_cr(void) in get_cr() function
|
/arch/x86/kvm/ |
D | emulate.c | 1132 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 …]
|
D | x86.c | 5173 .get_cr = emulator_get_cr,
|
/arch/x86/include/asm/ |
D | kvm_emulate.h | 203 ulong (*get_cr)(struct x86_emulate_ctxt *ctxt, int cr); member
|
/arch/unicore32/mm/ |
D | mmu.c | 74 set_cr((get_cr() & ~mask) | set); in adjust_cr()
|
/arch/arm/kernel/ |
D | setup.c | 648 proc_arch[cpu_architecture()], get_cr()); in setup_processor()
|