Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog_cat.c534 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/
Delf.h80 _ur->lar = 0; _ur->lir = 0; _ur->mdr = 0; \
121 pr_reg[18] = regs->lir; \
Dgdb-stub.h81 u32 sp, pc, mdr, epsw, lir, lar, mdrq; member
/linux-4.1.27/arch/mn10300/include/uapi/asm/
Dsigcontext.h38 unsigned long lir; member
Dptrace.h66 unsigned long lir; member
/linux-4.1.27/drivers/s390/cio/
Dchsc.c278 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/
Dkgdb.c48 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()
Dsignal.c53 COPY(lar); COPY(lir); in restore_sigcontext()
168 COPY(lar); COPY(lir); in setup_sigcontext()
Dasm-offsets.c52 OFFSET(REG_LIR, pt_regs, lir); in foo()
Dgdb-stub.c1394 ptr = mem2hex(&regs->lir, ptr, 4, 0); in gdbstub()
1444 ptr = hex2mem(ptr, &regs->lir, 4, 0); in gdbstub()
1728 regs->lar, regs->lir, regs->mdr, regs->sp); in debugger_intercept()
Dtraps.c316 regs->lar, regs->lir, regs->mdr, regs->sp); in show_registers_only()