Searched refs:REG_CSGSFS (Results 1 – 2 of 2) sorted by relevance
/sysdeps/unix/sysv/linux/x86/sys/ |
A D | ucontext.h | 88 REG_CSGSFS, /* Actually short cs, gs, fs, __pad0. */ enumerator 89 # define REG_CSGSFS REG_CSGSFS macro
|
/sysdeps/unix/sysv/linux/x86_64/ |
A D | register-dump.h | 105 hexvalue (ctx->uc_mcontext.gregs[REG_CSGSFS] & 0xffff, regs[18], 4); in register_dump() 106 hexvalue ((ctx->uc_mcontext.gregs[REG_CSGSFS] >> 16) & 0xffff, regs[19], 4); in register_dump() 107 hexvalue ((ctx->uc_mcontext.gregs[REG_CSGSFS] >> 32) & 0xffff, regs[20], 4); in register_dump()
|
Completed in 4 milliseconds