Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/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 Dnommu.c45 unsigned long reg = get_cr(); in setup_vectors_base()
72 unsigned long base = 0, reg = get_cr(); in setup_vectors_base()
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.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 Dinit.c353 return !!(get_cr() & CR_XP); in arch_has_strict_perms()
H A Dioremap.c330 (((cpu_architecture() >= CPU_ARCH_ARMv6) && (get_cr() & CR_XP)) || in __arm_ioremap_pfn_caller()
H A Dmmu.c445 unsigned int cr = get_cr(); in build_mem_type_table()
1680 cr = get_cr(); in early_paging_init()
/linux-6.15/arch/x86/kvm/
H A Demulate.c794 if (!(ctxt->ops->get_cr(ctxt, 0) & X86_CR0_PE)) { in emulator_recalc_and_set_mode()
3356 (ctxt->ops->get_cr(ctxt, 4) & X86_CR4_UMIP) && in em_store_sreg()
3436 cr0 = ctxt->ops->get_cr(ctxt, 0); in em_clts()
3462 if ((ctxt->ops->get_cr(ctxt, 4) & X86_CR4_UMIP) && in emulate_store_desc_ptr()
3526 if ((ctxt->ops->get_cr(ctxt, 4) & X86_CR4_UMIP) && in em_smsw()
3532 ctxt->dst.val = ctxt->ops->get_cr(ctxt, 0); in em_smsw()
3815 if (!(ctxt->ops->get_cr(ctxt, 4) & X86_CR4_OSXSAVE)) in em_xsetbv()
3856 cr4 = ctxt->ops->get_cr(ctxt, 4); in check_dr_read()
3909 u64 cr4 = ctxt->ops->get_cr(ctxt, 4); in check_rdtsc()
3919 u64 cr4 = ctxt->ops->get_cr(ctxt, 4); in check_rdpmc()
[all …]
H A Dkvm_emulate.h211 ulong (*get_cr)(struct x86_emulate_ctxt *ctxt, int cr); member
H A Dx86.c8633 .get_cr = emulator_get_cr,
/linux-6.15/arch/arm/kernel/
H A Dsetup.c721 proc_arch[cpu_architecture()], get_cr()); in setup_processor()