/linux/drivers/video/fbdev/ |
H A D | cg14.c | 366 .poff = 0x80000000, 371 .poff = 0x80003000, 376 .poff = 0x80004000, 381 .poff = 0x80005000, 386 .poff = 0x80006000, 391 .poff = 0x80000000, 396 .poff = 0x00000000, 401 .poff = 0x80001000, 406 .poff = 0x01000000, 411 .poff [all...] |
H A D | ffb.c | 716 .poff = FFB_SFB8R_POFF, 721 .poff = FFB_SFB8G_POFF, 726 .poff = FFB_SFB8B_POFF, 731 .poff = FFB_SFB8X_POFF, 736 .poff = FFB_SFB32_POFF, 741 .poff = FFB_SFB64_POFF, 746 .poff = FFB_FBC_REGS_POFF, 751 .poff = FFB_BM_FBC_REGS_POFF, 756 .poff = FFB_DFB8R_POFF, 761 .poff [all...] |
H A D | leo.c | 344 .poff = LEO_OFF_SS0, 349 .poff = LEO_OFF_LC_SS0_USR, 354 .poff = LEO_OFF_LD_SS0, 359 .poff = LEO_OFF_LX_CURSOR, 364 .poff = LEO_OFF_SS1, 369 .poff = LEO_OFF_LC_SS1_USR, 374 .poff = LEO_OFF_LD_SS1, 379 .poff = LEO_OFF_UNK, 384 .poff = LEO_OFF_LX_KRN, 389 .poff [all...] |
H A D | cg6.c | 551 .poff = CG6_FBC_OFFSET, 556 .poff = CG6_TEC_OFFSET, 561 .poff = CG6_BROOKTREE_OFFSET, 566 .poff = CG6_FHC_OFFSET, 571 .poff = CG6_THC_OFFSET, 576 .poff = CG6_ROM_OFFSET, 581 .poff = CG6_RAM_OFFSET, 586 .poff = CG6_DHC_OFFSET,
|
H A D | cg3.c | 215 .poff = CG3_RAM_OFFSET,
|
H A D | tcx.c | 431 par->mmap_map[i].poff = op->resource[j].start; in tcx_probe()
|
/linux/arch/mips/kernel/ |
H A D | process.c | 223 static inline int is_ra_save_ins(union mips_instruction *ip, int *poff) in is_ra_save_ins() argument 241 *poff = ip->mm16_r5_format.imm; in is_ra_save_ins() 242 *poff = (*poff << 2) / sizeof(ulong); in is_ra_save_ins() 248 *poff = ip->mm16_m_format.imm; in is_ra_save_ins() 249 *poff += 1 + ip->mm16_m_format.rlist; in is_ra_save_ins() 250 *poff = (*poff << 2) / sizeof(ulong); in is_ra_save_ins() 269 *poff = ip->i_format.simmediate / sizeof(ulong); in is_ra_save_ins() 280 *poff in is_ra_save_ins() [all...] |
/linux/fs/iomap/ |
H A D | buffered-io.c | 231 size_t poff = offset_in_folio(folio, *pos); in iomap_adjust_read_range() local 232 size_t plen = min_t(loff_t, folio_size(folio) - poff, length); in iomap_adjust_read_range() 234 unsigned first = poff >> block_bits; in iomap_adjust_read_range() 235 unsigned last = (poff + plen - 1) >> block_bits; in iomap_adjust_read_range() 250 poff += block_size; in iomap_adjust_read_range() 277 *offp = poff; in iomap_adjust_read_range() 368 size_t poff, plen; in iomap_readpage_iter() local 381 iomap_adjust_read_range(iter->inode, folio, &pos, length, &poff, &plen); in iomap_readpage_iter() 386 folio_zero_range(folio, poff, plen); in iomap_readpage_iter() 387 iomap_set_range_uptodate(folio, poff, ple in iomap_readpage_iter() 697 size_t poff, plen; __iomap_write_begin() local 1616 size_t poff = offset_in_folio(folio, isize); iomap_writeback_handle_eof() local [all...] |
H A D | ioend.c | 155 size_t poff = offset_in_folio(folio, pos); in iomap_add_to_ioend() local 194 if (!bio_add_folio(&ioend->io_bio, folio, map_len, poff)) in iomap_add_to_ioend()
|
/linux/samples/bpf/ |
H A D | sockex2_kern.c | 105 int poff; in flow_dissector() local 176 poff = proto_ports_offset(ip_proto); in flow_dissector() 177 if (poff >= 0) { in flow_dissector() 178 nhoff += poff; in flow_dissector()
|
H A D | sockex3_kern.c | 110 int poff; in parse_ip_proto() local
|
/linux/net/sunrpc/ |
H A D | socklib.c | 68 unsigned int poff = xdr->page_base & ~PAGE_MASK; in xdr_partial_copy_from_skb() local 83 unsigned int len = min(PAGE_SIZE - poff, pglen); in xdr_partial_copy_from_skb() 98 ret = xdr_skb_read_bits(desc, kaddr + poff, len); in xdr_partial_copy_from_skb() 107 poff = 0; in xdr_partial_copy_from_skb()
|
/linux/arch/x86/kernel/ |
H A D | alternative.c | 2028 const s32 *poff; in alternatives_smp_lock() local 2030 for (poff = start; poff < end; poff++) { in alternatives_smp_lock() 2031 u8 *ptr = (u8 *)poff + *poff; in alternatives_smp_lock() 2033 if (!*poff || ptr < text || ptr >= text_end) in alternatives_smp_lock() 2044 const s32 *poff; in alternatives_smp_unlock() local 2046 for (poff = start; poff < en in alternatives_smp_unlock() 2156 const s32 *poff; alternatives_text_reserved() local [all...] |
/linux/net/core/ |
H A D | flow_dissector.c | 116 * The function will try to retrieve the ports at offset thoff + poff where poff 122 int poff = proto_ports_offset(ip_proto); in skb_flow_get_ports() local 129 if (poff >= 0) { in skb_flow_get_ports() 132 ports = __skb_header_pointer(skb, thoff + poff, in skb_flow_get_ports() 1922 u32 poff = keys->control.thoff; in __skb_get_poff() local 1927 return poff; in __skb_get_poff() 1935 doff = __skb_header_pointer(skb, poff + 12, sizeof(_doff), in __skb_get_poff() 1938 return poff; in __skb_get_poff() 1940 poff in __skb_get_poff() [all...] |
/linux/net/netfilter/ |
H A D | nf_nat_sip.c | 182 unsigned int olen, matchend, poff, plen, buflen, n; in nf_nat_sip() local 211 "maddr=", &poff, &plen, in nf_nat_sip() 219 poff, plen, buffer, buflen)) { in nf_nat_sip() 228 "received=", &poff, &plen, in nf_nat_sip() 236 poff, plen, buffer, buflen)) { in nf_nat_sip() 245 "rport=", &poff, &plen, in nf_nat_sip() 252 poff, plen, buffer, buflen)) { in nf_nat_sip()
|
H A D | xt_hashlimit.c | 645 int poff; in hashlimit_init_dst() local 694 poff = proto_ports_offset(nexthdr); in hashlimit_init_dst() 695 if (poff >= 0) { in hashlimit_init_dst() 696 ports = skb_header_pointer(skb, protoff + poff, sizeof(_ports), in hashlimit_init_dst()
|
/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | nv50.c | 50 const u32 poff = nv50_ior_base(pior); in nv50_pior_clock() local 52 nvkm_mask(device, 0x614380 + poff, 0x00000707, 0x00000001); in nv50_pior_clock() 71 nv50_pior_power_wait(struct nvkm_device *device, u32 poff) in nv50_pior_power_wait() argument 74 if (!(nvkm_rd32(device, 0x61e004 + poff) & 0x80000000)) in nv50_pior_power_wait() 83 const u32 poff = nv50_ior_base(pior); in nv50_pior_power() local 88 nv50_pior_power_wait(device, poff); in nv50_pior_power() 89 nvkm_mask(device, 0x61e004 + poff, field, state); in nv50_pior_power() 90 nv50_pior_power_wait(device, poff); in nv50_pior_power()
|
H A D | gv100.c | 378 const u32 poff = chan->chid.ctrl * 0x10; in gv100_disp_dmac_init() local 381 nvkm_wr32(device, 0x610b24 + poff, lower_32_bits(chan->push)); in gv100_disp_dmac_init() 382 nvkm_wr32(device, 0x610b20 + poff, upper_32_bits(chan->push)); in gv100_disp_dmac_init() 383 nvkm_wr32(device, 0x610b28 + poff, 0x00000001); in gv100_disp_dmac_init() 384 nvkm_wr32(device, 0x610b2c + poff, 0x00000040); in gv100_disp_dmac_init()
|
/linux/fs/smb/client/ |
H A D | reparse.c | 68 u16 len, plen, poff, slen; in create_native_symlink() local 198 poff = 0; in create_native_symlink() 205 poff = 4; in create_native_symlink() 206 plen -= 2 * poff; in create_native_symlink() 224 memcpy(buf->PathBuffer, path+poff, plen); in create_native_symlink()
|
/linux/drivers/net/ethernet/sfc/ |
H A D | tc_counters.c | 410 #define TCV2_PKT_PTR(pkt, poff, i, field) \ argument 412 (pkt) + ERF_SC_PACKETISER_PAYLOAD_##field##_LBN/8 + poff + \
|
/linux/fs/erofs/ |
H A D | zdata.c | 538 pgoff_t poff = pcl->pos >> PAGE_SHIFT; in z_erofs_bind_cache() local 555 folio = filemap_get_folio(mc, poff + i); in z_erofs_bind_cache() 1145 int poff = bvec->offset + be->pcl->pageofs_out; in z_erofs_do_decompressed_bvec() local 1149 if (!(poff & ~PAGE_MASK) && (bvec->end == PAGE_SIZE || in z_erofs_do_decompressed_bvec() 1151 DBG_BUGON((poff >> PAGE_SHIFT) >= be->nr_pages); in z_erofs_do_decompressed_bvec() 1152 page = be->decompressed_pages + (poff >> PAGE_SHIFT); in z_erofs_do_decompressed_bvec()
|
/linux/drivers/video/fbdev/aty/ |
H A D | atyfb_base.c | 219 unsigned long poff; member 1974 map_offset = par->mmap_map[i].poff + (offset - start); in atyfb_mmap() 3006 par->mmap_map[j].poff = base & PAGE_MASK; in atyfb_setup_sparc() 3019 par->mmap_map[j].poff = (base + 0x800000) & PAGE_MASK; in atyfb_setup_sparc() 3028 par->mmap_map[j].poff = base & PAGE_MASK; in atyfb_setup_sparc() 3594 par->mmap_map[0].poff = (unsigned long) info->screen_base & PAGE_MASK; in atyfb_pci_probe() 3599 par->mmap_map[1].poff = (long)par->ati_regbase & PAGE_MASK; in atyfb_pci_probe()
|
/linux/fs/ext4/ |
H A D | mballoc.c | 1522 int block, pnum, poff; in ext4_mb_get_buddy_page_lock() local 1537 poff = block % blocks_per_page; in ext4_mb_get_buddy_page_lock() 1544 e4b->bd_bitmap = folio_address(folio) + (poff * sb->s_blocksize); in ext4_mb_get_buddy_page_lock() 1655 int poff; in ext4_mb_load_buddy_gfp() local 1694 poff = block % blocks_per_page; in ext4_mb_load_buddy_gfp() 1726 (poff * sb->s_blocksize)); in ext4_mb_load_buddy_gfp() 1742 e4b->bd_bitmap = folio_address(folio) + (poff * sb->s_blocksize); in ext4_mb_load_buddy_gfp() 1746 poff = block % blocks_per_page; in ext4_mb_load_buddy_gfp() 1784 e4b->bd_buddy = folio_address(folio) + (poff * sb->s_blocksize); in ext4_mb_load_buddy_gfp()
|
/linux/fs/btrfs/ |
H A D | inode.c | 864 unsigned int poff; in compress_file_range() local 968 poff = offset_in_page(total_compressed); in compress_file_range() 969 if (poff) in compress_file_range() 970 folio_zero_range(folios[nr_folios - 1], poff, PAGE_SIZE - poff); in compress_file_range()
|
/linux/Documentation/networking/ |
H A D | filter.rst | 296 poff Payload start offset
|