Searched refs:R32 (Results 1 – 1 of 1) sorted by relevance
/arch/x86/kernel/ |
D | ptrace.c | 977 #define R32(l,q) \ macro 1001 R32(ebx, bx); in putreg32() 1002 R32(ecx, cx); in putreg32() 1003 R32(edx, dx); in putreg32() 1004 R32(edi, di); in putreg32() 1005 R32(esi, si); in putreg32() 1006 R32(ebp, bp); in putreg32() 1007 R32(eax, ax); in putreg32() 1008 R32(eip, ip); in putreg32() 1009 R32(esp, sp); in putreg32() [all …]
|