Lines Matching +full:0 +full:x1234
20 for (*p-- = 0; p >= dst; val >>= 4) in as_hex()
21 *p-- = hex_asc[val & 0x0f]; in as_hex()
34 /* symbol entries are in a form "10000 c4 startup\0" */ in findsym()
71 /* reserve 15 bytes for offset/len in symbol+0x1234/0x1234 */ in strsym()
73 strcpy(p, "+0x"); in strsym()
74 p = as_hex(p + 3, off, 0); in strsym()
75 strcpy(p, "/0x"); in strsym()
76 as_hex(p + 3, len, 0); in strsym()
85 char buf[1024] = { 0 }; in decompressor_printk()
86 char *end = buf + sizeof(buf) - 1; /* make sure buf is 0 terminated */ in decompressor_printk()
97 pad = isdigit(*++fmt) ? simple_strtol(fmt, (char **)&fmt, 10) : 0; in decompressor_printk()
133 while (!(sp & 0x7) && on_stack(&boot_stack, sp, sizeof(struct stack_frame))) { in print_stacktrace()
152 if (!is_prot_virt_guest() && early_command_line[0]) in print_pgm_check_info()
168 gpregs[0], gpregs[1], gpregs[2], gpregs[3]); in print_pgm_check_info()