Searched refs:lir (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | llog_cat.c | 534 struct llog_logid_rec *lir = (struct llog_logid_rec *)rec; in llog_cat_process_cb() local 543 DOSTID"\n", POSTID(&lir->lid_id.lgl_oi), lir->lid_id.lgl_ogen, in llog_cat_process_cb() 546 rc = llog_cat_id2handle(env, cat_llh, &llh, &lir->lid_id); in llog_cat_process_cb() 550 POSTID(&lir->lid_id.lgl_oi), rc); in llog_cat_process_cb() 630 struct llog_logid_rec *lir = (struct llog_logid_rec *)rec; in llog_cat_reverse_process_cb() local 639 DOSTID"\n", POSTID(&lir->lid_id.lgl_oi), lir->lid_id.lgl_ogen, in llog_cat_reverse_process_cb() 642 rc = llog_cat_id2handle(env, cat_llh, &llh, &lir->lid_id); in llog_cat_reverse_process_cb() 646 POSTID(&lir->lid_id.lgl_oi), rc); in llog_cat_reverse_process_cb() 757 struct llog_logid_rec *lir = (struct llog_logid_rec *)rec; in cat_cancel_cb() local 768 DOSTID"\n", POSTID(&lir->lid_id.lgl_oi), lir->lid_id.lgl_ogen, in cat_cancel_cb() [all …]
|
/linux-4.1.27/arch/mn10300/include/asm/ |
D | elf.h | 80 _ur->lar = 0; _ur->lir = 0; _ur->mdr = 0; \ 121 pr_reg[18] = regs->lir; \
|
D | gdb-stub.h | 81 u32 sp, pc, mdr, epsw, lir, lar, mdrq; member
|
/linux-4.1.27/arch/mn10300/include/uapi/asm/ |
D | sigcontext.h | 38 unsigned long lir; member
|
D | ptrace.h | 66 unsigned long lir; member
|
/linux-4.1.27/drivers/s390/cio/ |
D | chsc.c | 278 struct lir { in __get_chpid_from_lir() struct 288 } __attribute__ ((packed)) *lir; in __get_chpid_from_lir() local 290 lir = data; in __get_chpid_from_lir() 291 if (!(lir->iq&0x80)) in __get_chpid_from_lir() 294 if (!(lir->indesc[0]&0xc0000000)) in __get_chpid_from_lir() 297 if (!(lir->indesc[0]&0x10000000)) in __get_chpid_from_lir() 302 return (u16) (lir->indesc[0]&0x000000ff); in __get_chpid_from_lir()
|
/linux-4.1.27/arch/mn10300/kernel/ |
D | kgdb.c | 48 gdb_regs[GDB_FR_LIR] = regs->lir; in pt_regs_to_gdb_regs() 100 regs->lir = gdb_regs[GDB_FR_LIR]; in gdb_regs_to_pt_regs()
|
D | signal.c | 53 COPY(lar); COPY(lir); in restore_sigcontext() 168 COPY(lar); COPY(lir); in setup_sigcontext()
|
D | asm-offsets.c | 52 OFFSET(REG_LIR, pt_regs, lir); in foo()
|
D | gdb-stub.c | 1394 ptr = mem2hex(®s->lir, ptr, 4, 0); in gdbstub() 1444 ptr = hex2mem(ptr, ®s->lir, 4, 0); in gdbstub() 1728 regs->lar, regs->lir, regs->mdr, regs->sp); in debugger_intercept()
|
D | traps.c | 316 regs->lar, regs->lir, regs->mdr, regs->sp); in show_registers_only()
|