Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/kernel/
Dvdso.c315 struct lib64_elfinfo *v64, in vdso_do_func_patch32() argument
350 struct lib64_elfinfo *v64, in vdso_do_func_patch32() argument
426 struct lib64_elfinfo *v64, in vdso_do_func_patch64() argument
431 sym64_gen = find_symbol64(v64, orig); in vdso_do_func_patch64()
440 sym64_fix = find_symbol64(v64, fix); in vdso_do_func_patch64()
458 struct lib64_elfinfo *v64) in vdso_do_find_sections() argument
482 v64->dynsym = find_section64(v64->hdr, ".dynsym", &v64->dynsymsize); in vdso_do_find_sections()
483 v64->dynstr = find_section64(v64->hdr, ".dynstr", NULL); in vdso_do_find_sections()
484 if (v64->dynsym == NULL || v64->dynstr == NULL) { in vdso_do_find_sections()
488 sect = find_section64(v64->hdr, ".text", NULL); in vdso_do_find_sections()
[all …]
/linux-4.4.14/arch/tile/lib/
Dmemset_64.c25 uint64_t v64; in memset() local
71 v64 = copy_byte(c); in memset()
92 *out64 = v64; in memset()
119 *out64++ = v64; in memset()
120 *out64++ = v64; in memset()
121 *out64++ = v64; in memset()
122 *out64++ = v64; in memset()
135 *out64 = v64; in memset()
/linux-4.4.14/drivers/dma/
Dfsldma.h90 typedef u64 __bitwise v64; typedef
94 v64 src_addr;
95 v64 dst_addr;
96 v64 next_ln_addr;
/linux-4.4.14/arch/x86/include/asm/
Ddiv64.h45 u64 v64; in div_u64_rem() member
58 return d.v64; in div_u64_rem()
/linux-4.4.14/drivers/ntb/hw/intel/
Dntb_hw_intel.c558 union { u64 v64; u32 v32; u16 v16; } u; in ndev_debugfs_read() member
626 u.v64 = ndev_db_read(ndev, mmio + ndev->self_reg->db_mask); in ndev_debugfs_read()
628 "Doorbell Mask -\t\t%#llx\n", u.v64); in ndev_debugfs_read()
630 u.v64 = ndev_db_read(ndev, mmio + ndev->self_reg->db_bell); in ndev_debugfs_read()
632 "Doorbell Bell -\t\t%#llx\n", u.v64); in ndev_debugfs_read()
637 u.v64 = ioread64(mmio + bar2_off(ndev->xlat_reg->bar2_xlat, 2)); in ndev_debugfs_read()
639 "XLAT23 -\t\t%#018llx\n", u.v64); in ndev_debugfs_read()
650 u.v64 = ioread64(mmio + bar2_off(ndev->xlat_reg->bar2_xlat, 4)); in ndev_debugfs_read()
652 "XLAT45 -\t\t%#018llx\n", u.v64); in ndev_debugfs_read()
655 u.v64 = ioread64(mmio + bar2_off(ndev->xlat_reg->bar2_limit, 2)); in ndev_debugfs_read()
[all …]
/linux-4.4.14/net/ipv4/
Dtcp_cdg.c65 u64 v64; member
270 if (after(ack, ca->rtt_seq) && ca->rtt.v64) { in tcp_cdg_cong_avoid()
273 if (ca->rtt_prev.v64) in tcp_cdg_cong_avoid()
277 ca->rtt.v64 = 0; in tcp_cdg_cong_avoid()
373 ca->rtt.v64 = 0; in tcp_cdg_cwnd_event()
Dtcp_recovery.c85 if (tp->rack.mstamp.v64 && in tcp_rack_advance()
Dsyncookies.c351 treq->snt_synack.v64 = 0; in cookie_v4_check()
Dtcp_input.c1199 if (state->first_sackt.v64 == 0) in tcp_sacktag_one()
2984 if (req && !req->num_retrans && tcp_rsk(req)->snt_synack.v64) { in tcp_synack_rtt_meas()
3115 first_ackt.v64 = 0; in tcp_clean_rtx_queue()
3147 WARN_ON_ONCE(last_ackt.v64 == 0); in tcp_clean_rtx_queue()
3148 if (!first_ackt.v64) in tcp_clean_rtx_queue()
3198 if (likely(first_ackt.v64) && !(flag & FLAG_RETRANS_DATA_ACKED)) { in tcp_clean_rtx_queue()
3202 if (sack->first_sackt.v64) { in tcp_clean_rtx_queue()
3526 sack_state.first_sackt.v64 = 0; in tcp_ack()
Dtcp_minisocks.c551 newtp->rack.mstamp.v64 = 0; in tcp_create_openreq_child()
/linux-4.4.14/drivers/net/can/
Ddev.c111 u64 v64; in can_calc_bittiming() local
177 v64 = (u64)best_brp * 1000000000UL; in can_calc_bittiming()
178 do_div(v64, priv->clock.freq); in can_calc_bittiming()
179 bt->tq = (u32)v64; in can_calc_bittiming()
/linux-4.4.14/net/ipv6/
Dsyncookies.c210 treq->snt_synack.v64 = 0; in cookie_v6_check()
/linux-4.4.14/tools/lguest/
Dlguest.c255 #define cpu_to_le64(v64) (v64) argument
258 #define le64_to_cpu(v64) (v64) argument
/linux-4.4.14/include/linux/
Dskbuff.h424 u64 v64; member