Home
last modified time | relevance | path

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

/linux/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
/linux/arch/arm/mm/
H A Dcache-feroceon-l2.c242 cr = get_cr(); in flush_and_disable_dcache()
259 cr = get_cr(); in enable_dcache()
272 cr = get_cr(); in invalidate_and_disable_icache()
285 cr = get_cr(); in enable_icache()
H A Ddma-mapping-nommu.c50 dev->dma_coherent = (get_cr() & CR_M) ? coherent : true; in arch_setup_dma_ops()
H A Dcache-xsc3l2.c197 if (get_cr() & CR_L2) { in xsc3_l2_init()
H A Dalignment.c97 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()
H A Dioremap.c330 (((cpu_architecture() >= CPU_ARCH_ARMv6) && (get_cr() & CR_XP)) || in __arm_ioremap_pfn_caller()
/linux/arch/x86/kvm/
H A Demulate.c600 return (ctxt->ops->get_cr(ctxt, 4) & X86_CR4_LA57) ? 57 : 48; in ctxt_virt_addr_bits()
740 if (!(ctxt->ops->get_cr(ctxt, 0) & X86_CR0_PE)) { in emulator_recalc_and_set_mode()
1040 if (ctxt->ops->get_cr(ctxt, 0) & (X86_CR0_TS | X86_CR0_EM)) in em_fninit()
1053 if (ctxt->ops->get_cr(ctxt, 0) & (X86_CR0_TS | X86_CR0_EM)) in em_fnstcw()
1069 if (ctxt->ops->get_cr(ctxt, 0) & (X86_CR0_TS | X86_CR0_EM)) in em_fnstsw()
1495 if (!(ctxt->ops->get_cr(ctxt, 4) & X86_CR4_CET)) in emulator_is_ssp_invalid()
2959 ops->set_cr(ctxt, 0, ops->get_cr(ctxt, 0) | X86_CR0_TS); in emulator_do_task_switch()
3333 (ctxt->ops->get_cr(ctxt, 4) & X86_CR4_UMIP) && in em_store_sreg()
3413 cr0 = ctxt->ops->get_cr(ctxt, 0); in em_clts()
3439 if ((ctxt->ops->get_cr(ctxt, 4) & X86_CR4_UMIP) && in emulate_store_desc_ptr()
[all …]
H A Dkvm_emulate.h211 ulong (*get_cr)(struct x86_emulate_ctxt *ctxt, int cr); member
H A Dx86.c8913 .get_cr = emulator_get_cr,
/linux/arch/arm/kernel/
H A Dsetup.c721 proc_arch[cpu_architecture()], get_cr()); in setup_processor()