Home
last modified time | relevance | path

Searched hist:"29 e97589" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/x86/entry/
H A Dcalling.h29e97589 Mon May 10 13:53:14 CDT 2021 H. Peter Anvin (Intel) <hpa@zytor.com> x86/entry: Split PUSH_AND_CLEAR_REGS into two submacros

PUSH_AND_CLEAR_REGS, as the name implies, performs two functions:
pushing registers and clearing registers. They don't necessarily have
to be performed in immediate sequence, although all current users
do. Split it into two macros for the case where that isn't desired;
the FRED enabling patchset will eventually make use of this.

Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20210510185316.3307264-6-hpa@zytor.com