Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
Dparavirt.h661 #define PV_THUNK_NAME(func) "__raw_callee_save_" #func macro
666 ".globl " PV_THUNK_NAME(func) ";" \
667 ".type " PV_THUNK_NAME(func) ", @function;" \
668 PV_THUNK_NAME(func) ":" \
676 ".size " PV_THUNK_NAME(func) ", .-" PV_THUNK_NAME(func) ";" \