Searched refs:USEROP (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/mips/lib/
H A Dmemcpy.S101 #define USEROP 1 define
124 .if ((\from == USEROP) && (type == LD_INSN)) || \
125 ((\to == USEROP) && (type == ST_INSN)); \
212 .if ((\from == USEROP) && (type == SRC_PREFETCH)) || \
213 ((\to == USEROP) && (type == DST_PREFETCH)); \
269 * from : Source operand. USEROP or KERNELOP
270 * to : Destination operand. USEROP or KERNELOP
671 __BUILD_COPY_USER LEGACY_MODE USEROP USEROP
690 __BUILD_COPY_USER EVA_MODE USEROP KERNELO
[all...]
H A Dcsum_partial.S333 #define USEROP 1 define
355 .if ((\from == USEROP) && (type == LD_INSN)) || \
356 ((\to == USEROP) && (type == ST_INSN)); \
744 __BUILD_CSUM_PARTIAL_COPY_USER LEGACY_MODE USEROP USEROP
748 __BUILD_CSUM_PARTIAL_COPY_USER EVA_MODE KERNELOP USEROP
752 __BUILD_CSUM_PARTIAL_COPY_USER EVA_MODE USEROP KERNELOP

Completed in 116 milliseconds