Searched refs:as_hex (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/arch/s390/boot/ |
| D | pgm_check_info.c | 16 static char *as_hex(char *dst, unsigned long val, int pad) in as_hex() function 74 p = as_hex(p + 3, off, 0); in strsym() 76 as_hex(p + 3, len, 0); in strsym() 78 as_hex(buf, (unsigned long)ip, 16); in strsym() 110 p = as_hex(p, va_arg(args, unsigned long), pad); in decompressor_printk() 115 p = as_hex(p, va_arg(args, unsigned int), pad); in decompressor_printk()
|