Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/kernel/
Dvdso.c292 struct lib64_elfinfo *v64, in vdso_do_func_patch32() argument
327 struct lib64_elfinfo *v64, in vdso_do_func_patch32() argument
403 struct lib64_elfinfo *v64, in vdso_do_func_patch64() argument
408 sym64_gen = find_symbol64(v64, orig); in vdso_do_func_patch64()
417 sym64_fix = find_symbol64(v64, fix); in vdso_do_func_patch64()
435 struct lib64_elfinfo *v64) in vdso_do_find_sections() argument
459 v64->dynsym = find_section64(v64->hdr, ".dynsym", &v64->dynsymsize); in vdso_do_find_sections()
460 v64->dynstr = find_section64(v64->hdr, ".dynstr", NULL); in vdso_do_find_sections()
461 if (v64->dynsym == NULL || v64->dynstr == NULL) { in vdso_do_find_sections()
465 sect = find_section64(v64->hdr, ".text", NULL); in vdso_do_find_sections()
[all …]
/Linux-v5.4/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.c499 union { u64 v64; u32 v32; u16 v16; u8 v8; } u; in ndev_ntb_debugfs_read() member
568 u.v64 = ndev_db_read(ndev, mmio + ndev->self_reg->db_mask); in ndev_ntb_debugfs_read()
570 "Doorbell Mask -\t\t%#llx\n", u.v64); in ndev_ntb_debugfs_read()
572 u.v64 = ndev_db_read(ndev, mmio + ndev->self_reg->db_bell); in ndev_ntb_debugfs_read()
574 "Doorbell Bell -\t\t%#llx\n", u.v64); in ndev_ntb_debugfs_read()
614 u.v64 = ioread64(mmio + bar2_off(ndev->xlat_reg->bar2_xlat, 2)); in ndev_ntb_debugfs_read()
616 "XLAT23 -\t\t%#018llx\n", u.v64); in ndev_ntb_debugfs_read()
627 u.v64 = ioread64(mmio + bar2_off(ndev->xlat_reg->bar2_xlat, 4)); in ndev_ntb_debugfs_read()
629 "XLAT45 -\t\t%#018llx\n", u.v64); in ndev_ntb_debugfs_read()
632 u.v64 = ioread64(mmio + bar2_off(ndev->xlat_reg->bar2_limit, 2)); in ndev_ntb_debugfs_read()
[all …]
/Linux-v5.4/drivers/net/ethernet/netronome/nfp/nfpcore/
Dnfp_target.c480 u64 v64; in nfp_encode_basic() local
501 v64 = GENMASK_ULL(iid_lsb + 5, iid_lsb); in nfp_encode_basic()
502 *addr &= ~v64; in nfp_encode_basic()
503 *addr |= ((u64)dest_island << iid_lsb) & v64; in nfp_encode_basic()
575 u64 v64; in nfp_encode_mu() local
590 v64 = GENMASK_ULL(iid_lsb + 5, iid_lsb); in nfp_encode_mu()
591 *addr &= ~v64; in nfp_encode_mu()
592 *addr |= (((u64)dest_island) << iid_lsb) & v64; in nfp_encode_mu()
597 v64 = GENMASK_ULL(iid_lsb + 5, iid_lsb); in nfp_encode_mu()
598 *addr &= ~v64; in nfp_encode_mu()
[all …]
/Linux-v5.4/drivers/dma/
Dfsldma.h89 typedef u64 __bitwise v64; typedef
93 v64 src_addr;
94 v64 dst_addr;
95 v64 next_ln_addr;
/Linux-v5.4/net/ipv6/ila/
Dila_lwt.c236 p->locator.v64 = (__force __be64)nla_get_u64(tb[ILA_ATTR_LOCATOR]); in ila_build_state()
268 if (nla_put_u64_64bit(skb, ILA_ATTR_LOCATOR, (__force u64)p->locator.v64, in ila_fill_encap_info()
303 return (a_p->locator.v64 != b_p->locator.v64); in ila_encap_cmp()
Dila.h27 __be64 v64; member
50 __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()
427 (__force u64)ila->xp.ip.locator.v64, in ila_fill_info()
430 (__force u64)ila->xp.ip.locator_match.v64, in ila_fill_info()
/Linux-v5.4/arch/x86/include/asm/
Ddiv64.h46 u64 v64; in div_u64_rem() member
59 return d.v64; in div_u64_rem()
/Linux-v5.4/net/ipv4/
Dtcp_cdg.c68 u64 v64; member
272 if (after(ack, ca->rtt_seq) && ca->rtt.v64) { in tcp_cdg_cong_avoid()
275 if (ca->rtt_prev.v64) in tcp_cdg_cong_avoid()
279 ca->rtt.v64 = 0; in tcp_cdg_cong_avoid()
366 ca->rtt.v64 = 0; in tcp_cdg_cwnd_event()
/Linux-v5.4/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-v5.4/arch/x86/boot/
Dstring.c205 u64 v64; in __div_u64_rem() member
218 return d.v64; in __div_u64_rem()
/Linux-v5.4/drivers/net/can/
Ddev.c131 u64 v64; in can_calc_bittiming() local
185 v64 = (u64)best_bitrate_error * 1000; in can_calc_bittiming()
186 do_div(v64, bt->bitrate); in can_calc_bittiming()
187 bitrate_error = (u32)v64; in can_calc_bittiming()
203 v64 = (u64)best_brp * 1000 * 1000 * 1000; in can_calc_bittiming()
204 do_div(v64, priv->clock.freq); in can_calc_bittiming()
205 bt->tq = (u32)v64; in can_calc_bittiming()
/Linux-v5.4/Documentation/devicetree/bindings/mips/brcm/
Dsoc.txt92 "brcm,brcmstb-ddr-phy-v64.5"
100 compatible = "brcm,brcmstb-ddr-phy-v64.5";