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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-ppc/
H A Dmisc.S34 * Clear a page using the dcbz instruction, which doesn't cause any
48 1: dcbz 0,r3
55 * Copy a whole page. We use the dcbz instruction on the destination
94 dcbz r5,r3
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Demulated_ops.h37 struct ppc_emulated_entry dcbz; member in struct:ppc_emulated
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/lib/
H A Dcopypage_64.S31 dcbz r9,r3
H A Dcopy_32.S73 * Use dcbz on the complete cache lines in the destination
101 10: dcbz r7,r6
146 * This version uses dcbz on the complete cache lines in the
190 dcbz r11,r6
371 54: dcbz r11,r6
453 /* fault on dcbz (effectively a write fault) */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dmisc_32.S498 * Clear pages using the dcbz instruction, which doesn't cause any
508 1: dcbz 0,r3
514 * Copy a whole page. We use the dcbz instruction on the destination
552 dcbz r5,r3
H A Dalign.c55 #define DCBZ 0x5f /* 8xx/82xx dcbz faults when cache not enabled */
161 { 0, ST+HARD }, /* 10 1 1111: dcbz */
228 * The dcbz (data cache block zero) instruction
826 PPC_WARN_ALIGNMENT(dcbz, regs);
H A Dtraps.c1495 WARN_EMULATED_SETUP(dcbz),

Completed in 60 milliseconds