/kernel/linux/linux-5.10/arch/arm/mm/ |
H A 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()
|
H A D | nommu.c | 46 set_cr(reg | CR_V); in setup_vectors_base() 73 set_cr(reg & ~CR_V); in setup_vectors_base()
|
H A D | alignment.c | 989 set_cr(cr_no_alignment); in do_alignment() 997 set_cr(__clear_cr(CR_A)); in noalign_setup() 1020 set_cr(__clear_cr(CR_A)); in alignment_init()
|
H A D | mmu.c | 175 set_cr(cr); in early_cachepolicy() 1591 set_cr(cr & ~(CR_I | CR_C)); in early_paging_init() 1607 set_cr(cr); in early_paging_init()
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H 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()
|
H A D | nommu.c | 47 set_cr(reg | CR_V); in setup_vectors_base() 74 set_cr(reg & ~CR_V); in setup_vectors_base()
|
H 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()
|
H A D | mmu.c | 174 set_cr(cr); in early_cachepolicy() 1689 set_cr(cr & ~(CR_I | CR_C)); in early_paging_init() 1705 set_cr(cr); in early_paging_init()
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | cp15.h | 64 static inline void set_cr(unsigned long val) in set_cr() function
|
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | cp15.h | 64 static inline void set_cr(unsigned long val) in set_cr() function
|
/kernel/linux/linux-5.10/arch/x86/kvm/ |
H A D | kvm_emulate.h | 206 int (*set_cr)(struct x86_emulate_ctxt *ctxt, int cr, ulong val); member
|
H A D | emulate.c | 2505 bad = ctxt->ops->set_cr(ctxt, 3, cr3); in rsm_enter_protected_mode() 2514 bad = ctxt->ops->set_cr(ctxt, 4, cr4 & ~X86_CR4_PCIDE); in rsm_enter_protected_mode() 2518 bad = ctxt->ops->set_cr(ctxt, 0, cr0); in rsm_enter_protected_mode() 2523 bad = ctxt->ops->set_cr(ctxt, 4, cr4); in rsm_enter_protected_mode() 2527 bad = ctxt->ops->set_cr(ctxt, 3, cr3 | pcid); in rsm_enter_protected_mode() 2702 ctxt->ops->set_cr(ctxt, 4, cr4 & ~X86_CR4_PCIDE); in em_rsm() 2714 ctxt->ops->set_cr(ctxt, 0, cr0 & ~(X86_CR0_PG | X86_CR0_PE)); in em_rsm() 2720 ctxt->ops->set_cr(ctxt, 4, cr4 & ~X86_CR4_PAE); in em_rsm() 3231 if (ctxt->ops->set_cr(ctxt, 3, tss->cr3)) in load_state_from_tss32() 3431 ops->set_cr(ctx in emulator_do_task_switch() [all...] |
H A D | x86.c | 7119 .set_cr = emulator_set_cr,
|
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | kvm_emulate.h | 198 int (*set_cr)(struct x86_emulate_ctxt *ctxt, int cr, ulong val); member
|
H A D | emulate.c | 2805 if (ctxt->ops->set_cr(ctxt, 3, tss->cr3)) in load_state_from_tss32() 3003 ops->set_cr(ctxt, 0, ops->get_cr(ctxt, 0) | X86_CR0_TS); in emulator_do_task_switch() 3303 if (ctxt->ops->set_cr(ctxt, cr_num, ctxt->src.val)) in em_cr_write() 3457 ctxt->ops->set_cr(ctxt, 0, cr0); in em_clts() 3556 ctxt->ops->set_cr(ctxt, 0, (ctxt->ops->get_cr(ctxt, 0) & ~0x0eul) in em_lmsw()
|
H A D | x86.c | 8349 .set_cr = emulator_set_cr,
|