Searched refs:dcbz (Results 1 - 12 of 12) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dpage_32.h36 * Clear page using the dcbz instruction, which doesn't cause any
47 dcbz(addr);
H A Demulated_ops.h25 struct ppc_emulated_entry dcbz; member in struct:ppc_emulated
H A Dcache.h118 static inline void dcbz(void *addr) function
120 __asm__ __volatile__ ("dcbz 0, %0" : : "r"(addr) : "memory");
/linux-master/arch/powerpc/lib/
H A Dstring_32.S22 * Use dcbz on the complete cache lines in the destination
50 10: dcbz r7, r6
H A Dcopypage_64.S41 dcbz r9,r3
H A Dstring_64.S170 err1; dcbz 0,r3
H A Dcopy_32.S82 * Use dcbz on the complete cache lines in the destination
86 * During early init, cache might not be active yet, so dcbz cannot be used.
87 * We therefore skip the optimised bloc that uses dcbz. This jump is
123 10: dcbz r7,r6
153 * This version uses dcbz on the complete cache lines in the
159 * During early init, cache might not be active yet, so dcbz cannot be used.
160 * We therefore jump to generic_memcpy which doesn't use dcbz. This jump is
209 dcbz r11,r6
386 54: dcbz r11,r6
465 /* fault on dcbz (effectivel
[all...]
H A Dchecksum_32.S192 54: dcbz r11,r6
/linux-master/arch/powerpc/kernel/
H A Dalign.c351 PPC_WARN_ALIGNMENT(dcbz, regs);
H A Dmisc_32.S220 * Copy a whole page. We use the dcbz instruction on the destination
263 dcbz r5,r3
H A Dtraps.c2276 WARN_EMULATED_SETUP(dcbz),
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv_rm_mmu.c946 dcbz((void *)pa);

Completed in 147 milliseconds