Home
last modified time | relevance | path

Searched refs:ul (Results 1 – 43 of 43) sorted by relevance

/linux-4.1.27/lib/
Dpercpu_test.c27 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 …]
Dstrnlen_user.c142 return do_strnlen_user(str, ~0ul, max); in strlen_user()
Dfind_bit.c126 val = ~0ul; in find_last_bit()
/linux-4.1.27/include/asm-generic/bitops/
D__fls.h17 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.1.27/net/sched/
Dact_csum.c221 u16 ul; in tcf_csum_ipv4_udp() local
235 ul = ntohs(udph->len); in tcf_csum_ipv4_udp()
242 if (ul == 0) in tcf_csum_ipv4_udp()
244 else if ((ul >= sizeof(*udph)) && (ul <= ipl - ihl)) in tcf_csum_ipv4_udp()
245 skb->csum = csum_partial(udph, ul, 0); in tcf_csum_ipv4_udp()
249 if (ul != ipl - ihl) in tcf_csum_ipv4_udp()
252 skb->csum = csum_partial(udph, ul, 0); in tcf_csum_ipv4_udp()
256 ul, iph->protocol, in tcf_csum_ipv4_udp()
274 u16 ul; in tcf_csum_ipv6_udp() local
288 ul = ntohs(udph->len); in tcf_csum_ipv6_udp()
[all …]
/linux-4.1.27/arch/m32r/mm/
Ddiscontig.c42 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.1.27/arch/alpha/lib/
Dchecksum.c23 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()
Dcsum_partial_copy.c79 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.1.27/arch/mips/include/asm/
Dbitops.h513 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.1.27/drivers/irqchip/
Dirq-tegra.c161 writel_relaxed(~0ul, ictlr + ICTLR_COP_IER_CLR); in tegra_ictlr_suspend()
164 writel_relaxed(~0ul, ictlr + ICTLR_CPU_IER_CLR); in tegra_ictlr_suspend()
185 writel_relaxed(~0ul, ictlr + ICTLR_CPU_IER_CLR); in tegra_ictlr_resume()
190 writel_relaxed(~0ul, ictlr + ICTLR_COP_IER_CLR); in tegra_ictlr_resume()
/linux-4.1.27/arch/blackfin/include/asm/
Dipipe.h154 static inline unsigned long __ipipe_ffnz(unsigned long ul) in __ipipe_ffnz() argument
156 return ffs(ul) - 1; in __ipipe_ffnz()
/linux-4.1.27/include/asm-generic/
Dmsi.h25 unsigned long ul; member
/linux-4.1.27/Documentation/isdn/
DREADME.pcbit15 ftp://ftp.di.fc.ul.pt/pub/systems/Linux/isdn
40 <roque@di.fc.ul.pt>
DCREDITS40 Pedro Roque Marques (roque@di.fc.ul.pt)
/linux-4.1.27/drivers/block/
Dosdblk.c598 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()
Drbd.c5555 unsigned long ul; in do_rbd_remove() local
5559 ret = kstrtoul(buf, 10, &ul); in do_rbd_remove()
5564 dev_id = (int)ul; in do_rbd_remove()
5565 if (dev_id != ul) in do_rbd_remove()
/linux-4.1.27/arch/sh/include/mach-common/mach/
Dmicrodev.h26 #define MICRODEV_FPGA_INTENB_REG (MICRODEV_FPGA_INTC_BASE+0ul) /* Interrupt Enable Register on INT…
/linux-4.1.27/net/ipv4/netfilter/
Dnf_nat_snmp_basic.c578 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.1.27/include/net/
Dipv6.h540 const unsigned long *ul = (const unsigned long *)a; in ipv6_addr_any() local
542 return (ul[0] | ul[1]) == 0UL; in ipv6_addr_any()
552 const unsigned long *ul = (const unsigned long *)a; in ipv6_addr_hash() local
553 unsigned long x = ul[0] ^ ul[1]; in ipv6_addr_hash()
/linux-4.1.27/arch/arm/mm/
Dmm.h90 #define arm_dma_pfn_limit (~0ul >> PAGE_SHIFT)
/linux-4.1.27/net/ipv4/
Droute.c1341 struct uncached_list *ul = raw_cpu_ptr(&rt_uncached_list); in rt_add_uncached_list() local
1343 rt->rt_uncached_list = ul; in rt_add_uncached_list()
1345 spin_lock_bh(&ul->lock); in rt_add_uncached_list()
1346 list_add_tail(&rt->rt_uncached, &ul->head); in rt_add_uncached_list()
1347 spin_unlock_bh(&ul->lock); in rt_add_uncached_list()
1355 struct uncached_list *ul = rt->rt_uncached_list; in ipv4_dst_destroy() local
1357 spin_lock_bh(&ul->lock); in ipv4_dst_destroy()
1359 spin_unlock_bh(&ul->lock); in ipv4_dst_destroy()
1370 struct uncached_list *ul = &per_cpu(rt_uncached_list, cpu); in rt_flush_dev() local
1372 spin_lock_bh(&ul->lock); in rt_flush_dev()
[all …]
Dipmr.c2674 seq_printf(seq, " %8lu %8lu %8lu", 0ul, 0ul, 0ul); in ipmr_mfc_seq_show()
/linux-4.1.27/arch/powerpc/lib/
Dsstep.c349 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.1.27/drivers/usb/misc/sisusbvga/
Dsisusb_con.c720 int ul, we, p, st; in sisusbcon_scrolldelta() local
741 ul = c->vc_scr_end - sisusb->scrbuf; in sisusbcon_scrolldelta()
746 ul = 0; in sisusbcon_scrolldelta()
751 p = (c->vc_visible_origin - sisusb->scrbuf - ul + we) % we + in sisusbcon_scrolldelta()
754 st = (c->vc_origin - sisusb->scrbuf - ul + we) % we; in sisusbcon_scrolldelta()
765 c->vc_visible_origin = sisusb->scrbuf + (p + ul) % we; in sisusbcon_scrolldelta()
/linux-4.1.27/include/linux/
Ddcache.h31 #define bytemask_from_count(cnt) (~(~0ul << (cnt)*8))
34 #define bytemask_from_count(cnt) (~(~0ul >> (cnt)*8))
Dkernel.h47 #define REPEAT_BYTE(x) ((~0ul / 0xff) * (x))
/linux-4.1.27/drivers/gpu/drm/ast/
Dast_mode.c1081 u32 ul; in copy_cursor_image() member
1104 srcdata32[0].ul = *((u32 *)srcxor) & 0xf0f0f0f0; in copy_cursor_image()
1105 srcdata32[1].ul = *((u32 *)(srcxor + 4)) & 0xf0f0f0f0; in copy_cursor_image()
1111 writel(data32.ul, dstxor); in copy_cursor_image()
1112 csum += data32.ul; in copy_cursor_image()
1120 srcdata32[0].ul = *((u32 *)srcxor) & 0xf0f0f0f0; in copy_cursor_image()
/linux-4.1.27/drivers/video/console/
Dvgacon.c344 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.1.27/arch/sh/boards/mach-microdev/
Dirq.c128 __raw_writel(~0ul, MICRODEV_FPGA_INTDSB_REG); in init_microdev_irq()
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/
Dswitch.c130 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.1.27/arch/powerpc/platforms/cell/
Dspu_priv1_mmio.c135 out_be64(&spu->priv1->tlb_invalidate_entry_W, 0ul); in tlb_invalidate()
Dspu_base.c329 spu_mfc_dsisr_set(spu, 0ul); in spu_irq_class_1()
/linux-4.1.27/arch/powerpc/include/asm/
Dspu.h694 #define SPU_ECC_CORRECTED_ERROR (1ull << 0ul)
704 #define SPU_ERR_ILLEGAL_INSTR (1ull << 0ul)
/linux-4.1.27/Documentation/ABI/stable/
Dsysfs-devices-node82 Contact: Mel Gorman <mel@csn.ul.ie>
/linux-4.1.27/kernel/debug/kdb/
Dkdb_bp.c285 long offset = 0ul; in kdb_bp()
/linux-4.1.27/arch/powerpc/kvm/
Dbook3s_hv_rm_mmu.c172 is_io = ~0ul; in kvmppc_do_h_enter()
239 if (is_io != ~0ul && !hpte_cache_flags_ok(ptel, is_io)) { in kvmppc_do_h_enter()
/linux-4.1.27/drivers/dma/bestcomm/
Dbestcomm.c353 out_be32(&bcom_eng->regs->taskBar, 0ul); in bcom_engine_cleanup()
/linux-4.1.27/arch/x86/xen/
Dsetup.c677 set_phys_range_identity(map[i-1].addr / PAGE_SIZE, ~0ul); in xen_memory_setup()
/linux-4.1.27/net/ipv6/
Dip6mr.c592 seq_printf(seq, " %8lu %8lu %8lu", 0ul, 0ul, 0ul); in ipmr_mfc_seq_show()
/linux-4.1.27/arch/blackfin/kernel/
Dsetup.c1427 physical_mem_end >> 10, 0ul, physical_mem_end);
/linux-4.1.27/drivers/md/
Ddm-era-target.c490 disk->flags = cpu_to_le32(0ul); in prepare_superblock()
/linux-4.1.27/Documentation/filesystems/
Dntfs.txt257 $ fdisk -ul /dev/hda
/linux-4.1.27/
DCREDITS45 W: http://www.csn.ul.ie/~airlied
242 S: ul. Koscielna 12a
314 S: ul. Podmiejska 52
2025 S: ul. Matemblewska 1B/10