usr 140 arch/hexagon/include/asm/elf.h DEST.usr = REGS->usr; \ usr 31 arch/hexagon/include/uapi/asm/registers.h unsigned long usr; usr 52 arch/hexagon/include/uapi/asm/user.h unsigned long usr; usr 53 arch/hexagon/kernel/kgdb.c { "usr", GDB_SIZEOF_REG, offsetof(struct pt_regs, usr)}, usr 72 arch/hexagon/kernel/ptrace.c ONEXT(®s->usr, usr); usr 121 arch/hexagon/kernel/ptrace.c INEXT(®s->usr, usr); usr 50 arch/hexagon/kernel/signal.c err |= __put_user(regs->usr, &sc->sc_regs.usr); usr 80 arch/hexagon/kernel/signal.c err |= __get_user(regs->usr, &sc->sc_regs.usr); usr 34 arch/hexagon/kernel/vm_events.c regs->gp, regs->ugp, regs->usr); usr 77 arch/ia64/kernel/unwind.c #define free_reg_state(usr) kfree(usr) usr 79 arch/ia64/kernel/unwind.c #define free_labeled_state(usr) kfree(usr) usr 3872 arch/mips/include/asm/octeon/cvmx-mio-defs.h uint64_t usr:1; usr 3874 arch/mips/include/asm/octeon/cvmx-mio-defs.h uint64_t usr:1; usr 4287 arch/mips/include/asm/octeon/cvmx-mio-defs.h uint64_t usr:1; usr 4289 arch/mips/include/asm/octeon/cvmx-mio-defs.h uint64_t usr:1; usr 537 arch/x86/events/perf_event.h usr:1, usr 349 arch/x86/oprofile/op_model_p4.c #define ESCR_SET_USR_0(escr, usr) ((escr) |= (((usr) & 1) << 2)) usr 351 arch/x86/oprofile/op_model_p4.c #define ESCR_SET_USR_1(escr, usr) ((escr) |= (((usr) & 1))) usr 1673 block/sed-opal.c struct opal_session_info *usr = data; usr 1677 block/sed-opal.c if (usr->who != OPAL_ADMIN1) { usr 1679 block/sed-opal.c if (usr->sum) usr 1680 block/sed-opal.c cpin_uid[7] = usr->opal_key.lr + 1; usr 1682 block/sed-opal.c cpin_uid[7] = usr->who; usr 1685 block/sed-opal.c if (generic_pw_cmd(usr->opal_key.key, usr->opal_key.key_len, usr 604 drivers/mailbox/omap-mailbox.c u32 usr, fifo, reg; usr 617 drivers/mailbox/omap-mailbox.c for (usr = 0; usr < mdev->num_users; usr++) { usr 618 drivers/mailbox/omap-mailbox.c reg = MAILBOX_IRQENABLE(mdev->intr_type, usr); usr 619 drivers/mailbox/omap-mailbox.c mdev->irq_ctx[usr] = mbox_read_reg(mdev, reg); usr 628 drivers/mailbox/omap-mailbox.c u32 usr, reg; usr 633 drivers/mailbox/omap-mailbox.c for (usr = 0; usr < mdev->num_users; usr++) { usr 634 drivers/mailbox/omap-mailbox.c reg = MAILBOX_IRQENABLE(mdev->intr_type, usr); usr 635 drivers/mailbox/omap-mailbox.c mbox_write_reg(mdev, mdev->irq_ctx[usr], reg); usr 65 drivers/media/platform/sti/bdisp/bdisp-reg.h u32 usr; usr 229 drivers/rtc/rtc-isl1208.c isl1208_i2c_set_usr(struct i2c_client *client, u16 usr) usr 233 drivers/rtc/rtc-isl1208.c buf[0] = usr & 0xff; usr 234 drivers/rtc/rtc-isl1208.c buf[1] = (usr >> 8) & 0xff; usr 268 drivers/rtc/rtc-isl1208.c int sr, dtr, atr, usr; usr 296 drivers/rtc/rtc-isl1208.c usr = isl1208_i2c_get_usr(client); usr 297 drivers/rtc/rtc-isl1208.c if (usr >= 0) usr 298 drivers/rtc/rtc-isl1208.c seq_printf(seq, "user_data\t: 0x%.4x\n", usr); usr 687 drivers/rtc/rtc-isl1208.c int usr = isl1208_i2c_get_usr(to_i2c_client(dev->parent)); usr 688 drivers/rtc/rtc-isl1208.c if (usr < 0) usr 689 drivers/rtc/rtc-isl1208.c return usr; usr 691 drivers/rtc/rtc-isl1208.c return sprintf(buf, "0x%.4x\n", usr); usr 699 drivers/rtc/rtc-isl1208.c int usr = -1; usr 702 drivers/rtc/rtc-isl1208.c if (sscanf(buf, "%x", &usr) != 1) usr 705 drivers/rtc/rtc-isl1208.c if (sscanf(buf, "%d", &usr) != 1) usr 709 drivers/rtc/rtc-isl1208.c if (usr < 0 || usr > 0xffff) usr 712 drivers/rtc/rtc-isl1208.c if (isl1208_i2c_set_usr(to_i2c_client(dev->parent), usr)) usr 718 drivers/rtc/rtc-isl1208.c static DEVICE_ATTR(usr, S_IRUGO | S_IWUSR, isl1208_sysfs_show_usr, usr 277 drivers/tty/serial/vt8500_serial.c unsigned int usr; usr 279 drivers/tty/serial/vt8500_serial.c usr = vt8500_read(port, VT8500_URUSR); usr 280 drivers/tty/serial/vt8500_serial.c if (usr & (1 << 4)) usr 1225 net/tipc/link.c int usr = msg_user(hdr); usr 1228 net/tipc/link.c if (usr == MSG_BUNDLER) { usr 1236 net/tipc/link.c } else if (usr == MSG_FRAGMENTER) { usr 1246 net/tipc/link.c } else if (usr == BCAST_PROTOCOL) { usr 457 net/tipc/msg.h int usr = msg_user(m); usr 459 net/tipc/msg.h if (likely((usr <= TIPC_CRITICAL_IMPORTANCE) && !msg_errcode(m))) usr 460 net/tipc/msg.h return usr; usr 461 net/tipc/msg.h if ((usr == MSG_FRAGMENTER) || (usr == MSG_BUNDLER)) usr 468 net/tipc/msg.h int usr = msg_user(m); usr 470 net/tipc/msg.h if (likely((usr == MSG_FRAGMENTER) || (usr == MSG_BUNDLER))) usr 1597 net/tipc/node.c int usr = msg_user(hdr); usr 1604 net/tipc/node.c if ((usr == BCAST_PROTOCOL) && (dnode != tipc_own_addr(net))) usr 1651 net/tipc/node.c int usr = msg_user(hdr); usr 1671 net/tipc/node.c if (likely((state == SELF_UP_PEER_UP) && (usr != TUNNEL_PROTOCOL))) usr 1708 net/tipc/node.c if ((usr != LINK_PROTOCOL) && less(oseqno, rcv_nxt)) usr 1712 net/tipc/node.c if ((usr == TUNNEL_PROTOCOL) && (mtyp == FAILOVER_MSG)) { usr 1751 net/tipc/node.c if ((usr == TUNNEL_PROTOCOL) && (mtyp == SYNCH_MSG) && (oseqno == 1)) { usr 1782 net/tipc/node.c if ((usr == TUNNEL_PROTOCOL) && (mtyp == SYNCH_MSG)) usr 1784 net/tipc/node.c if (usr == LINK_PROTOCOL) usr 1808 net/tipc/node.c int usr, rc = 0; usr 1818 net/tipc/node.c usr = msg_user(hdr); usr 1823 net/tipc/node.c if (unlikely(usr == LINK_CONFIG)) usr 1840 net/tipc/node.c if (unlikely(usr == LINK_PROTOCOL)) usr 1847 net/tipc/node.c if (likely((n->state == SELF_UP_PEER_UP) && (usr != TUNNEL_PROTOCOL))) {