_str
#define __SECTIONSTRING(_sec, _str) \
.asciz _str; \
"call hypercall_page + ("_str(name)" * 32)" \
#define __KERNEL_SECTIONSTRING(_sec, _str) \
.pushsection _sec ; .asciz _str ; .popsection
# define __SECTIONSTRING(_sec, _str) \
".asciz \"" _str "\"\n" \
# define __SECTIONSTRING(_sec, _str) \
".asciz \"" _str "\"\n" \
# define __SECTIONSTRING(_sec, _str) \
".asciz \"" _str "\"\n" \
# define __SECTIONSTRING(_sec, _str) \
".asciz \"" _str "\"\n" \