/linux-4.4.14/drivers/clk/imx/ |
D | clk-pllv1.c | 55 unsigned long long ull; in clk_pllv1_recalc_rate() local 97 ull = (unsigned long long)rate * mfn_abs; in clk_pllv1_recalc_rate() 99 do_div(ull, mfd + 1); in clk_pllv1_recalc_rate() 102 ull = (rate * mfi) - ull; in clk_pllv1_recalc_rate() 104 ull = (rate * mfi) + ull; in clk_pllv1_recalc_rate() 106 return ull; in clk_pllv1_recalc_rate()
|
/linux-4.4.14/arch/parisc/lib/ |
D | ucmpdi2.c | 4 unsigned long long ull; member 13 union ull_union au = {.ull = a}; in __ucmpdi2() 14 union ull_union bu = {.ull = b}; in __ucmpdi2()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | spu.h | 425 #define MFC_CNTL_RESUME_DMA_QUEUE (0ull << 0) 429 #define MFC_CNTL_NORMAL_DMA_QUEUE_OPERATION (0ull << 8) 625 #define MFC_LSACR_COMPARE_MASK ((~0ull) << 32) 626 #define MFC_LSACR_COMPARE_ADDR ((~0ull) >> 32) 631 #define MFC_LSCRR_QI_MASK ((~0ull) << MFC_LSCRR_QI_SHIFT) 676 #define SPU_ECC_CNTL_E (1ull << 0ull)
|
/linux-4.4.14/fs/logfs/ |
D | logfs_abi.h | 196 #define LOGFS_FEATURES_INCOMPAT (0ull) 197 #define LOGFS_FEATURES_RO_COMPAT (0ull) 198 #define LOGFS_FEATURES_COMPAT (0ull)
|
D | logfs.h | 721 return ~0ull << logfs_block_shift(sb, level); in logfs_block_mask()
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-pip.h | 47 CVMX_PIP_L4_NO_ERR = 0ull, 78 CVMX_PIP_IP_NO_ERR = 0ull, 102 CVMX_PIP_RX_NO_ERR = 0ull,
|
D | cvmx-pip-defs.h | 40 CVMX_PIP_PORT_CFG_MODE_NONE = 0ull,
|
/linux-4.4.14/drivers/infiniband/core/ |
D | packer.c | 101 mask = cpu_to_be64((~0ull >> (64 - desc[i].size_bits)) << shift); in ib_pack() 181 mask = (~0ull >> (64 - desc[i].size_bits)) << shift; in ib_unpack()
|
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
D | spu_utils.h | 28 unsigned long long ull; member
|
D | switch.c | 849 u64 ull; in set_signot1() member 858 addr64.ull = (u64) csa->lscsa; in set_signot1() 867 u64 ull; in set_signot2() member 876 addr64.ull = (u64) csa->lscsa; in set_signot2()
|
D | file.c | 148 __simple_attr_check_format(__fmt, 0ull); \
|
/linux-4.4.14/fs/ocfs2/ |
D | ocfs2_trace.h | 304 TP_PROTO(unsigned long long ull, int value1, int value2, int value3), 305 TP_ARGS(ull, value1, value2, value3), 307 __field( unsigned long long, ull ) 313 __entry->ull = ull; 319 __entry->ull, __entry->value1, 325 TP_PROTO(unsigned long long ull, int value1, \ 327 TP_ARGS(ull, value1, value2, value3)) 330 TP_PROTO(unsigned long long ull, unsigned int value1, 332 TP_ARGS(ull, value1, value2, value3), 334 __field(unsigned long long, ull) [all …]
|
/linux-4.4.14/arch/powerpc/mm/ |
D | init_32.c | 62 phys_addr_t memstart_addr = (phys_addr_t)~0ull;
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | chip.c | 146 #define LRH_BTH_QW 0ull 155 #define LRH_SC_QW 0ull 160 #define LRH_SC_VALUE 0ull 617 /* 0*/ FLAG_ENTRY0("Reserved", 0ull), 3013 write_csr(dd, DC_DC8051_CFG_RST, 0ull); in dc_start() 3264 freeze ? ALL_FROZE : 0ull); in wait_for_freeze_status() 5357 write_csr(dd, DC_LCB_ERR_EN, ~0ull); /* watch LCB errors */ in do_quick_linkup() 6313 write_csr(dd, DC_LCB_ERR_EN, ~0ull); /* watch LCB errors */ in goto_offline() 8724 write_csr(dd, CCE_INT_MASK + (8*i), 0ull); in set_intr_state() 9392 write_csr(dd, CCE_ERR_CLEAR, ~0ull); in reset_cce_csrs() [all …]
|
D | firmware.c | 318 reg = (code ? DC_DC8051_CFG_RAM_ACCESS_SETUP_RAM_SEL_SMASK : 0ull) in write_8051() 906 write_csr(dd, DC_DC8051_CFG_RST, 0ull); in load_8051_firmware()
|
D | pcie.c | 1193 if (reg == ~0ull) { /* PCIe read failed/timeout */ in do_pcie_gen3_transition()
|
D | pio.c | 104 mask = (((~0ull)<<num_vls) & SEND_CTRL_UNSUPPORTED_VL_MASK)<< in pio_send_control()
|
D | sdma.c | 1746 write_sde_csr(sde, SD(ENG_ERR_MASK), ~0ull); in init_sdma_regs()
|
/linux-4.4.14/drivers/block/ |
D | skd_s1120.h | 27 #define FIT_QCMD_FLUSH_QUEUE (0ull) /* add QID */
|
/linux-4.4.14/drivers/infiniband/hw/cxgb3/ |
D | iwch_mem.c | 174 buffer_list[0].addr &= ~0ull << *shift; in build_phys_page_list()
|
/linux-4.4.14/kernel/sched/ |
D | clock.c | 303 return 0ull; in sched_clock_cpu()
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | locking.txt | 94 spte = 0ull; 102 old_spte = xchg(spte, 0ull)
|
/linux-4.4.14/lib/ |
D | kstrtox.c | 72 if (unlikely(res & (~0ull << 60))) { in _parse_integer()
|
/linux-4.4.14/drivers/scsi/ |
D | scsi_error.c | 2443 u64 ull; in scsi_get_sense_info_fld() local 2462 ull = 0; in scsi_get_sense_info_fld() 2465 ull <<= 8; in scsi_get_sense_info_fld() 2466 ull |= ucp[4 + j]; in scsi_get_sense_info_fld() 2468 *info_out = ull; in scsi_get_sense_info_fld()
|
/linux-4.4.14/include/ras/ |
D | ras_event.h | 56 __entry->pa = ~0ull;
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | en_main.c | 298 if (mlx4_mr_alloc(mdev->dev, mdev->priv_pdn, 0, ~0ull, in mlx4_en_add()
|
/linux-4.4.14/arch/mips/cavium-octeon/executive/ |
D | cvmx-bootmem.c | 240 address_max = ~0ull; /* If no limits given, use max limits */ in cvmx_bootmem_phy_alloc()
|
/linux-4.4.14/drivers/w1/masters/ |
D | ds1wm.c | 437 r = (r & ~(~0ull << (ms_discrep_bit))) | 1 << ms_discrep_bit; in ds1wm_search()
|
/linux-4.4.14/drivers/misc/genwqe/ |
D | card_ddcb.c | 1096 queue->ddcb_daddr = 0ull; in setup_ddcb_queue() 1119 queue->ddcb_daddr = 0ull; in free_ddcb_queue()
|
/linux-4.4.14/drivers/net/ethernet/cavium/thunder/ |
D | nic_main.c | 98 nic_reg_write(nic, NIC_PF_MAILBOX_ENA_W1S, ~0ull); in nic_enable_mbx_intr() 99 nic_reg_write(nic, NIC_PF_MAILBOX_ENA_W1S + sizeof(u64), ~0ull); in nic_enable_mbx_intr()
|
/linux-4.4.14/drivers/infiniband/hw/mlx4/ |
D | mr.c | 67 ~0ull, convert_access(acc), 0, 0, &mr->mmr); in mlx4_ib_get_dma_mr()
|
D | main.c | 453 props->max_mr_size = ~0ull; in mlx4_ib_query_device()
|
/linux-4.4.14/Documentation/driver-model/ |
D | devres.txt | 222 up to ull alignment). If singly linked list is used, it can be
|
/linux-4.4.14/drivers/misc/cxl/ |
D | cxl.h | 261 #define CXL_TLB_SLB_IQ_ALL (0ull) /* Inv qualifier */
|
/linux-4.4.14/arch/x86/kvm/ |
D | mmu.c | 594 __update_clear_spte_fast(sptep, 0ull); in mmu_spte_clear_track_bits() 596 old_spte = __update_clear_spte_slow(sptep, 0ull); in mmu_spte_clear_track_bits() 624 __update_clear_spte_fast(sptep, 0ull); in mmu_spte_clear_no_track() 2061 sp->spt[i] = 0ull; in init_shadow_page_table() 2905 u64 spte = 0ull; in fast_page_fault() 3321 u64 sptes[PT64_ROOT_LEVEL], spte = 0ull; in walk_shadow_page_get_mmio_spte()
|
D | vmx.c | 6277 kvm_mmu_set_mask_ptes(0ull, in hardware_setup() 6278 (enable_ept_ad_bits) ? VMX_EPT_ACCESS_BIT : 0ull, in hardware_setup() 6279 (enable_ept_ad_bits) ? VMX_EPT_DIRTY_BIT : 0ull, in hardware_setup() 6280 0ull, VMX_EPT_EXECUTABLE_MASK); in hardware_setup()
|
D | emulate.c | 36 #define OpNone 0ull
|
/linux-4.4.14/scripts/ |
D | checkpatch.pl | 5529 my $ull = ""; 5530 $ull = "_ULL" if (defined($1) && $1 =~ /ll/i); 5532 "Prefer using the BIT$ull macro\n" . $herecurr) && 5534 $fixed[$fixlinenr] =~ s/\(?\s*1\s*[ulUL]*\s*<<\s*(\d+|$Ident)\s*\)?/BIT${ull}($1)/;
|
/linux-4.4.14/arch/mips/cavium-octeon/ |
D | setup.c | 62 static unsigned long long RESERVE_LOW_MEM = 0ull;
|
/linux-4.4.14/drivers/infiniband/hw/mthca/ |
D | mthca_provider.c | 95 props->max_mr_size = ~0ull; in mthca_query_device() 933 buffer_list[0].addr &= ~0ull << shift; in mthca_reg_phys_mr()
|
/linux-4.4.14/arch/x86/kernel/cpu/mcheck/ |
D | mce.c | 998 u64 recover_paddr = ~0ull; in do_machine_check() 1160 if (recover_paddr == ~0ull) in do_machine_check()
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | perf_event_intel.c | 1766 wrmsrl_safe(x86_pmu_config_addr(idx), 0ull); in intel_pmu_reset() 1767 wrmsrl_safe(x86_pmu_event_addr(idx), 0ull); in intel_pmu_reset() 1770 wrmsrl_safe(MSR_ARCH_PERFMON_FIXED_CTR0 + idx, 0ull); in intel_pmu_reset()
|
/linux-4.4.14/drivers/staging/lustre/lustre/lov/ |
D | lov_io.c | 445 next = ~0ull; in lov_io_rw_iter_init()
|
/linux-4.4.14/drivers/ntb/hw/intel/ |
D | ntb_hw_intel.c | 904 if (addr & (~0ull << 32)) in intel_ntb_mw_set_trans() 906 if ((addr + size) & (~0ull << 32)) in intel_ntb_mw_set_trans()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | cl_object.h | 464 #define CL_PAGE_EOF ((pgoff_t)~0ull)
|
/linux-4.4.14/drivers/infiniband/hw/cxgb4/ |
D | mem.c | 471 buffer_list[0].addr &= ~0ull << *shift; in build_phys_page_list()
|
/linux-4.4.14/drivers/infiniband/hw/mlx5/ |
D | main.c | 266 props->max_mr_size = ~0ull; in mlx5_ib_query_device()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 1053 return lh->cookie != 0ull; in lustre_handle_is_used()
|
/linux-4.4.14/include/linux/ |
D | fs.h | 2933 __simple_attr_check_format(__fmt, 0ull); \
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_verbs.c | 1533 props->max_mr_size = ~0ull; in ipath_query_device()
|
/linux-4.4.14/fs/btrfs/ |
D | scrub.c | 3515 key.offset = 0ull; in scrub_enumerate_chunks()
|