Home
last modified time | relevance | path

Searched refs:addr_offset (Results 1 – 17 of 17) sorted by relevance

/linux-4.4.14/drivers/misc/
Dpch_phub.c500 unsigned int addr_offset; in pch_phub_bin_read() local
532 addr_offset = 0; in pch_phub_bin_read()
536 addr_offset = 0; in pch_phub_bin_read()
540 for (addr_offset = 0; addr_offset < count; addr_offset++) { in pch_phub_bin_read()
542 chip->pch_opt_rom_start_address + addr_offset + off, in pch_phub_bin_read()
543 &buf[addr_offset]); in pch_phub_bin_read()
552 return addr_offset; in pch_phub_bin_read()
567 unsigned int addr_offset; in pch_phub_bin_write() local
578 addr_offset = 0; in pch_phub_bin_write()
582 addr_offset = 0; in pch_phub_bin_write()
[all …]
/linux-4.4.14/arch/x86/mm/
Dmpx.c141 int addr_offset, base_offset, indx_offset; in mpx_get_addr_ref() local
149 addr_offset = get_reg_offset(insn, regs, REG_TYPE_RM); in mpx_get_addr_ref()
150 if (addr_offset < 0) in mpx_get_addr_ref()
152 addr = regs_get_register(regs, addr_offset); in mpx_get_addr_ref()
167 addr_offset = get_reg_offset(insn, regs, REG_TYPE_RM); in mpx_get_addr_ref()
168 if (addr_offset < 0) in mpx_get_addr_ref()
170 addr = regs_get_register(regs, addr_offset); in mpx_get_addr_ref()
/linux-4.4.14/include/linux/
Derrqueue.h21 u16 addr_offset; member
/linux-4.4.14/arch/arm/include/asm/
Dunwind.h33 unsigned long addr_offset; member
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event.h521 int (*addr_offset)(int index, bool eventsel); member
705 return x86_pmu.eventsel + (x86_pmu.addr_offset ? in x86_pmu_config_addr()
706 x86_pmu.addr_offset(index, true) : index); in x86_pmu_config_addr()
711 return x86_pmu.perfctr + (x86_pmu.addr_offset ? in x86_pmu_event_addr()
712 x86_pmu.addr_offset(index, false) : index); in x86_pmu_event_addr()
Dperf_event_amd.c633 .addr_offset = amd_pmu_addr_offset,
/linux-4.4.14/arch/arm/kernel/
Dunwind.c147 mid->addr_offset) in search_index()
157 if (likely(start->addr_offset <= addr_prel31)) in search_index()
172 if (mid->addr_offset >= 0x40000000) in unwind_find_origin()
/linux-4.4.14/drivers/net/ethernet/amd/
Dni65.c181 short addr_offset; member
192 .addr_offset = 0x8,
203 .addr_offset = 0x0,
214 .addr_offset = 0x0,
439 if(inb(ioaddr+cards[i].addr_offset+j) != cards[i].vendor_id[j]) { in ni65_probe1()
450 dev->dev_addr[j] = inb(ioaddr+cards[i].addr_offset+j); in ni65_probe1()
/linux-4.4.14/tools/perf/util/
Ddb-export.h45 u64 addr_offset; /* addr offset from symbol start */ member
Ddb-export.c338 &es.addr_sym_db_id, &es.addr_offset); in db_export__sample()
/linux-4.4.14/net/ipv6/
Ddatagram.c258 serr->addr_offset = (u8 *)&(((struct ipv6hdr *)(icmph + 1))->daddr) - in ipv6_icmp_error()
298 serr->addr_offset = (u8 *)&iph->daddr - skb_network_header(skb); in ipv6_local_error()
423 const struct ipv6hdr *ip6h = container_of((struct in6_addr *)(nh + serr->addr_offset), in ipv6_recv_error()
432 ipv6_addr_set_v4mapped(*(__be32 *)(nh + serr->addr_offset), in ipv6_recv_error()
/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_rcb.c670 u64 addr_offset = 0; in hns_rcb_common_get_paddr() local
676 addr_offset = RCB_COMMON_REG_OFFSET; in hns_rcb_common_get_paddr()
679 addr_offset = (comm_index - 1) * HNS_DSAF_DEBUG_NW_REG_OFFSET + in hns_rcb_common_get_paddr()
684 return phy_addr + addr_offset; in hns_rcb_common_get_paddr()
/linux-4.4.14/net/rxrpc/
Dar-error.c54 addr = *(__be32 *)(skb_network_header(skb) + serr->addr_offset); in rxrpc_UDP_error_report()
/linux-4.4.14/drivers/crypto/qat/qat_common/
Dicp_qat_uclo.h306 unsigned int addr_offset; member
/linux-4.4.14/net/ipv4/
Dip_sockglue.c388 serr->addr_offset = (u8 *)&(((struct iphdr *)(icmp_hdr(skb) + 1))->daddr) - in ip_icmp_error()
427 serr->addr_offset = (u8 *)&iph->daddr - skb_network_header(skb); in ip_local_error()
515 serr->addr_offset); in ip_recv_error()
/linux-4.4.14/tools/perf/util/scripting-engines/
Dtrace-event-python.c693 tuple_set_u64(t, 13, es->addr_offset); in python_export_sample()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_n.c14724 u16 addr_offset[] = { 0x186, 0x195, 0x2c5}; in wlc_phy_ipa_set_tx_digi_filts_nphy() local
14728 write_phy_reg(pi, addr_offset[type] + j, in wlc_phy_ipa_set_tx_digi_filts_nphy()
17143 u16 addr_offset = 0x2c5; in wlc_phy_extpa_set_tx_digi_filts_nphy() local
17146 write_phy_reg(pi, addr_offset + j, in wlc_phy_extpa_set_tx_digi_filts_nphy()