Searched refs:pSR (Results 1 - 9 of 9) sorted by relevance
/linux-4.1.27/arch/s390/kernel/ |
H A D | dumpstack.c | 42 printk("([<%016lx>] %pSR)\n", addr, (void *)addr); __show_trace() 53 printk(" [<%016lx>] %pSR\n", addr, (void *)addr); __show_trace() 61 printk(" [<%016lx>] %pSR\n", addr, (void *)addr); __show_trace() 122 printk(" [<%016lx>] %pSR\n", regs->args[0], (void *)regs->args[0]); show_last_breaking_event() 137 printk(" (%pSR)", (void *)regs->psw.addr); show_registers()
|
/linux-4.1.27/arch/powerpc/platforms/cell/ |
H A D | spu_callbacks.c | 65 "%pSR:syscall%lld(%llx, %llx, %llx, %llx, %llx, %llx)\n", spu_sys_callback()
|
/linux-4.1.27/arch/m32r/kernel/ |
H A D | traps.c | 136 printk("[<%08lx>] %pSR\n", addr, (void *)addr); show_trace()
|
/linux-4.1.27/fs/gfs2/ |
H A D | trans.c | 79 pr_warn("Transaction created at: %pSR\n", (void *)tr->tr_ip); gfs2_print_trans()
|
H A D | glock.c | 985 pr_err("original: %pSR\n", (void *)gh2->gh_ip); 989 pr_err("new: %pSR\n", (void *)gh->gh_ip);
|
/linux-4.1.27/arch/alpha/kernel/ |
H A D | traps.c | 68 printk("pc is at %pSR\n", (void *)regs->pc); dik_show_regs() 69 printk("ra is at %pSR\n", (void *)regs->r26); dik_show_regs() 134 printk("[<%lx>] %pSR\n", tmp, (void *)tmp); dik_show_trace()
|
/linux-4.1.27/sound/pci/asihpi/ |
H A D | hpifunc.c | 83 void hpi_stream_response_to_legacy(struct hpi_stream_res *pSR) hpi_stream_response_to_legacy() argument 85 pSR->u.legacy_stream_info.auxiliary_data_available = hpi_stream_response_to_legacy() 86 pSR->u.stream_info.auxiliary_data_available; hpi_stream_response_to_legacy() 87 pSR->u.legacy_stream_info.state = pSR->u.stream_info.state; hpi_stream_response_to_legacy()
|
H A D | hpi_internal.h | 1428 void hpi_stream_response_to_legacy(struct hpi_stream_res *pSR);
|
/linux-4.1.27/mm/ |
H A D | slab.c | 1761 printk(KERN_ERR "Last user: [<%p>](%pSR)\n", print_objinfo()
|
Completed in 347 milliseconds