Searched refs:set_cr (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/arch/arm/mm/ |
A D | cache-feroceon-l2.c | 248 set_cr(cr & ~CR_C); in flush_and_disable_dcache() 260 set_cr(cr | CR_C); in enable_dcache() 274 set_cr(cr & ~CR_I); in invalidate_and_disable_icache() 286 set_cr(cr | CR_I); in enable_icache()
|
A D | nommu.c | 46 set_cr(reg | CR_V); in setup_vectors_base() 73 set_cr(reg & ~CR_V); in setup_vectors_base()
|
A D | alignment.c | 997 set_cr(cr_no_alignment); in do_alignment() 1005 set_cr(__clear_cr(CR_A)); in noalign_setup() 1028 set_cr(__clear_cr(CR_A)); in alignment_init()
|
A D | mmu.c | 174 set_cr(cr); in early_cachepolicy() 1688 set_cr(cr & ~(CR_I | CR_C)); in early_paging_init() 1704 set_cr(cr); in early_paging_init()
|
/linux-6.3-rc2/arch/arm/include/asm/ |
A D | cp15.h | 64 static inline void set_cr(unsigned long val) in set_cr() function
|
/linux-6.3-rc2/arch/x86/kvm/ |
A D | kvm_emulate.h | 198 int (*set_cr)(struct x86_emulate_ctxt *ctxt, int cr, ulong val); member
|
A D | emulate.c | 2799 if (ctxt->ops->set_cr(ctxt, 3, tss->cr3)) in load_state_from_tss32() 2997 ops->set_cr(ctxt, 0, ops->get_cr(ctxt, 0) | X86_CR0_TS); in emulator_do_task_switch() 3297 if (ctxt->ops->set_cr(ctxt, cr_num, ctxt->src.val)) in em_cr_write() 3451 ctxt->ops->set_cr(ctxt, 0, cr0); in em_clts() 3550 ctxt->ops->set_cr(ctxt, 0, (ctxt->ops->get_cr(ctxt, 0) & ~0x0eul) in em_lmsw()
|
A D | x86.c | 8242 .set_cr = emulator_set_cr,
|
Completed in 47 milliseconds