Searched refs:set_cr (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/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() 1692 set_cr(cr & ~(CR_I | CR_C)); in early_paging_init() 1708 set_cr(cr); in early_paging_init()
|
/openbmc/u-boot/arch/arm/cpu/armv7/ |
H A D | mpu_v7r.c | 40 set_cr(reg); in disable_mpu() 51 set_cr(reg); in enable_mpu()
|
/openbmc/u-boot/arch/arm/lib/ |
H A D | cache-cp15.c | 199 set_cr(reg | CR_M); in mmu_setup() 224 set_cr(reg | cache_bit); in cache_enable() 245 set_cr(reg & ~cache_bit); in cache_disable()
|
/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/ |
H A D | cpu.c | 199 set_cr(reg | CR_M); in mmu_setup() 216 set_cr(get_cr() | CR_C); in enable_caches()
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | cp15.h | 64 static inline void set_cr(unsigned long val) in set_cr() function
|
/openbmc/u-boot/arch/arm/mach-kirkwood/ |
H A D | cpu.c | 297 set_cr(temp & ~CR_V); in arch_misc_init()
|
/openbmc/u-boot/arch/arm/mach-orion5x/ |
H A D | cpu.c | 272 set_cr(temp & ~CR_V); in arch_misc_init()
|
/openbmc/u-boot/arch/arm/mach-exynos/ |
H A D | spl_boot.c | 57 set_cr(set_cr_z ? cr | CR_Z : cr & ~CR_Z); in config_branch_prediction()
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | system.h | 382 static inline void set_cr(unsigned int val) in set_cr() function
|
/openbmc/linux/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 | 8361 .set_cr = emulator_set_cr,
|