Searched refs:get_cr (Results 1 – 11 of 11) sorted by relevance
/arch/arm/mm/ |
D | cache-feroceon-l2.c | 240 cr = get_cr(); in flush_and_disable_dcache() 257 cr = get_cr(); in enable_dcache() 270 cr = get_cr(); in invalidate_and_disable_icache() 283 cr = get_cr(); in enable_icache()
|
D | cache-tauros2.c | 213 if (!(get_cr() & 0x04000000)) { in tauros2_init()
|
D | cache-xsc3l2.c | 209 if (get_cr() & CR_L2) { in xsc3_l2_init()
|
D | ioremap.c | 253 (((cpu_architecture() >= CPU_ARCH_ARMv6) && (get_cr() & CR_XP)) || in __arm_ioremap_pfn_caller()
|
D | mmu.c | 191 set_cr((get_cr() & ~mask) | set); in adjust_cr() 305 unsigned int cr = get_cr(); in build_mem_type_table()
|
/arch/unicore32/include/asm/ |
D | hwdef-copro.h | 31 static inline unsigned int get_cr(void) in get_cr() function
|
/arch/arm/include/asm/ |
D | cp15.h | 48 static inline unsigned int get_cr(void) in get_cr() function
|
/arch/x86/include/asm/ |
D | kvm_emulate.h | 177 ulong (*get_cr)(struct x86_emulate_ctxt *ctxt, int cr); member
|
/arch/x86/kvm/ |
D | emulate.c | 2317 tss->cr3 = ctxt->ops->get_cr(ctxt, 3); in save_state_to_tss32() 2551 ops->set_cr(ctxt, 0, ops->get_cr(ctxt, 0) | X86_CR0_TS); in emulator_do_task_switch() 2896 cr0 = ctxt->ops->get_cr(ctxt, 0); in em_clts() 2966 ctxt->dst.val = ctxt->ops->get_cr(ctxt, 0); in em_smsw() 2972 ctxt->ops->set_cr(ctxt, 0, (ctxt->ops->get_cr(ctxt, 0) & ~0x0eul) in em_lmsw() 3143 cr4 = ctxt->ops->get_cr(ctxt, 4); in check_cr_write() 3158 else if (ctxt->ops->get_cr(ctxt, 4) & X86_CR4_PAE) in check_cr_write() 3160 else if (ctxt->ops->get_cr(ctxt, 0) & X86_CR0_PG) in check_cr_write() 3199 cr4 = ctxt->ops->get_cr(ctxt, 4); in check_dr_read() 3245 u64 cr4 = ctxt->ops->get_cr(ctxt, 4); in check_rdtsc() [all …]
|
D | x86.c | 4314 .get_cr = emulator_get_cr,
|
/arch/unicore32/mm/ |
D | mmu.c | 74 set_cr((get_cr() & ~mask) | set); in adjust_cr()
|