Home
last modified time | relevance | path

Searched refs:PV_THUNK_NAME (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/arch/x86/include/asm/
Dparavirt.h654 #define PV_THUNK_NAME(func) "__raw_callee_save_" #func macro
659 ".globl " PV_THUNK_NAME(func) ";" \
660 ".type " PV_THUNK_NAME(func) ", @function;" \
662 PV_THUNK_NAME(func) ":" \
670 ".size " PV_THUNK_NAME(func) ", .-" PV_THUNK_NAME(func) ";" \