Home
last modified time | relevance | path

Searched refs:as_hex (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/arch/s390/boot/
H A Dprintk.c56 static char *as_hex(char *dst, unsigned long val, int pad) in as_hex() function
165 as_hex(p + 3, off, 0); in strsym()
167 as_hex(p + strlen(p), len, 0); in strsym()
169 as_hex(buf, (unsigned long)ip, 16); in strsym()
280 strval = as_hex(valbuf, va_arg_len_type(args, lenmod, unsigned), 0); in boot_printk()