Searched refs:COPY2 (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/arch/x86/um/os-Linux/ |
| H A D | mcontext.c | 12 #define COPY2(X,Y) regs->gp[X] = mc->gregs[REG_##Y] in get_regs_from_mc() macro 18 COPY2(UESP, ESP); /* sic */ in get_regs_from_mc() 22 #define COPY2(X,Y) regs->gp[X/sizeof(unsigned long)] = mc->gregs[REG_##Y] in get_regs_from_mc() 29 COPY2(EFLAGS, EFL); in get_regs_from_mc() 30 COPY2(CS, CSGSFS); in get_regs_from_mc()
|
| /linux-6.15/arch/s390/kernel/vdso64/ |
| H A D | vgetrandom-chacha.S | 15 #define COPY2 %v6 macro 53 VLM COPY1,COPY2,0,%r3 64 VLR STATE2,COPY2 129 VAF STATE2,STATE2,COPY2 169 VZERO COPY2
|