Home
last modified time | relevance | path

Searched refs:poff (Results 1 – 24 of 24) sorted by relevance

/linux-4.4.14/arch/x86/kernel/
Dalternative.c431 const s32 *poff; in alternatives_smp_lock() local
434 for (poff = start; poff < end; poff++) { in alternatives_smp_lock()
435 u8 *ptr = (u8 *)poff + *poff; in alternatives_smp_lock()
437 if (!*poff || ptr < text || ptr >= text_end) in alternatives_smp_lock()
449 const s32 *poff; in alternatives_smp_unlock() local
452 for (poff = start; poff < end; poff++) { in alternatives_smp_unlock()
453 u8 *ptr = (u8 *)poff + *poff; in alternatives_smp_unlock()
455 if (!*poff || ptr < text || ptr >= text_end) in alternatives_smp_unlock()
561 const s32 *poff; in alternatives_text_reserved() local
568 for (poff = mod->locks; poff < mod->locks_end; poff++) { in alternatives_text_reserved()
[all …]
/linux-4.4.14/drivers/video/fbdev/
Dcg14.c373 .poff = 0x80000000,
378 .poff = 0x80003000,
383 .poff = 0x80004000,
388 .poff = 0x80005000,
393 .poff = 0x80006000,
398 .poff = 0x80000000,
403 .poff = 0x00000000,
408 .poff = 0x80001000,
413 .poff = 0x01000000,
418 .poff = 0x02000000,
[all …]
Dffb.c715 .poff = FFB_SFB8R_POFF,
720 .poff = FFB_SFB8G_POFF,
725 .poff = FFB_SFB8B_POFF,
730 .poff = FFB_SFB8X_POFF,
735 .poff = FFB_SFB32_POFF,
740 .poff = FFB_SFB64_POFF,
745 .poff = FFB_FBC_REGS_POFF,
750 .poff = FFB_BM_FBC_REGS_POFF,
755 .poff = FFB_DFB8R_POFF,
760 .poff = FFB_DFB8G_POFF,
[all …]
Dleo.c349 .poff = LEO_OFF_SS0,
354 .poff = LEO_OFF_LC_SS0_USR,
359 .poff = LEO_OFF_LD_SS0,
364 .poff = LEO_OFF_LX_CURSOR,
369 .poff = LEO_OFF_SS1,
374 .poff = LEO_OFF_LC_SS1_USR,
379 .poff = LEO_OFF_LD_SS1,
384 .poff = LEO_OFF_UNK,
389 .poff = LEO_OFF_LX_KRN,
394 .poff = LEO_OFF_LC_SS0_KRN,
[all …]
Dcg6.c550 .poff = CG6_FBC_OFFSET,
555 .poff = CG6_TEC_OFFSET,
560 .poff = CG6_BROOKTREE_OFFSET,
565 .poff = CG6_FHC_OFFSET,
570 .poff = CG6_THC_OFFSET,
575 .poff = CG6_ROM_OFFSET,
580 .poff = CG6_RAM_OFFSET,
585 .poff = CG6_DHC_OFFSET,
Digafb.c56 unsigned long poff; member
248 map_offset = par->mmap_map[i].poff + (offset - start); in igafb_mmap()
543 par->mmap_map[0].poff = par->frame_buffer_phys & PAGE_MASK; in igafb_init()
550 par->mmap_map[1].poff = info->fix.smem_start & PAGE_MASK; in igafb_init()
Dsbuslib.h7 unsigned long poff; member
Dsbuslib.c75 map_offset = (physbase + map[i].poff) & POFF_MASK; in sbusfb_mmap_helper()
Dcg3.c220 .poff = CG3_RAM_OFFSET,
Dtcx.c438 par->mmap_map[i].poff = op->resource[j].start; in tcx_probe()
/linux-4.4.14/net/core/
Dflow_dissector.c85 int poff = proto_ports_offset(ip_proto); in __skb_flow_get_ports() local
92 if (poff >= 0) { in __skb_flow_get_ports()
95 ports = __skb_header_pointer(skb, thoff + poff, in __skb_flow_get_ports()
741 u32 poff = keys->control.thoff; in __skb_get_poff() local
749 doff = __skb_header_pointer(skb, poff + 12, sizeof(_doff), in __skb_get_poff()
752 return poff; in __skb_get_poff()
754 poff += max_t(u32, sizeof(struct tcphdr), (*doff & 0xF0) >> 2); in __skb_get_poff()
759 poff += sizeof(struct udphdr); in __skb_get_poff()
765 poff += sizeof(struct icmphdr); in __skb_get_poff()
768 poff += sizeof(struct icmp6hdr); in __skb_get_poff()
[all …]
Dskbuff.c1802 static bool __splice_segment(struct page *page, unsigned int poff, in __splice_segment() argument
1819 poff += *off; in __splice_segment()
1826 if (spd_fill_page(spd, pipe, page, &flen, poff, in __splice_segment()
1829 poff += flen; in __splice_segment()
/linux-4.4.14/samples/bpf/
Dsockex2_kern.c104 int poff; in flow_dissector() local
175 poff = proto_ports_offset(ip_proto); in flow_dissector()
176 if (poff >= 0) { in flow_dissector()
177 nhoff += poff; in flow_dissector()
Dsockex3_kern.c142 int poff; in parse_ip_proto() local
/linux-4.4.14/net/netfilter/
Dnf_nat_sip.c180 unsigned int olen, matchend, poff, plen, buflen, n; in nf_nat_sip() local
209 "maddr=", &poff, &plen, in nf_nat_sip()
217 poff, plen, buffer, buflen)) { in nf_nat_sip()
226 "received=", &poff, &plen, in nf_nat_sip()
234 poff, plen, buffer, buflen)) { in nf_nat_sip()
243 "rport=", &poff, &plen, in nf_nat_sip()
250 poff, plen, buffer, buflen)) { in nf_nat_sip()
Dxt_hashlimit.c524 int poff; in hashlimit_init_dst() local
573 poff = proto_ports_offset(nexthdr); in hashlimit_init_dst()
574 if (poff >= 0) { in hashlimit_init_dst()
575 ports = skb_header_pointer(skb, protoff + poff, sizeof(_ports), in hashlimit_init_dst()
/linux-4.4.14/drivers/staging/rts5208/
Drtsx_transport.c81 unsigned int poff = in rtsx_stor_access_xfer_buf() local
103 PAGE_SIZE - poff); in rtsx_stor_access_xfer_buf()
107 memcpy(ptr + poff, buffer + cnt, plen); in rtsx_stor_access_xfer_buf()
109 memcpy(buffer + cnt, ptr + poff, plen); in rtsx_stor_access_xfer_buf()
113 poff = 0; in rtsx_stor_access_xfer_buf()
/linux-4.4.14/net/ipv4/netfilter/
Dipt_CLUSTERIP.c248 int poff; in clusterip_hashfn() local
250 poff = proto_ports_offset(iph->protocol); in clusterip_hashfn()
251 if (poff >= 0) { in clusterip_hashfn()
255 ports = skb_header_pointer(skb, iph->ihl * 4 + poff, 4, _ports); in clusterip_hashfn()
/linux-4.4.14/kernel/
Drelay.c1215 unsigned int pidx, poff, total_len, subbuf_pages, nr_pages; in subbuf_splice_actor() local
1250 poff = read_start & ~PAGE_MASK; in subbuf_splice_actor()
1260 this_len = min_t(unsigned long, len, PAGE_SIZE - poff); in subbuf_splice_actor()
1264 spd.partial[spd.nr_pages].offset = poff; in subbuf_splice_actor()
1276 poff = 0; in subbuf_splice_actor()
/linux-4.4.14/drivers/video/fbdev/aty/
Datyfb_base.c209 unsigned long poff; member
1976 map_offset = par->mmap_map[i].poff + (offset - start); in atyfb_mmap()
2999 par->mmap_map[j].poff = base & PAGE_MASK; in atyfb_setup_sparc()
3012 par->mmap_map[j].poff = (base + 0x800000) & PAGE_MASK; in atyfb_setup_sparc()
3021 par->mmap_map[j].poff = base & PAGE_MASK; in atyfb_setup_sparc()
3589 par->mmap_map[0].poff = (unsigned long) info->screen_base & PAGE_MASK; in atyfb_pci_probe()
3594 par->mmap_map[1].poff = (long)par->ati_regbase & PAGE_MASK; in atyfb_pci_probe()
/linux-4.4.14/fs/ext4/
Dmballoc.c989 int block, pnum, poff; in ext4_mb_get_buddy_page_lock() local
1004 poff = block % blocks_per_page; in ext4_mb_get_buddy_page_lock()
1010 e4b->bd_bitmap = page_address(page) + (poff * sb->s_blocksize); in ext4_mb_get_buddy_page_lock()
1118 int poff; in ext4_mb_load_buddy() local
1155 poff = block % blocks_per_page; in ext4_mb_load_buddy()
1181 (poff * sb->s_blocksize)); in ext4_mb_load_buddy()
1197 e4b->bd_bitmap = page_address(page) + (poff * sb->s_blocksize); in ext4_mb_load_buddy()
1201 poff = block % blocks_per_page; in ext4_mb_load_buddy()
1231 e4b->bd_buddy = page_address(page) + (poff * sb->s_blocksize); in ext4_mb_load_buddy()
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_request.c1301 int poff = pg->off & ~CFS_PAGE_MASK; in osc_brw_prep_request() local
1306 (ergo(i == 0, poff + pg->count == PAGE_CACHE_SIZE) && in osc_brw_prep_request()
1308 poff == 0 && pg->count == PAGE_CACHE_SIZE) && in osc_brw_prep_request()
1309 ergo(i == page_count - 1, poff == 0)), in osc_brw_prep_request()
1321 ptlrpc_prep_bulk_page_pin(desc, pg->pg, poff, pg->count); in osc_brw_prep_request()
/linux-4.4.14/arch/ia64/hp/common/
Dsba_iommu.c920 unsigned long poff, size_t size, in sba_map_page() argument
925 void *addr = page_address(page) + poff; in sba_map_page()
/linux-4.4.14/Documentation/networking/
Dfilter.txt273 poff Payload start offset