Searched refs:get_cr (Results 1 – 13 of 13) sorted by relevance
| /linux/arch/arm/include/asm/ |
| A 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/arch/arm/mm/ |
| A 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()
|
| A D | nommu.c | 37 unsigned long reg = get_cr(); in setup_vectors_base() 64 unsigned long base = 0, reg = get_cr(); in setup_vectors_base()
|
| A D | dma-mapping-nommu.c | 51 dev->dma_coherent = (get_cr() & CR_M) ? coherent : true; in arch_setup_dma_ops()
|
| A D | cache-xsc3l2.c | 197 if (get_cr() & CR_L2) { in xsc3_l2_init()
|
| A D | alignment.c | 96 return cpu_architecture() >= CPU_ARCH_ARMv6 && get_cr() & CR_U; in cpu_is_v6_unaligned() 1029 cr_no_alignment = get_cr() & ~CR_A; in alignment_init()
|
| A D | init.c | 436 return !!(get_cr() & CR_XP); in arch_has_strict_perms()
|
| A D | ioremap.c | 301 (((cpu_architecture() >= CPU_ARCH_ARMv6) && (get_cr() & CR_XP)) || in __arm_ioremap_pfn_caller()
|
| A D | mmu.c | 412 unsigned int cr = get_cr(); in build_mem_type_table() 1648 cr = get_cr(); in early_paging_init()
|
| /linux/arch/x86/kvm/ |
| A D | emulate.c | 2548 cr4 = ctxt->ops->get_cr(ctxt, 4); in em_rsm() 2560 cr0 = ctxt->ops->get_cr(ctxt, 0); in em_rsm() 2566 cr4 = ctxt->ops->get_cr(ctxt, 4); in em_rsm() 3648 (ctxt->ops->get_cr(ctxt, 4) & X86_CR4_UMIP) && in em_store_sreg() 3726 cr0 = ctxt->ops->get_cr(ctxt, 0); in em_clts() 3752 if ((ctxt->ops->get_cr(ctxt, 4) & X86_CR4_UMIP) && in emulate_store_desc_ptr() 3815 if ((ctxt->ops->get_cr(ctxt, 4) & X86_CR4_UMIP) && in em_smsw() 3821 ctxt->dst.val = ctxt->ops->get_cr(ctxt, 0); in em_smsw() 4152 cr4 = ctxt->ops->get_cr(ctxt, 4); in check_dr_read() 4205 u64 cr4 = ctxt->ops->get_cr(ctxt, 4); in check_rdtsc() [all …]
|
| A D | kvm_emulate.h | 206 ulong (*get_cr)(struct x86_emulate_ctxt *ctxt, int cr); member
|
| A D | x86.c | 7547 .get_cr = emulator_get_cr,
|
| /linux/arch/arm/kernel/ |
| A D | setup.c | 714 proc_arch[cpu_architecture()], get_cr()); in setup_processor()
|
Completed in 53 milliseconds