Home
last modified time | relevance | path

Searched refs:v64 (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/arch/powerpc/kernel/
Dvdso.c318 struct lib64_elfinfo *v64, in vdso_do_func_patch32() argument
353 struct lib64_elfinfo *v64, in vdso_do_func_patch32() argument
429 struct lib64_elfinfo *v64, in vdso_do_func_patch64() argument
434 sym64_gen = find_symbol64(v64, orig); in vdso_do_func_patch64()
443 sym64_fix = find_symbol64(v64, fix); in vdso_do_func_patch64()
461 struct lib64_elfinfo *v64) in vdso_do_find_sections() argument
485 v64->dynsym = find_section64(v64->hdr, ".dynsym", &v64->dynsymsize); in vdso_do_find_sections()
486 v64->dynstr = find_section64(v64->hdr, ".dynstr", NULL); in vdso_do_find_sections()
487 if (v64->dynsym == NULL || v64->dynstr == NULL) { in vdso_do_find_sections()
491 sect = find_section64(v64->hdr, ".text", NULL); in vdso_do_find_sections()
[all …]
/Linux-v4.19/drivers/ntb/hw/intel/
Dntb_hw_gen3.c263 union { u64 v64; u32 v32; u16 v16; } u; in ndev_ntb3_debugfs_read() member
320 u.v64 = ndev_db_read(ndev, mmio + ndev->self_reg->db_mask); in ndev_ntb3_debugfs_read()
322 "Doorbell Mask -\t\t%#llx\n", u.v64); in ndev_ntb3_debugfs_read()
324 u.v64 = ndev_db_read(ndev, mmio + ndev->self_reg->db_bell); in ndev_ntb3_debugfs_read()
326 "Doorbell Bell -\t\t%#llx\n", u.v64); in ndev_ntb3_debugfs_read()
331 u.v64 = ioread64(mmio + GEN3_IMBAR1XBASE_OFFSET); in ndev_ntb3_debugfs_read()
333 "IMBAR1XBASE -\t\t%#018llx\n", u.v64); in ndev_ntb3_debugfs_read()
335 u.v64 = ioread64(mmio + GEN3_IMBAR2XBASE_OFFSET); in ndev_ntb3_debugfs_read()
337 "IMBAR2XBASE -\t\t%#018llx\n", u.v64); in ndev_ntb3_debugfs_read()
339 u.v64 = ioread64(mmio + GEN3_IMBAR1XLMT_OFFSET); in ndev_ntb3_debugfs_read()
[all …]
Dntb_hw_gen1.c501 union { u64 v64; u32 v32; u16 v16; u8 v8; } u; in ndev_ntb_debugfs_read() member
570 u.v64 = ndev_db_read(ndev, mmio + ndev->self_reg->db_mask); in ndev_ntb_debugfs_read()
572 "Doorbell Mask -\t\t%#llx\n", u.v64); in ndev_ntb_debugfs_read()
574 u.v64 = ndev_db_read(ndev, mmio + ndev->self_reg->db_bell); in ndev_ntb_debugfs_read()
576 "Doorbell Bell -\t\t%#llx\n", u.v64); in ndev_ntb_debugfs_read()
616 u.v64 = ioread64(mmio + bar2_off(ndev->xlat_reg->bar2_xlat, 2)); in ndev_ntb_debugfs_read()
618 "XLAT23 -\t\t%#018llx\n", u.v64); in ndev_ntb_debugfs_read()
629 u.v64 = ioread64(mmio + bar2_off(ndev->xlat_reg->bar2_xlat, 4)); in ndev_ntb_debugfs_read()
631 "XLAT45 -\t\t%#018llx\n", u.v64); in ndev_ntb_debugfs_read()
634 u.v64 = ioread64(mmio + bar2_off(ndev->xlat_reg->bar2_limit, 2)); in ndev_ntb_debugfs_read()
[all …]
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/nfpcore/
Dnfp_target.c506 u64 v64; in nfp_encode_basic() local
527 v64 = GENMASK_ULL(iid_lsb + 5, iid_lsb); in nfp_encode_basic()
528 *addr &= ~v64; in nfp_encode_basic()
529 *addr |= ((u64)dest_island << iid_lsb) & v64; in nfp_encode_basic()
601 u64 v64; in nfp_encode_mu() local
616 v64 = GENMASK_ULL(iid_lsb + 5, iid_lsb); in nfp_encode_mu()
617 *addr &= ~v64; in nfp_encode_mu()
618 *addr |= (((u64)dest_island) << iid_lsb) & v64; in nfp_encode_mu()
623 v64 = GENMASK_ULL(iid_lsb + 5, iid_lsb); in nfp_encode_mu()
624 *addr &= ~v64; in nfp_encode_mu()
[all …]
/Linux-v4.19/drivers/dma/
Dfsldma.h94 typedef u64 __bitwise v64; typedef
98 v64 src_addr;
99 v64 dst_addr;
100 v64 next_ln_addr;
/Linux-v4.19/arch/x86/include/asm/
Ddiv64.h46 u64 v64; in div_u64_rem() member
59 return d.v64; in div_u64_rem()
/Linux-v4.19/net/ipv6/ila/
Dila_lwt.c235 p->locator.v64 = (__force __be64)nla_get_u64(tb[ILA_ATTR_LOCATOR]); in ila_build_state()
267 if (nla_put_u64_64bit(skb, ILA_ATTR_LOCATOR, (__force u64)p->locator.v64, in ila_fill_encap_info()
302 return (a_p->locator.v64 != b_p->locator.v64); in ila_encap_cmp()
Dila.h32 __be64 v64; member
55 __be64 v64; member
Dila_common.c18 if (!p->locator_match.v64) in ila_init_saved_csum()
28 if (p->locator_match.v64) in get_csum_diff_iaddr()
Dila_xlat.c72 return (ila->xp.ip.locator_match.v64 != *(__be64 *)arg->key); in ila_cmpfn()
102 xp->ip.locator.v64 = (__force __be64)nla_get_u64( in parse_nl_config()
106 xp->ip.locator_match.v64 = (__force __be64)nla_get_u64( in parse_nl_config()
429 (__force u64)ila->xp.ip.locator.v64, in ila_fill_info()
432 (__force u64)ila->xp.ip.locator_match.v64, in ila_fill_info()
/Linux-v4.19/net/ipv4/
Dtcp_cdg.c67 u64 v64; member
271 if (after(ack, ca->rtt_seq) && ca->rtt.v64) { in tcp_cdg_cong_avoid()
274 if (ca->rtt_prev.v64) in tcp_cdg_cong_avoid()
278 ca->rtt.v64 = 0; in tcp_cdg_cong_avoid()
365 ca->rtt.v64 = 0; in tcp_cdg_cwnd_event()
/Linux-v4.19/drivers/ntb/hw/amd/
Dntb_hw_amd.c719 union { u64 v64; u32 v32; u16 v16; } u; in ndev_debugfs_read() member
779 u.v64 = read64(mmio + AMD_BAR1XLAT_OFFSET); in ndev_debugfs_read()
781 "XLAT1 -\t\t%#018llx\n", u.v64); in ndev_debugfs_read()
783 u.v64 = read64(ndev->self_mmio + AMD_BAR23XLAT_OFFSET); in ndev_debugfs_read()
785 "XLAT23 -\t\t%#018llx\n", u.v64); in ndev_debugfs_read()
787 u.v64 = read64(ndev->self_mmio + AMD_BAR45XLAT_OFFSET); in ndev_debugfs_read()
789 "XLAT45 -\t\t%#018llx\n", u.v64); in ndev_debugfs_read()
795 u.v64 = read64(ndev->self_mmio + AMD_BAR23LMT_OFFSET); in ndev_debugfs_read()
797 "LMT23 -\t\t\t%#018llx\n", u.v64); in ndev_debugfs_read()
799 u.v64 = read64(ndev->self_mmio + AMD_BAR45LMT_OFFSET); in ndev_debugfs_read()
[all …]
/Linux-v4.19/drivers/net/can/
Ddev.c138 u64 v64; in can_calc_bittiming() local
191 v64 = (u64)best_bitrate_error * 1000; in can_calc_bittiming()
192 do_div(v64, bt->bitrate); in can_calc_bittiming()
193 bitrate_error = (u32)v64; in can_calc_bittiming()
208 v64 = (u64)best_brp * 1000 * 1000 * 1000; in can_calc_bittiming()
209 do_div(v64, priv->clock.freq); in can_calc_bittiming()
210 bt->tq = (u32)v64; in can_calc_bittiming()
/Linux-v4.19/Documentation/devicetree/bindings/mips/brcm/
Dsoc.txt92 "brcm,brcmstb-ddr-phy-v64.5"
100 compatible = "brcm,brcmstb-ddr-phy-v64.5";