All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3] x86: Add 64-bit setjmp/longjmp implementation
@ 2018-06-19 18:39 Ivan Gorinov
  2018-06-19 18:40 ` Ivan Gorinov
  0 siblings, 1 reply; 4+ messages in thread
From: Ivan Gorinov @ 2018-06-19 18:39 UTC (permalink / raw)
  To: u-boot

Add setjmp/longjmp functions for x86_64.

v3:
  Removed the FPU control word and MXCSR;
  Corrected SPDX License Identifier.

v2:
  Added the FPU control word and MXCSR to jmp_buf;
  Using ENTRY/ENDPROC macros.

Ivan Gorinov (1):
  x86: Add 64-bit setjmp/longjmp implementation

 arch/x86/cpu/x86_64/setjmp.S  | 49 +++++++++++++++++++++++++++++++++++++++++++
 arch/x86/cpu/x86_64/setjmp.c  | 19 -----------------
 arch/x86/include/asm/setjmp.h | 17 +++++++++++++++
 3 files changed, 66 insertions(+), 19 deletions(-)
 create mode 100644 arch/x86/cpu/x86_64/setjmp.S
 delete mode 100644 arch/x86/cpu/x86_64/setjmp.c

-- 
2.7.4

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-06-21  4:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-19 18:39 [U-Boot] [PATCH v3] x86: Add 64-bit setjmp/longjmp implementation Ivan Gorinov
2018-06-19 18:40 ` Ivan Gorinov
2018-06-21  4:30   ` Bin Meng
2018-06-21  4:50     ` Bin Meng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.