Searched refs:x (Results 1 – 3 of 3) sorted by relevance
313 static void __init error(char *x) in error() argument315 printk(KERN_ERR "%s\n", x); in error()
45 static void __init error(char *x) in error() argument48 message = x; in error()
78 …def_bool $(success,echo 'int foo(int x) { asm goto ("": "=r"(x) ::: bar); return x; bar: return 0;…83 …$(success,echo 'int foo(int *x) { asm goto (".long (%l[bar]) - .": "+m"(*x) ::: bar); return *x; b…89 def_bool $(success,echo 'void foo(void) { asm inline (""); }' | $(CC) -x c - -c -o /dev/null)92 …def_bool $(success,echo '__attribute__((no_profile_instrument_function)) int x();' | $(CC) -x c - …