Home
last modified time | relevance | path

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

/Linux-v5.10/arch/mips/lib/
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)); \
667 __BUILD_COPY_USER LEGACY_MODE USEROP USEROP
686 __BUILD_COPY_USER EVA_MODE USEROP KERNELOP
697 __BUILD_COPY_USER EVA_MODE KERNELOP USEROP
706 __BUILD_COPY_USER EVA_MODE USEROP USEROP
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