Searched refs:get_cr (Results 1 – 13 of 13) sorted by relevance
/linux-6.6.21/arch/arm/include/asm/ |
D | cp15.h | 46 #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.6.21/arch/arm/mm/ |
D | cache-feroceon-l2.c | 242 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()
|
D | nommu.c | 45 unsigned long reg = get_cr(); in setup_vectors_base() 72 unsigned long base = 0, reg = get_cr(); in setup_vectors_base()
|
D | dma-mapping-nommu.c | 51 dev->dma_coherent = (get_cr() & CR_M) ? coherent : true; in arch_setup_dma_ops()
|
D | cache-xsc3l2.c | 197 if (get_cr() & CR_L2) { in xsc3_l2_init()
|
D | alignment.c | 96 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()
|
D | init.c | 391 return !!(get_cr() & CR_XP); in arch_has_strict_perms()
|
D | ioremap.c | 305 (((cpu_architecture() >= CPU_ARCH_ARMv6) && (get_cr() & CR_XP)) || in __arm_ioremap_pfn_caller()
|
D | mmu.c | 445 unsigned int cr = get_cr(); in build_mem_type_table() 1688 cr = get_cr(); in early_paging_init()
|
/linux-6.6.21/arch/x86/kvm/ |
D | emulate.c | 650 return (ctxt->ops->get_cr(ctxt, 4) & X86_CR4_LA57) ? 57 : 48; in ctxt_virt_addr_bits() 789 if (!(ctxt->ops->get_cr(ctxt, 0) & X86_CR0_PE)) { in emulator_recalc_and_set_mode() 1095 if (ctxt->ops->get_cr(ctxt, 0) & (X86_CR0_TS | X86_CR0_EM)) in em_fninit() 1108 if (ctxt->ops->get_cr(ctxt, 0) & (X86_CR0_TS | X86_CR0_EM)) in em_fnstcw() 1124 if (ctxt->ops->get_cr(ctxt, 0) & (X86_CR0_TS | X86_CR0_EM)) in em_fnstsw() 3003 ops->set_cr(ctxt, 0, ops->get_cr(ctxt, 0) | X86_CR0_TS); in emulator_do_task_switch() 3377 (ctxt->ops->get_cr(ctxt, 4) & X86_CR4_UMIP) && in em_store_sreg() 3455 cr0 = ctxt->ops->get_cr(ctxt, 0); in em_clts() 3481 if ((ctxt->ops->get_cr(ctxt, 4) & X86_CR4_UMIP) && in emulate_store_desc_ptr() 3544 if ((ctxt->ops->get_cr(ctxt, 4) & X86_CR4_UMIP) && in em_smsw() [all …]
|
D | kvm_emulate.h | 197 ulong (*get_cr)(struct x86_emulate_ctxt *ctxt, int cr); member
|
D | x86.c | 8345 .get_cr = emulator_get_cr,
|
/linux-6.6.21/arch/arm/kernel/ |
D | setup.c | 721 proc_arch[cpu_architecture()], get_cr()); in setup_processor()
|