| /linux-4.4.14/arch/powerpc/kernel/ |
| D | vdso.c | 315 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/ |
| D | memset_64.c | 25 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/ |
| D | fsldma.h | 90 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/ |
| D | div64.h | 45 u64 v64; in div_u64_rem() member 58 return d.v64; in div_u64_rem()
|
| /linux-4.4.14/drivers/ntb/hw/intel/ |
| D | ntb_hw_intel.c | 558 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/ |
| D | tcp_cdg.c | 65 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()
|
| D | tcp_recovery.c | 85 if (tp->rack.mstamp.v64 && in tcp_rack_advance()
|
| D | syncookies.c | 351 treq->snt_synack.v64 = 0; in cookie_v4_check()
|
| D | tcp_input.c | 1199 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()
|
| D | tcp_minisocks.c | 551 newtp->rack.mstamp.v64 = 0; in tcp_create_openreq_child()
|
| /linux-4.4.14/drivers/net/can/ |
| D | dev.c | 111 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/ |
| D | syncookies.c | 210 treq->snt_synack.v64 = 0; in cookie_v6_check()
|
| /linux-4.4.14/tools/lguest/ |
| D | lguest.c | 255 #define cpu_to_le64(v64) (v64) argument 258 #define le64_to_cpu(v64) (v64) argument
|
| /linux-4.4.14/include/linux/ |
| D | skbuff.h | 424 u64 v64; member
|