x_ 154 arch/xtensa/include/asm/uaccess.h #define __put_user_asm(x_, addr_, err_, align, insn, cb)\ x_ 171 arch/xtensa/include/asm/uaccess.h :[x] "r"(x_), [addr] "r"(addr_), [efault] "i"(-EFAULT)) x_ 220 arch/xtensa/include/asm/uaccess.h #define __get_user_asm(x_, addr_, err_, align, insn, cb) \ x_ 240 arch/xtensa/include/asm/uaccess.h (x_) = (__force __typeof__(*(addr_)))__x; \ x_ 1277 drivers/net/wireless/ath/wil6210/debugfs.c static bool is_all_zeros(void * const x_, size_t sz) x_ 1280 drivers/net/wireless/ath/wil6210/debugfs.c u32 *x = x_; x_ 146 drivers/usb/mtu3/mtu3_hw_regs.h typeof(x) x_ = (x); \ x_ 147 drivers/usb/mtu3/mtu3_hw_regs.h (g2c) ? TX_MULT_G2(x_) : TX_MULT_OG(x_); \ x_ 151 drivers/usb/mtu3/mtu3_hw_regs.h typeof(x) x_ = (x); \ x_ 152 drivers/usb/mtu3/mtu3_hw_regs.h (g2c) ? TX_MAX_PKT_G2(x_) : TX_MAX_PKT_OG(x_); \ x_ 185 drivers/usb/mtu3/mtu3_hw_regs.h typeof(x) x_ = (x); \ x_ 186 drivers/usb/mtu3/mtu3_hw_regs.h (g2c) ? RX_MULT_G2(x_) : RX_MULT_OG(x_); \ x_ 190 drivers/usb/mtu3/mtu3_hw_regs.h typeof(x) x_ = (x); \ x_ 191 drivers/usb/mtu3/mtu3_hw_regs.h (g2c) ? RX_MAX_PKT_G2(x_) : RX_MAX_PKT_OG(x_); \ x_ 40 drivers/usb/mtu3/mtu3_qmu.c typeof(x) x_ = (x); \ x_ 41 drivers/usb/mtu3/mtu3_qmu.c ((mtu)->gen2cp) ? GPD_RX_BUF_LEN_EL(x_) : GPD_RX_BUF_LEN_OG(x_); \ x_ 48 drivers/usb/mtu3/mtu3_qmu.c typeof(x) x_ = (x); \ x_ 49 drivers/usb/mtu3/mtu3_qmu.c ((mtu)->gen2cp) ? GPD_DATA_LEN_EL(x_) : GPD_DATA_LEN_OG(x_); \ x_ 59 drivers/usb/mtu3/mtu3_qmu.c typeof(x) x_ = (x); \ x_ 60 drivers/usb/mtu3/mtu3_qmu.c ((mtu)->gen2cp) ? GPD_EXT_NGP_EL(x_) : GPD_EXT_NGP_OG(x_); \ x_ 65 drivers/usb/mtu3/mtu3_qmu.c typeof(x) x_ = (x); \ x_ 66 drivers/usb/mtu3/mtu3_qmu.c ((mtu)->gen2cp) ? GPD_EXT_BUF_EL(x_) : GPD_EXT_BUF_OG(x_); \