Searched refs:set_cr (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/arch/arm/mm/ |
D | cache-feroceon-l2.c | 251 set_cr(cr & ~CR_C); in flush_and_disable_dcache() 263 set_cr(cr | CR_C); in enable_dcache() 277 set_cr(cr & ~CR_I); in invalidate_and_disable_icache() 289 set_cr(cr | CR_I); in enable_icache()
|
D | alignment.c | 973 set_cr(cr_no_alignment); in do_alignment() 981 set_cr(__clear_cr(CR_A)); in noalign_setup() 1004 set_cr(__clear_cr(CR_A)); in alignment_init()
|
D | mmu.c | 190 set_cr(cr); in early_cachepolicy() 1500 set_cr(cr & ~(CR_I | CR_C)); in early_paging_init() 1516 set_cr(cr); in early_paging_init()
|
/linux-4.4.14/arch/unicore32/include/asm/ |
D | hwdef-copro.h | 38 static inline void set_cr(unsigned int val) in set_cr() function
|
/linux-4.4.14/arch/arm/include/asm/ |
D | cp15.h | 61 static inline void set_cr(unsigned long val) in set_cr() function
|
/linux-4.4.14/arch/unicore32/mm/ |
D | mmu.c | 56 set_cr(cr_alignment); in noalign_setup() 74 set_cr((get_cr() & ~mask) | set); in adjust_cr()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | kvm_emulate.h | 202 int (*set_cr)(struct x86_emulate_ctxt *ctxt, int cr, ulong val); member
|
/linux-4.4.14/arch/x86/kvm/ |
D | emulate.c | 2343 bad = ctxt->ops->set_cr(ctxt, 4, cr4 & ~X86_CR4_PCIDE); in rsm_enter_protected_mode() 2347 bad = ctxt->ops->set_cr(ctxt, 0, cr0); in rsm_enter_protected_mode() 2352 bad = ctxt->ops->set_cr(ctxt, 4, cr4); in rsm_enter_protected_mode() 2369 ctxt->ops->set_cr(ctxt, 3, GET_SMSTATE(u32, smbase, 0x7ff8)); in rsm_load_state_32() 2435 ctxt->ops->set_cr(ctxt, 3, GET_SMSTATE(u64, smbase, 0x7f50)); in rsm_load_state_64() 2496 ctxt->ops->set_cr(ctxt, 4, cr4 & ~X86_CR4_PCIDE); in em_rsm() 2510 ctxt->ops->set_cr(ctxt, 0, cr0 & ~(X86_CR0_PG | X86_CR0_PE)); in em_rsm() 2514 ctxt->ops->set_cr(ctxt, 4, cr4 & ~X86_CR4_PAE); in em_rsm() 3021 if (ctxt->ops->set_cr(ctxt, 3, tss->cr3)) in load_state_from_tss32() 3225 ops->set_cr(ctxt, 0, ops->get_cr(ctxt, 0) | X86_CR0_TS); in emulator_do_task_switch() [all …]
|
D | x86.c | 4989 .set_cr = emulator_set_cr,
|