/linux-4.4.14/drivers/misc/ |
D | pch_phub.c | 500 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/ |
D | mpx.c | 141 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/ |
D | errqueue.h | 21 u16 addr_offset; member
|
/linux-4.4.14/arch/arm/include/asm/ |
D | unwind.h | 33 unsigned long addr_offset; member
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | perf_event.h | 521 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()
|
D | perf_event_amd.c | 633 .addr_offset = amd_pmu_addr_offset,
|
/linux-4.4.14/arch/arm/kernel/ |
D | unwind.c | 147 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/ |
D | ni65.c | 181 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/ |
D | db-export.h | 45 u64 addr_offset; /* addr offset from symbol start */ member
|
D | db-export.c | 338 &es.addr_sym_db_id, &es.addr_offset); in db_export__sample()
|
/linux-4.4.14/net/ipv6/ |
D | datagram.c | 258 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/ |
D | hns_dsaf_rcb.c | 670 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/ |
D | ar-error.c | 54 addr = *(__be32 *)(skb_network_header(skb) + serr->addr_offset); in rxrpc_UDP_error_report()
|
/linux-4.4.14/drivers/crypto/qat/qat_common/ |
D | icp_qat_uclo.h | 306 unsigned int addr_offset; member
|
/linux-4.4.14/net/ipv4/ |
D | ip_sockglue.c | 388 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/ |
D | trace-event-python.c | 693 tuple_set_u64(t, 13, es->addr_offset); in python_export_sample()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/ |
D | phy_n.c | 14724 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()
|