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

/linux-master/arch/x86/include/asm/
H A 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) ";" \

Completed in 99 milliseconds