Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/lib/
H A Dmemcpy.S101 #define USEROP 1 macro
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)); \
671 __BUILD_COPY_USER LEGACY_MODE USEROP USEROP
690 __BUILD_COPY_USER EVA_MODE USEROP KERNELOP
701 __BUILD_COPY_USER EVA_MODE KERNELOP USEROP
H A Dcsum_partial.S333 #define USEROP 1 macro
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