/linux-4.4.14/lib/ |
D | percpu_test.c | 27 unsigned long ul = 0; in percpu_test_init() local 41 ul = 0; in percpu_test_init() 44 ul += 1UL; in percpu_test_init() 46 CHECK(ul, ulong_counter, 1); in percpu_test_init() 48 ul += -1UL; in percpu_test_init() 50 CHECK(ul, ulong_counter, 0); in percpu_test_init() 52 ul += -(unsigned long)1; in percpu_test_init() 54 CHECK(ul, ulong_counter, -1); in percpu_test_init() 56 ul = 0; in percpu_test_init() 59 ul -= 1; in percpu_test_init() [all …]
|
D | strnlen_user.c | 144 return do_strnlen_user(str, ~0ul, max); in strlen_user()
|
D | find_bit.c | 126 val = ~0ul; in find_last_bit()
|
D | iommu-common.c | 117 align_mask = ~0ul >> (BITS_PER_LONG - align_order); in iommu_tbl_range_alloc()
|
/linux-4.4.14/include/asm-generic/bitops/ |
D | __fls.h | 17 if (!(word & (~0ul << 32))) { in __fls() 22 if (!(word & (~0ul << (BITS_PER_LONG-16)))) { in __fls() 26 if (!(word & (~0ul << (BITS_PER_LONG-8)))) { in __fls() 30 if (!(word & (~0ul << (BITS_PER_LONG-4)))) { in __fls() 34 if (!(word & (~0ul << (BITS_PER_LONG-2)))) { in __fls() 38 if (!(word & (~0ul << (BITS_PER_LONG-1)))) in __fls()
|
/linux-4.4.14/net/sched/ |
D | act_csum.c | 222 u16 ul; in tcf_csum_ipv4_udp() local 236 ul = ntohs(udph->len); in tcf_csum_ipv4_udp() 243 if (ul == 0) in tcf_csum_ipv4_udp() 245 else if ((ul >= sizeof(*udph)) && (ul <= ipl - ihl)) in tcf_csum_ipv4_udp() 246 skb->csum = csum_partial(udph, ul, 0); in tcf_csum_ipv4_udp() 250 if (ul != ipl - ihl) in tcf_csum_ipv4_udp() 253 skb->csum = csum_partial(udph, ul, 0); in tcf_csum_ipv4_udp() 257 ul, iph->protocol, in tcf_csum_ipv4_udp() 275 u16 ul; in tcf_csum_ipv6_udp() local 289 ul = ntohs(udph->len); in tcf_csum_ipv6_udp() [all …]
|
/linux-4.4.14/arch/m32r/mm/ |
D | discontig.c | 42 unsigned long ul; in mem_prof_init() local 57 ul = zone_alignment; in mem_prof_init() 58 while (start_pfn >= ul) in mem_prof_init() 59 ul += zone_alignment; in mem_prof_init() 61 start_pfn = ul - zone_alignment; in mem_prof_init()
|
/linux-4.4.14/arch/alpha/lib/ |
D | checksum.c | 23 unsigned long ul; in from64to16() member 28 in_v.ul = x; in from64to16() 29 tmp_v.ul = (unsigned long) in_v.ui[0] + (unsigned long) in_v.ui[1]; in from64to16() 33 out_v.ul = (unsigned long) tmp_v.us[0] + (unsigned long) tmp_v.us[1] in from64to16()
|
D | csum_partial_copy.c | 79 unsigned long ul; in from64to16() member 84 in_v.ul = x; in from64to16() 85 tmp_v.ul = (unsigned long) in_v.ui[0] + (unsigned long) in_v.ui[1]; in from64to16() 89 out_v.ul = (unsigned long) tmp_v.us[0] + (unsigned long) tmp_v.us[1] in from64to16()
|
/linux-4.4.14/arch/mips/include/asm/ |
D | bitops.h | 513 if (!(word & (~0ul << 32))) { in __fls() 518 if (!(word & (~0ul << (BITS_PER_LONG-16)))) { in __fls() 522 if (!(word & (~0ul << (BITS_PER_LONG-8)))) { in __fls() 526 if (!(word & (~0ul << (BITS_PER_LONG-4)))) { in __fls() 530 if (!(word & (~0ul << (BITS_PER_LONG-2)))) { in __fls() 534 if (!(word & (~0ul << (BITS_PER_LONG-1)))) in __fls()
|
/linux-4.4.14/drivers/irqchip/ |
D | irq-tegra.c | 160 writel_relaxed(~0ul, ictlr + ICTLR_COP_IER_CLR); in tegra_ictlr_suspend() 163 writel_relaxed(~0ul, ictlr + ICTLR_CPU_IER_CLR); in tegra_ictlr_suspend() 184 writel_relaxed(~0ul, ictlr + ICTLR_CPU_IER_CLR); in tegra_ictlr_resume() 189 writel_relaxed(~0ul, ictlr + ICTLR_COP_IER_CLR); in tegra_ictlr_resume()
|
D | irq-gic-v3-its-platform-msi.c | 55 info->scratchpad[0].ul = dev_id; in its_pmsi_prepare()
|
D | irq-gic-v3-its-pci-msi.c | 87 info->scratchpad[0].ul = pci_msi_domain_get_msi_rid(domain, pdev); in its_pci_msi_prepare()
|
D | irq-gic-v3-its.c | 1229 dev_id = info->scratchpad[0].ul; in its_msi_prepare()
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | ipipe.h | 154 static inline unsigned long __ipipe_ffnz(unsigned long ul) in __ipipe_ffnz() argument 156 return ffs(ul) - 1; in __ipipe_ffnz()
|
/linux-4.4.14/include/asm-generic/ |
D | msi.h | 25 unsigned long ul; member
|
/linux-4.4.14/Documentation/isdn/ |
D | README.pcbit | 15 ftp://ftp.di.fc.ul.pt/pub/systems/Linux/isdn 40 <roque@di.fc.ul.pt>
|
D | CREDITS | 40 Pedro Roque Marques (roque@di.fc.ul.pt)
|
/linux-4.4.14/fs/proc/ |
D | meminfo.c | 191 0ul, // used to be vmalloc 'used' in meminfo_proc_show() 192 0ul // used to be vmalloc 'largest_chunk' in meminfo_proc_show()
|
/linux-4.4.14/drivers/block/ |
D | osdblk.c | 598 unsigned long ul; in class_osdblk_remove() local 601 rc = kstrtoul(buf, 10, &ul); in class_osdblk_remove() 606 target_id = (int) ul; in class_osdblk_remove() 607 if (target_id != ul) in class_osdblk_remove()
|
D | rbd.c | 5547 unsigned long ul; in do_rbd_remove() local 5551 ret = kstrtoul(buf, 10, &ul); in do_rbd_remove() 5556 dev_id = (int)ul; in do_rbd_remove() 5557 if (dev_id != ul) in do_rbd_remove()
|
/linux-4.4.14/arch/sh/include/mach-common/mach/ |
D | microdev.h | 26 #define MICRODEV_FPGA_INTENB_REG (MICRODEV_FPGA_INTC_BASE+0ul) /* Interrupt Enable Register on INT…
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | nf_nat_snmp_basic.c | 578 unsigned long ul[0]; /* 32 bit unsigned */ member 678 unsigned long ul; in snmp_object_decode() local 774 memcpy((*obj)->syntax.ul, lp, len); in snmp_object_decode() 800 if (!asn1_ulong_decode(ctx, end, &ul)) { in snmp_object_decode() 809 (*obj)->syntax.ul[0] = ul; in snmp_object_decode()
|
/linux-4.4.14/arch/arm/mm/ |
D | mm.h | 90 #define arm_dma_pfn_limit (~0ul >> PAGE_SHIFT)
|
/linux-4.4.14/include/net/ |
D | ipv6.h | 542 const unsigned long *ul = (const unsigned long *)a; in ipv6_addr_any() local 544 return (ul[0] | ul[1]) == 0UL; in ipv6_addr_any() 554 const unsigned long *ul = (const unsigned long *)a; in ipv6_addr_hash() local 555 unsigned long x = ul[0] ^ ul[1]; in ipv6_addr_hash()
|
/linux-4.4.14/net/ipv4/ |
D | route.c | 1346 struct uncached_list *ul = raw_cpu_ptr(&rt_uncached_list); in rt_add_uncached_list() local 1348 rt->rt_uncached_list = ul; in rt_add_uncached_list() 1350 spin_lock_bh(&ul->lock); in rt_add_uncached_list() 1351 list_add_tail(&rt->rt_uncached, &ul->head); in rt_add_uncached_list() 1352 spin_unlock_bh(&ul->lock); in rt_add_uncached_list() 1360 struct uncached_list *ul = rt->rt_uncached_list; in ipv4_dst_destroy() local 1362 spin_lock_bh(&ul->lock); in ipv4_dst_destroy() 1364 spin_unlock_bh(&ul->lock); in ipv4_dst_destroy() 1375 struct uncached_list *ul = &per_cpu(rt_uncached_list, cpu); in rt_flush_dev() local 1377 spin_lock_bh(&ul->lock); in rt_flush_dev() [all …]
|
D | ipmr.c | 2666 seq_printf(seq, " %8lu %8lu %8lu", 0ul, 0ul, 0ul); in ipmr_mfc_seq_show()
|
/linux-4.4.14/arch/powerpc/lib/ |
D | sstep.c | 349 unsigned long ul[2]; in do_fp_load() member 367 ptr = (unsigned long) &data.ul; in do_fp_load() 369 err = read_mem_unaligned(&data.ul[0], ea, nb, regs); in do_fp_load() 374 err = read_mem_unaligned(&data.ul[0], ea, 4, regs); in do_fp_load() 376 err = read_mem_unaligned(&data.ul[1], ea + 4, 4, regs); in do_fp_load() 390 unsigned long ul[2]; in do_fp_store() member 408 ptr = (unsigned long) &data.ul[0]; in do_fp_store() 415 err = write_mem_unaligned(data.ul[0], ea, nb, regs); in do_fp_store() 421 err = write_mem_unaligned(data.ul[0], ea, 4, regs); in do_fp_store() 423 err = write_mem_unaligned(data.ul[1], ea + 4, 4, regs); in do_fp_store()
|
/linux-4.4.14/drivers/usb/misc/sisusbvga/ |
D | sisusb_con.c | 731 int ul, we, p, st; in sisusbcon_scrolldelta() local 753 ul = c->vc_scr_end - sisusb->scrbuf; in sisusbcon_scrolldelta() 758 ul = 0; in sisusbcon_scrolldelta() 763 p = (c->vc_visible_origin - sisusb->scrbuf - ul + we) % we + in sisusbcon_scrolldelta() 766 st = (c->vc_origin - sisusb->scrbuf - ul + we) % we; in sisusbcon_scrolldelta() 777 c->vc_visible_origin = sisusb->scrbuf + (p + ul) % we; in sisusbcon_scrolldelta()
|
/linux-4.4.14/include/linux/ |
D | dcache.h | 31 #define bytemask_from_count(cnt) (~(~0ul << (cnt)*8)) 34 #define bytemask_from_count(cnt) (~(~0ul >> (cnt)*8))
|
D | kernel.h | 47 #define REPEAT_BYTE(x) ((~0ul / 0xff) * (x))
|
/linux-4.4.14/drivers/gpu/drm/ast/ |
D | ast_mode.c | 1083 u32 ul; in copy_cursor_image() member 1106 srcdata32[0].ul = *((u32 *)srcxor) & 0xf0f0f0f0; in copy_cursor_image() 1107 srcdata32[1].ul = *((u32 *)(srcxor + 4)) & 0xf0f0f0f0; in copy_cursor_image() 1113 writel(data32.ul, dstxor); in copy_cursor_image() 1114 csum += data32.ul; in copy_cursor_image() 1122 srcdata32[0].ul = *((u32 *)srcxor) & 0xf0f0f0f0; in copy_cursor_image()
|
/linux-4.4.14/drivers/video/console/ |
D | vgacon.c | 344 int ul, we, p, st; in vgacon_scrolldelta() local 348 ul = c->vc_scr_end - vga_vram_base; in vgacon_scrolldelta() 351 ul = 0; in vgacon_scrolldelta() 354 p = (c->vc_visible_origin - vga_vram_base - ul + we) % we + in vgacon_scrolldelta() 356 st = (c->vc_origin - vga_vram_base - ul + we) % we; in vgacon_scrolldelta() 363 c->vc_visible_origin = vga_vram_base + (p + ul) % we; in vgacon_scrolldelta()
|
/linux-4.4.14/arch/sh/boards/mach-microdev/ |
D | irq.c | 128 __raw_writel(~0ul, MICRODEV_FPGA_INTDSB_REG); in init_microdev_irq()
|
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
D | switch.c | 130 spu_int_mask_set(spu, 0, 0ul); in disable_interrupts() 131 spu_int_mask_set(spu, 1, 0ul); in disable_interrupts() 132 spu_int_mask_set(spu, 2, 0ul); in disable_interrupts() 772 spu_int_mask_set(spu, 0, 0ul); in enable_interrupts() 774 spu_int_mask_set(spu, 2, 0ul); in enable_interrupts() 1421 spu_int_mask_set(spu, 0, 0ul); in clear_interrupts() 1422 spu_int_mask_set(spu, 1, 0ul); in clear_interrupts() 1423 spu_int_mask_set(spu, 2, 0ul); in clear_interrupts()
|
/linux-4.4.14/net/ipv6/ |
D | route.c | 120 struct uncached_list *ul = raw_cpu_ptr(&rt6_uncached_list); in rt6_uncached_list_add() local 123 rt->rt6i_uncached_list = ul; in rt6_uncached_list_add() 125 spin_lock_bh(&ul->lock); in rt6_uncached_list_add() 126 list_add_tail(&rt->rt6i_uncached, &ul->head); in rt6_uncached_list_add() 127 spin_unlock_bh(&ul->lock); in rt6_uncached_list_add() 133 struct uncached_list *ul = rt->rt6i_uncached_list; in rt6_uncached_list_del() local 135 spin_lock_bh(&ul->lock); in rt6_uncached_list_del() 137 spin_unlock_bh(&ul->lock); in rt6_uncached_list_del() 150 struct uncached_list *ul = per_cpu_ptr(&rt6_uncached_list, cpu); in rt6_uncached_list_flush_dev() local 153 spin_lock_bh(&ul->lock); in rt6_uncached_list_flush_dev() [all …]
|
D | ip6mr.c | 591 seq_printf(seq, " %8lu %8lu %8lu", 0ul, 0ul, 0ul); in ipmr_mfc_seq_show()
|
/linux-4.4.14/arch/powerpc/platforms/cell/ |
D | spu_priv1_mmio.c | 135 out_be64(&spu->priv1->tlb_invalidate_entry_W, 0ul); in tlb_invalidate()
|
D | spu_base.c | 329 spu_mfc_dsisr_set(spu, 0ul); in spu_irq_class_1()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | spu.h | 694 #define SPU_ECC_CORRECTED_ERROR (1ull << 0ul) 704 #define SPU_ERR_ILLEGAL_INSTR (1ull << 0ul)
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-devices-node | 82 Contact: Mel Gorman <mel@csn.ul.ie>
|
/linux-4.4.14/kernel/debug/kdb/ |
D | kdb_bp.c | 285 long offset = 0ul; in kdb_bp()
|
/linux-4.4.14/drivers/dma/bestcomm/ |
D | bestcomm.c | 353 out_be32(&bcom_eng->regs->taskBar, 0ul); in bcom_engine_cleanup()
|
/linux-4.4.14/arch/powerpc/kvm/ |
D | book3s_hv_rm_mmu.c | 202 is_io = ~0ul; in kvmppc_do_h_enter() 271 if (is_io != ~0ul && !hpte_cache_flags_ok(ptel, is_io)) { in kvmppc_do_h_enter()
|
/linux-4.4.14/arch/x86/xen/ |
D | setup.c | 854 set_phys_range_identity(addr / PAGE_SIZE, ~0ul); in xen_memory_setup()
|
/linux-4.4.14/Documentation/ |
D | vfio.txt | 396 pe_op.err.addr = 0ul; 397 pe_op.err.mask = 0ul;
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | setup.c | 1427 physical_mem_end >> 10, 0ul, physical_mem_end);
|
/linux-4.4.14/drivers/md/ |
D | dm-era-target.c | 492 disk->flags = cpu_to_le32(0ul); in prepare_superblock()
|
D | dm-cache-target.c | 49 iot->in_flight = 0ul; in iot_init() 50 iot->idle_time = 0ul; in iot_init()
|
/linux-4.4.14/Documentation/filesystems/ |
D | ntfs.txt | 257 $ fdisk -ul /dev/hda
|
/linux-4.4.14/arch/mips/mm/ |
D | tlbex.c | 2368 write_c0_entrylo0(~0ul); in check_pabits()
|
/linux-4.4.14/ |
D | CREDITS | 49 W: http://www.csn.ul.ie/~airlied 246 S: ul. Koscielna 12a 318 S: ul. Podmiejska 52 2029 S: ul. Matemblewska 1B/10
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu.h | 405 #define AMDGPU_FENCE_OWNER_UNDEFINED ((void*)0ul)
|