Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Dcache-cp15.c215 reg = get_cr(); /* get control reg. */ in mmu_setup()
221 return get_cr() & CR_M; in mmu_enabled()
232 reg = get_cr(); /* get control reg. */ in cache_enable()
241 reg = get_cr(); in cache_disable()
250 reg = get_cr(); in cache_disable()
286 return (get_cr() & CR_I) != 0; in icache_status()
318 return (get_cr() & CR_C) != 0; in dcache_status()
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dcp15.h46 #define vectors_high() (get_cr() & CR_V)
57 static inline unsigned long get_cr(void) in get_cr() function
113 static inline unsigned long get_cr(void) in get_cr() function
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A 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()
H A Dnommu.c44 unsigned long reg = get_cr(); in setup_vectors_base()
71 unsigned long base = 0, reg = get_cr(); in setup_vectors_base()
H A Dcache-xsc3l2.c197 if (get_cr() & CR_L2) { in xsc3_l2_init()
H A Ddma-mapping-nommu.c209 dev->archdata.dma_coherent = (get_cr() & CR_M) ? coherent : true; in arch_setup_dma_ops()
H A Dalignment.c96 return cpu_architecture() >= CPU_ARCH_ARMv6 && get_cr() & CR_U; in cpu_is_v6_unaligned()
1032 cr_no_alignment = get_cr() & ~CR_A; in alignment_init()
H A Dioremap.c300 (((cpu_architecture() >= CPU_ARCH_ARMv6) && (get_cr() & CR_XP)) || in __arm_ioremap_pfn_caller()
H A Dinit.c520 return !!(get_cr() & CR_XP); in arch_has_strict_perms()
H A Dmmu.c426 unsigned int cr = get_cr(); in build_mem_type_table()
1573 cr = get_cr(); in early_paging_init()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/ls102xa/
H A Dcpu.c199 reg = get_cr(); in mmu_setup()
217 set_cr(get_cr() | CR_C); in enable_caches()
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Demulate.c685 return (ctxt->ops->get_cr(ctxt, 4) & X86_CR4_LA57) ? 57 : 48; in ctxt_virt_addr_bits()
824 if (!(ctxt->ops->get_cr(ctxt, 0) & X86_CR0_PE)) { in emulator_recalc_and_set_mode()
1232 if (ctxt->ops->get_cr(ctxt, 0) & (X86_CR0_TS | X86_CR0_EM)) in em_fninit()
1245 if (ctxt->ops->get_cr(ctxt, 0) & (X86_CR0_TS | X86_CR0_EM)) in em_fnstcw()
1261 if (ctxt->ops->get_cr(ctxt, 0) & (X86_CR0_TS | X86_CR0_EM)) in em_fnstsw()
2700 cr4 = ctxt->ops->get_cr(ctxt, 4); in em_rsm()
2712 cr0 = ctxt->ops->get_cr(ctxt, 0); in em_rsm()
2718 cr4 = ctxt->ops->get_cr(ctxt, 4); in em_rsm()
3431 ops->set_cr(ctxt, 0, ops->get_cr(ctxt, 0) | X86_CR0_TS); in emulator_do_task_switch()
3809 (ctxt->ops->get_cr(ctxt, 4) & X86_CR4_UMIP) && in em_store_sreg()
[all …]
H A Dkvm_emulate.h205 ulong (*get_cr)(struct x86_emulate_ctxt *ctxt, int cr); member
H A Dx86.c7046 .get_cr = emulator_get_cr,
/OK3568_Linux_fs/u-boot/arch/arm/mach-kirkwood/
H A Dcpu.c297 temp = get_cr(); in arch_misc_init()
/OK3568_Linux_fs/u-boot/arch/arm/mach-orion5x/
H A Dcpu.c272 temp = get_cr(); in arch_misc_init()
/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/
H A Dspl_boot.c57 cr = get_cr(); in config_branch_prediction()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Dsystem.h399 static inline unsigned int get_cr(void) in get_cr() function
/OK3568_Linux_fs/u-boot/arch/arm/mach-imx/
H A Dhab.c474 if (is_soc_type(MXC_SOC_MX6) && get_cr() & CR_M) { in authenticate_image()
/OK3568_Linux_fs/u-boot/common/
H A Dboard_r.c129 reg = get_cr(); in print_cr()
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dsetup.c713 proc_arch[cpu_architecture()], get_cr()); in setup_processor()