Searched refs:COPY2 (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/x86/um/os-Linux/ |
| H A D | mcontext.c | 15 #define COPY2(X,Y) regs->gp[X] = mc->gregs[REG_##Y] in get_regs_from_mc() macro 21 COPY2(UESP, ESP); /* sic */ in get_regs_from_mc() 24 #undef COPY2 in get_regs_from_mc() 29 #define COPY2(X,Y) regs->gp[X/sizeof(unsigned long)] = mc->gregs[REG_##Y] in get_regs_from_mc() 36 COPY2(EFLAGS, EFL); in get_regs_from_mc() 37 COPY2(CS, CSGSFS); in get_regs_from_mc() 39 #undef COPY2 in get_regs_from_mc() 59 #define COPY2(X,Y) mc->gregs[REG_##Y] = regs->gp[X] in get_mc_from_regs() macro 65 COPY2(UESP, ESP); /* sic */ in get_mc_from_regs() 69 #define COPY2(X,Y) mc->gregs[REG_##Y] = regs->gp[X/sizeof(unsigned long)] in get_mc_from_regs() [all …]
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/ |
| H A D | fifo.c | 390 case RM_ENGINE_TYPE( COPY2, CE, 2); in r535_fifo_xlat_rm_engine_type()
|