]> xenbits.xensource.com Git - unikraft/unikraft.git/commit
arch/x86: Add helpers for CFI in assembler code
authorMarco Schlumpp <marco@unikraft.io>
Mon, 2 Jan 2023 10:40:13 +0000 (11:40 +0100)
committerUnikraft <monkey@unikraft.io>
Fri, 5 May 2023 21:17:15 +0000 (21:17 +0000)
commitb88c21a231243845cbc155e1c7f0bcccd181a1c5
treeb41a838292d79c6686a404cfa48701cd08d624aa
parent6d07539298dae30eb07f078942563af2be60acd9
arch/x86: Add helpers for CFI in assembler code

This introduces helpers for maintaining frame information when using
push and pop in assembler code.

Checkpatch-Ignore: SPACING
Signed-off-by: Marco Schlumpp <marco@unikraft.io>
Reviewed-by: Simon Kuenzer <simon@unikraft.io>
Approved-by: Simon Kuenzer <simon@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #700
arch/x86/x86_64/include/uk/asm/cfi.h [new file with mode: 0644]