| /linux/drivers/scsi/ |
| H A D | scsi_logging.c | 41 size_t off = 0; in sdev_format_header() local 44 off += scnprintf(logbuf + off, logbuf_len - off, in sdev_format_header() 47 if (WARN_ON(off >= logbuf_len)) in sdev_format_header() 48 return off; in sdev_format_header() 51 off += scnprintf(logbuf + off, logbuf_len - off, in sdev_format_header() 53 return off; in sdev_format_header() 61 size_t off = 0, logbuf_len; in sdev_prefix_printk() local 71 off += scnprintf(logbuf + off, logbuf_len - off, in sdev_prefix_printk() 73 if (!WARN_ON(off >= logbuf_len)) { in sdev_prefix_printk() 75 off += vscnprintf(logbuf + off, logbuf_len - off, fmt, args); in sdev_prefix_printk() [all …]
|
| /linux/arch/mips/mm/ |
| H A D | page.c | 91 pg_addiu(u32 **buf, unsigned int reg1, unsigned int reg2, unsigned int off) in pg_addiu() argument 96 if (off > 0x7fff) { in pg_addiu() 97 uasm_i_lui(buf, GPR_T9, uasm_rel_hi(off)); in pg_addiu() 98 uasm_i_addiu(buf, GPR_T9, GPR_T9, uasm_rel_lo(off)); in pg_addiu() 100 uasm_i_addiu(buf, GPR_T9, GPR_ZERO, off); in pg_addiu() 103 if (off > 0x7fff) { in pg_addiu() 104 uasm_i_lui(buf, GPR_T9, uasm_rel_hi(off)); in pg_addiu() 105 uasm_i_addiu(buf, GPR_T9, GPR_T9, uasm_rel_lo(off)); in pg_addiu() 108 UASM_i_ADDIU(buf, reg1, reg2, off); in pg_addiu() 221 static void build_clear_store(u32 **buf, int off) in build_clear_store() argument [all …]
|
| /linux/drivers/ntb/hw/intel/ |
| H A D | ntb_hw_gen3.c | 265 ssize_t ret, off; in ndev_ntb3_debugfs_read() local 277 off = 0; in ndev_ntb3_debugfs_read() 279 off += scnprintf(buf + off, buf_size - off, in ndev_ntb3_debugfs_read() 282 off += scnprintf(buf + off, buf_size - off, in ndev_ntb3_debugfs_read() 286 off += scnprintf(buf + off, buf_size - off, in ndev_ntb3_debugfs_read() 288 off += scnprintf(buf + off, buf_size - off, in ndev_ntb3_debugfs_read() 292 off += scnprintf(buf + off, buf_size - off, in ndev_ntb3_debugfs_read() 295 off += scnprintf(buf + off, buf_size - off, in ndev_ntb3_debugfs_read() 297 off += scnprintf(buf + off, buf_size - off, in ndev_ntb3_debugfs_read() 300 off += scnprintf(buf + off, buf_size - off, in ndev_ntb3_debugfs_read() [all …]
|
| H A D | ntb_hw_gen4.c | 226 ssize_t ret, off; in ndev_ntb4_debugfs_read() local 238 off = 0; in ndev_ntb4_debugfs_read() 240 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read() 243 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read() 247 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read() 249 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read() 253 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read() 256 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read() 258 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read() 261 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read() [all …]
|
| H A D | ntb_hw_gen1.c | 499 ssize_t ret, off; in ndev_ntb_debugfs_read() local 512 off = 0; in ndev_ntb_debugfs_read() 514 off += scnprintf(buf + off, buf_size - off, in ndev_ntb_debugfs_read() 517 off += scnprintf(buf + off, buf_size - off, in ndev_ntb_debugfs_read() 522 off += scnprintf(buf + off, buf_size - off, in ndev_ntb_debugfs_read() 524 off += scnprintf(buf + off, buf_size - off, in ndev_ntb_debugfs_read() 528 off += scnprintf(buf + off, buf_size - off, in ndev_ntb_debugfs_read() 532 off += scnprintf(buf + off, buf_size - off, in ndev_ntb_debugfs_read() 534 off += scnprintf(buf + off, buf_size - off, in ndev_ntb_debugfs_read() 538 off += scnprintf(buf + off, buf_size - off, in ndev_ntb_debugfs_read() [all …]
|
| /linux/arch/powerpc/boot/ |
| H A D | addnote.c | 64 #define GET_16BE(off) ((buf[off] << 8) + (buf[(off)+1])) argument 65 #define GET_32BE(off) ((GET_16BE(off) << 16U) + GET_16BE((off)+2U)) argument 66 #define GET_64BE(off) ((((unsigned long long)GET_32BE(off)) << 32ULL) + \ argument 67 ((unsigned long long)GET_32BE((off)+4ULL))) 68 #define PUT_16BE(off, v)(buf[off] = ((v) >> 8) & 0xff, \ argument 69 buf[(off) + 1] = (v) & 0xff) 70 #define PUT_32BE(off, v)(PUT_16BE((off), (v) >> 16L), PUT_16BE((off) + 2, (v))) argument 71 #define PUT_64BE(off, v)((PUT_32BE((off), (v) >> 32L), \ argument 72 PUT_32BE((off) + 4, (v)))) 74 #define GET_16LE(off) ((buf[off]) + (buf[(off)+1] << 8)) argument [all …]
|
| /linux/drivers/rapidio/ |
| H A D | rio-sysfs.c | 118 char *buf, loff_t off, size_t count) in rio_read_config() argument 122 loff_t init_off = off; in rio_read_config() 129 if (off >= size) in rio_read_config() 131 if (off + count > size) { in rio_read_config() 132 size -= off; in rio_read_config() 138 if ((off & 1) && size) { in rio_read_config() 140 rio_read_config_8(dev, off, &val); in rio_read_config() 141 data[off - init_off] = val; in rio_read_config() 142 off++; in rio_read_config() 146 if ((off & 3) && size > 2) { in rio_read_config() [all …]
|
| /linux/drivers/mtd/ |
| H A D | mtdpstore.c | 27 static int mtdpstore_block_isbad(struct mtdpstore_context *cxt, loff_t off) in mtdpstore_block_isbad() argument 33 off = ALIGN_DOWN(off, mtd->erasesize); in mtdpstore_block_isbad() 34 blknum = div_u64(off, mtd->erasesize); in mtdpstore_block_isbad() 38 ret = mtd_block_isbad(mtd, off); in mtdpstore_block_isbad() 50 loff_t off) in mtdpstore_panic_block_isbad() argument 55 off = ALIGN_DOWN(off, mtd->erasesize); in mtdpstore_panic_block_isbad() 56 blknum = div_u64(off, mtd->erasesize); in mtdpstore_panic_block_isbad() 61 loff_t off) in mtdpstore_mark_used() argument 64 u64 zonenum = div_u64(off, cxt->info.kmsg_size); in mtdpstore_mark_used() 71 loff_t off) in mtdpstore_mark_unused() argument [all …]
|
| /linux/arch/mips/include/asm/ |
| H A D | mips-gic.h | 30 #define GIC_ACCESSOR_RO(sz, off, name) \ argument 31 CPS_ACCESSOR_RO(gic, sz, MIPS_GIC_SHARED_OFS + off, name) \ 32 CPS_ACCESSOR_RO(gic, sz, MIPS_GIC_REDIR_OFS + off, redir_##name) 35 #define GIC_ACCESSOR_RW(sz, off, name) \ argument 36 CPS_ACCESSOR_RW(gic, sz, MIPS_GIC_SHARED_OFS + off, name) \ 37 CPS_ACCESSOR_RW(gic, sz, MIPS_GIC_REDIR_OFS + off, redir_##name) 40 #define GIC_VX_ACCESSOR_RO(sz, off, name) \ argument 41 CPS_ACCESSOR_RO(gic, sz, MIPS_GIC_LOCAL_OFS + off, vl_##name) \ 42 CPS_ACCESSOR_RO(gic, sz, MIPS_GIC_REDIR_OFS + off, vo_##name) 45 #define GIC_VX_ACCESSOR_RW(sz, off, name) \ argument [all …]
|
| /linux/tools/testing/selftests/net/mptcp/ |
| H A D | pm_nl_ctl.c | 50 int off = 0; in init_genl_req() local 55 off += NLMSG_ALIGN(sizeof(*nh)); in init_genl_req() 57 gh = (void *)(data + off); in init_genl_req() 60 off += NLMSG_ALIGN(sizeof(*gh)); in init_genl_req() 61 return off; in init_genl_req() 68 uint32_t off; in nl_error() local 88 memcpy(&off, RTA_DATA(attrs), 4); in nl_error() 90 (int)off); in nl_error() 330 int off = 0; in resolve_mptcp_pm_netlink() local 334 off = init_genl_req(data, GENL_ID_CTRL, CTRL_CMD_GETFAMILY, 0); in resolve_mptcp_pm_netlink() [all …]
|
| /linux/include/linux/isdn/ |
| H A D | capiutil.h | 19 #define CAPIMSG_U8(m, off) (m[off]) argument 20 #define CAPIMSG_U16(m, off) (m[off]|(m[(off)+1]<<8)) argument 21 #define CAPIMSG_U32(m, off) (m[off]|(m[(off)+1]<<8)|(m[(off)+2]<<16)|(m[(off)+3]<<24)) argument 33 static inline void capimsg_setu8(void *m, int off, __u8 val) in capimsg_setu8() argument 35 ((__u8 *)m)[off] = val; in capimsg_setu8() 38 static inline void capimsg_setu16(void *m, int off, __u16 val) in capimsg_setu16() argument 40 ((__u8 *)m)[off] = val & 0xff; in capimsg_setu16() 41 ((__u8 *)m)[off+1] = (val >> 8) & 0xff; in capimsg_setu16() 44 static inline void capimsg_setu32(void *m, int off, __u32 val) in capimsg_setu32() argument 46 ((__u8 *)m)[off] = val & 0xff; in capimsg_setu32() [all …]
|
| /linux/drivers/s390/crypto/ |
| H A D | pkey_sysfs.c | 51 loff_t off, size_t count) in pkey_protkey_aes_attr_read() argument 57 if (off != 0 || count < sizeof(protkeytoken)) in pkey_protkey_aes_attr_read() 108 loff_t off, size_t count) in pkey_protkey_aes_xts_attr_read() argument 125 if (off != 0 || count < sizeof(*t) + protlen) in pkey_protkey_aes_xts_attr_read() 150 loff_t off, size_t count) in pkey_protkey_hmac_attr_read() argument 167 if (off != 0 || count < sizeof(*t) + protlen) in pkey_protkey_hmac_attr_read() 188 char *buf, loff_t off, in protkey_aes_128_read() argument 192 off, count); in protkey_aes_128_read() 198 char *buf, loff_t off, in protkey_aes_192_read() argument 202 off, count); in protkey_aes_192_read() [all …]
|
| /linux/drivers/acpi/ |
| H A D | ec_sys.c | 31 size_t count, loff_t *off) in acpi_ec_read_io() argument 37 loff_t init_off = *off; in acpi_ec_read_io() 40 if (*off >= size) in acpi_ec_read_io() 42 if (*off + count >= size) { in acpi_ec_read_io() 43 size -= *off; in acpi_ec_read_io() 50 err = ec_read(*off, &byte_read); in acpi_ec_read_io() 53 if (put_user(byte_read, buf + *off - init_off)) { in acpi_ec_read_io() 54 if (*off - init_off) in acpi_ec_read_io() 55 return *off - init_off; /* partial read */ in acpi_ec_read_io() 58 *off += 1; in acpi_ec_read_io() [all …]
|
| /linux/drivers/isdn/hardware/mISDN/ |
| H A D | iohelper.h | 26 static u8 Read##name##_IO(void *p, u8 off) { \ 28 return inb(hw->ap.port + off); \ 30 static void Write##name##_IO(void *p, u8 off, u8 val) { \ 32 outb(val, hw->ap.port + off); \ 34 static void ReadFiFo##name##_IO(void *p, u8 off, u8 *dp, int size) { \ 36 insb(hw->ap.port + off, dp, size); \ 38 static void WriteFiFo##name##_IO(void *p, u8 off, u8 *dp, int size) { \ 40 outsb(hw->ap.port + off, dp, size); \ 44 static u8 Read##name##_IND(void *p, u8 off) { \ 46 outb(off, hw->ap.ale); \ [all …]
|
| /linux/drivers/gpio/ |
| H A D | gpio-adp5585.c | 42 int (*bank)(unsigned int off); 43 int (*bit)(unsigned int off); 69 static int adp5585_gpio_bank(unsigned int off) in adp5585_gpio_bank() argument 71 return ADP5585_BANK(off); in adp5585_gpio_bank() 74 static int adp5585_gpio_bit(unsigned int off) in adp5585_gpio_bit() argument 76 return ADP5585_BIT(off); in adp5585_gpio_bit() 79 static int adp5589_gpio_bank(unsigned int off) in adp5589_gpio_bank() argument 81 return ADP5589_BANK(off); in adp5589_gpio_bank() 84 static int adp5589_gpio_bit(unsigned int off) in adp5589_gpio_bit() argument 86 return ADP5589_BIT(off); in adp5589_gpio_bit() [all …]
|
| /linux/fs/hfs/ |
| H A D | bnode.c | 19 bool is_bnode_offset_valid(struct hfs_bnode *node, int off) in is_bnode_offset_valid() argument 21 bool is_valid = off < node->tree->node_size; in is_bnode_offset_valid() 28 node->tree->node_size, off); in is_bnode_offset_valid() 35 int check_and_correct_requested_length(struct hfs_bnode *node, int off, int len) in check_and_correct_requested_length() argument 39 if (!is_bnode_offset_valid(node, off)) in check_and_correct_requested_length() 44 if ((off + len) > node_size) { in check_and_correct_requested_length() 45 int new_len = (int)node_size - off; in check_and_correct_requested_length() 52 node->tree->node_size, off, len, new_len); in check_and_correct_requested_length() 60 void hfs_bnode_read(struct hfs_bnode *node, void *buf, int off, int len) in hfs_bnode_read() argument 67 if (!is_bnode_offset_valid(node, off)) in hfs_bnode_read() [all …]
|
| /linux/tools/include/linux/ |
| H A D | filter.h | 39 .off = 0, \ 47 .off = 0, \ 57 .off = 0, \ 65 .off = 0, \ 75 .off = 0, \ 85 .off = 0, \ 93 .off = 0, \ 103 .off = 0, \ 111 .off = 0, \ 121 .off = OFF, \ [all …]
|
| /linux/arch/riscv/kvm/ |
| H A D | aia_aplic.c | 388 static int aplic_mmio_read_offset(struct kvm *kvm, gpa_t off, u32 *val32) in aplic_mmio_read_offset() argument 393 if ((off & 0x3) != 0) in aplic_mmio_read_offset() 396 if (off == APLIC_DOMAINCFG) { in aplic_mmio_read_offset() 399 } else if ((off >= APLIC_SOURCECFG_BASE) && in aplic_mmio_read_offset() 400 (off < (APLIC_SOURCECFG_BASE + (aplic->nr_irqs - 1) * 4))) { in aplic_mmio_read_offset() 401 i = ((off - APLIC_SOURCECFG_BASE) >> 2) + 1; in aplic_mmio_read_offset() 403 } else if ((off >= APLIC_SETIP_BASE) && in aplic_mmio_read_offset() 404 (off < (APLIC_SETIP_BASE + aplic->nr_words * 4))) { in aplic_mmio_read_offset() 405 i = (off - APLIC_SETIP_BASE) >> 2; in aplic_mmio_read_offset() 407 } else if (off == APLIC_SETIPNUM) { in aplic_mmio_read_offset() [all …]
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | task_local_data.bpf.h | 74 __s16 off; member 174 int i, cnt, start, off = 0; in __tld_fetch_key() local 188 return start + off; in __tld_fetch_key() 190 off += TLD_ROUND_UP(metadata[i].size, 8); in __tld_fetch_key() 211 long off = (tld_obj)->key_map->key.off; \ 215 if (likely(off > 0)) { \ 216 barrier_var(off); \ 217 if (likely(off < __PAGE_SIZE - size)) \ 218 data = _data + off; \ 220 cnt = -(off); \ [all …]
|
| /linux/scripts/gdb/linux/ |
| H A D | dmesg.py | 41 off = printk_ringbuffer_type.get_type()['desc_ring'].bitpos // 8 42 addr = prb_addr + off 47 off = prb_desc_ring_type.get_type()['count_bits'].bitpos // 8 48 desc_ring_count = 1 << utils.read_u32(desc_ring, off) 50 off = prb_desc_ring_type.get_type()['descs'].bitpos // 8 51 desc_addr = utils.read_ulong(desc_ring, off) 55 off = prb_desc_ring_type.get_type()['infos'].bitpos // 8 56 info_addr = utils.read_ulong(desc_ring, off) 59 off = printk_ringbuffer_type.get_type()['text_data_ring'].bitpos // 8 60 addr = prb_addr + off [all …]
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_tc_u32_parse.h | 39 int off; /* Offset from the beginning of the header to match */ member 104 { .off = 0, .val = cxgb4_fill_ipv4_tos }, 105 { .off = 4, .val = cxgb4_fill_ipv4_frag }, 106 { .off = 8, .val = cxgb4_fill_ipv4_proto }, 107 { .off = 12, .val = cxgb4_fill_ipv4_src_ip }, 108 { .off = 16, .val = cxgb4_fill_ipv4_dst_ip }, 204 { .off = 0, .val = cxgb4_fill_ipv6_tos }, 205 { .off = 4, .val = cxgb4_fill_ipv6_proto }, 206 { .off = 8, .val = cxgb4_fill_ipv6_src_ip0 }, 207 { .off = 12, .val = cxgb4_fill_ipv6_src_ip1 }, [all …]
|
| /linux/samples/bpf/ |
| H A D | bpf_insn.h | 15 .off = 0, \ 23 .off = 0, \ 33 .off = 0, \ 41 .off = 0, \ 51 .off = 0, \ 59 .off = 0, \ 69 .off = 0, \ 77 .off = 0, \ 89 .off = 0, \ 95 .off = 0, \ [all …]
|
| /linux/drivers/net/dsa/ |
| H A D | bcm_sf2.h | 128 static inline u32 bcm_sf2_mangle_addr(struct bcm_sf2_priv *priv, u32 off) in bcm_sf2_mangle_addr() argument 130 return off << priv->core_reg_align; in bcm_sf2_mangle_addr() 134 static inline u32 name##_readl(struct bcm_sf2_priv *priv, u32 off) \ 136 return readl_relaxed(priv->name + off); \ 139 u32 val, u32 off) \ 141 writel_relaxed(val, priv->name + off); \ 150 static inline u64 name##_readq(struct bcm_sf2_priv *priv, u32 off) \ 154 dir = name##_readl(priv, off); \ 160 u32 off) \ 164 name##_writel(priv, lower_32_bits(val), off); \ [all …]
|
| /linux/drivers/net/ethernet/netronome/nfp/nfpcore/ |
| H A D | nfp_rtsym.c | 227 u8 action, u8 token, u64 off, u32 *cpp_id, u64 *addr) in nfp_rtsym_to_dest() argument 235 *addr = sym->addr + off; in nfp_rtsym_to_dest() 258 u8 action, u8 token, u64 off, void *buf, size_t len) in __nfp_rtsym_read() argument 265 if (off > sym_size) { in __nfp_rtsym_read() 267 sym->name, off, len, sym_size); in __nfp_rtsym_read() 270 len = min_t(size_t, len, sym_size - off); in __nfp_rtsym_read() 276 memcpy(buf, &tmp[off], len); in __nfp_rtsym_read() 281 err = nfp_rtsym_to_dest(cpp, sym, action, token, off, &cpp_id, &addr); in __nfp_rtsym_read() 288 int nfp_rtsym_read(struct nfp_cpp *cpp, const struct nfp_rtsym *sym, u64 off, in nfp_rtsym_read() argument 291 return __nfp_rtsym_read(cpp, sym, NFP_CPP_ACTION_RW, 0, off, buf, len); in nfp_rtsym_read() [all …]
|
| /linux/drivers/vdpa/solidrun/ |
| H A D | snet_main.c | 320 u32 off, i, tmp; in snet_write_conf() local 345 off = snet->psnet->cfg.host_cfg_off; in snet_write_conf() 348 off += 4; in snet_write_conf() 349 snet_write32(snet, off, snet->psnet->negotiated_cfg_ver); in snet_write_conf() 350 off += 4; in snet_write_conf() 351 snet_write32(snet, off, snet->sid); in snet_write_conf() 352 off += 4; in snet_write_conf() 353 snet_write32(snet, off, snet->cfg->vq_num); in snet_write_conf() 354 off += 4; in snet_write_conf() 355 snet_write32(snet, off, snet->cfg_irq_idx); in snet_write_conf() [all …]
|