Lines Matching +full:0 +full:x90
16 #define _THIS_IP_ ({ unsigned long __here; asm ("lea 0(%%rip), %0" : "=r" (__here)); __here; })
20 #define asmlinkage CPP_ASMLINKAGE __attribute__((regparm(0)))
23 #define __ALIGN .balign CONFIG_FUNCTION_ALIGNMENT, 0x90;
27 #define FUNCTION_PADDING .skip CONFIG_FUNCTION_ALIGNMENT, 0x90;
75 * .skip FUNCTION_PADDING, 0x90
76 * .byte 0xb8
84 * .byte 0xb8
86 * .skip FUNCTION_PADDING, 0x90
94 #define CFI_POST_PADDING .skip CONFIG_FUNCTION_PADDING_BYTES, 0x90;
96 #define CFI_PRE_PADDING .skip CONFIG_FUNCTION_PADDING_BYTES, 0x90;
103 .byte 0xb8 ASM_NL \