Home
last modified time | relevance | path

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

123

/Linux-v5.4/lib/
Dpercpu_test.c28 unsigned long ul = 0; in percpu_test_init() local
42 ul = 0; in percpu_test_init()
45 ul += 1UL; in percpu_test_init()
47 CHECK(ul, ulong_counter, 1); in percpu_test_init()
49 ul += -1UL; in percpu_test_init()
51 CHECK(ul, ulong_counter, 0); in percpu_test_init()
53 ul += -(unsigned long)1; in percpu_test_init()
55 CHECK(ul, ulong_counter, -1); in percpu_test_init()
57 ul = 0; in percpu_test_init()
60 ul -= 1; in percpu_test_init()
[all …]
/Linux-v5.4/tools/include/asm-generic/bitops/
D__fls.h18 if (!(word & (~0ul << 32))) { in __fls()
23 if (!(word & (~0ul << (BITS_PER_LONG-16)))) { in __fls()
27 if (!(word & (~0ul << (BITS_PER_LONG-8)))) { in __fls()
31 if (!(word & (~0ul << (BITS_PER_LONG-4)))) { in __fls()
35 if (!(word & (~0ul << (BITS_PER_LONG-2)))) { in __fls()
39 if (!(word & (~0ul << (BITS_PER_LONG-1)))) in __fls()
/Linux-v5.4/include/asm-generic/bitops/
D__fls.h18 if (!(word & (~0ul << 32))) { in __fls()
23 if (!(word & (~0ul << (BITS_PER_LONG-16)))) { in __fls()
27 if (!(word & (~0ul << (BITS_PER_LONG-8)))) { in __fls()
31 if (!(word & (~0ul << (BITS_PER_LONG-4)))) { in __fls()
35 if (!(word & (~0ul << (BITS_PER_LONG-2)))) { in __fls()
39 if (!(word & (~0ul << (BITS_PER_LONG-1)))) in __fls()
/Linux-v5.4/net/sched/
Dact_csum.c261 u16 ul; in tcf_csum_ipv4_udp() local
278 ul = ntohs(udph->len); in tcf_csum_ipv4_udp()
285 if (ul == 0) in tcf_csum_ipv4_udp()
287 else if ((ul >= sizeof(*udph)) && (ul <= ipl - ihl)) in tcf_csum_ipv4_udp()
288 skb->csum = csum_partial(udph, ul, 0); in tcf_csum_ipv4_udp()
292 if (ul != ipl - ihl) in tcf_csum_ipv4_udp()
295 skb->csum = csum_partial(udph, ul, 0); in tcf_csum_ipv4_udp()
299 ul, iph->protocol, in tcf_csum_ipv4_udp()
317 u16 ul; in tcf_csum_ipv6_udp() local
334 ul = ntohs(udph->len); in tcf_csum_ipv6_udp()
[all …]
/Linux-v5.4/tools/testing/selftests/net/forwarding/
Dmirror_gre_bound.sh115 ip link add name ul type dummy
116 ip link set dev ul master v$swp3
117 ip link set dev ul up
125 ttl 100 tos inherit dev ul
130 ttl 100 tos inherit dev ul allow-localremote
144 ip link del dev ul
/Linux-v5.4/arch/alpha/lib/
Dchecksum.c24 unsigned long ul; in from64to16() member
29 in_v.ul = x; in from64to16()
30 tmp_v.ul = (unsigned long) in_v.ui[0] + (unsigned long) in_v.ui[1]; in from64to16()
34 out_v.ul = (unsigned long) tmp_v.us[0] + (unsigned long) tmp_v.us[1] in from64to16()
Dcsum_partial_copy.c74 unsigned long ul; in from64to16() member
79 in_v.ul = x; in from64to16()
80 tmp_v.ul = (unsigned long) in_v.ui[0] + (unsigned long) in_v.ui[1]; in from64to16()
84 out_v.ul = (unsigned long) tmp_v.us[0] + (unsigned long) tmp_v.us[1] in from64to16()
/Linux-v5.4/arch/mips/include/asm/
Dbitops.h531 if (!(word & (~0ul << 32))) { in __fls()
536 if (!(word & (~0ul << (BITS_PER_LONG-16)))) { in __fls()
540 if (!(word & (~0ul << (BITS_PER_LONG-8)))) { in __fls()
544 if (!(word & (~0ul << (BITS_PER_LONG-4)))) { in __fls()
548 if (!(word & (~0ul << (BITS_PER_LONG-2)))) { in __fls()
552 if (!(word & (~0ul << (BITS_PER_LONG-1)))) in __fls()
/Linux-v5.4/drivers/irqchip/
Dirq-tegra.c151 writel_relaxed(~0ul, ictlr + ICTLR_COP_IER_CLR); in tegra_ictlr_suspend()
154 writel_relaxed(~0ul, ictlr + ICTLR_CPU_IER_CLR); in tegra_ictlr_suspend()
175 writel_relaxed(~0ul, ictlr + ICTLR_CPU_IER_CLR); in tegra_ictlr_resume()
180 writel_relaxed(~0ul, ictlr + ICTLR_COP_IER_CLR); in tegra_ictlr_resume()
Dirq-gic-v3-its-pci-msi.c76 info->scratchpad[0].ul = pci_msi_domain_get_msi_rid(domain, pdev); in its_pci_msi_prepare()
86 if (!info->scratchpad[0].ul) in its_pci_msi_prepare()
Dirq-gic-v3-its-fsl-mc-msi.c46 info->scratchpad[0].ul = mc_bus_dev->icid; in its_fsl_mc_msi_prepare()
/Linux-v5.4/drivers/i2c/busses/
Di2c-amd-mp2.h79 u32 ul; member
125 u32 ul; member
Di2c-amd-mp2-pci.c52 writel(i2c_cmd_base.ul, reg); in amd_mp2_cmd()
65 i2c_cmd_base.ul = 0; in amd_mp2_bus_enable_set()
228 i2c_common->eventval.ul = val; in amd_mp2_irq_isr()
/Linux-v5.4/arch/mips/kvm/
Dmmu.c206 unsigned long end = ~0ul; in kvm_mips_flush_gpa_pmd()
234 unsigned long end = ~0ul; in kvm_mips_flush_gpa_pud()
262 unsigned long end = ~0ul; in kvm_mips_flush_gpa_pgd()
336 unsigned long cur_end = ~0ul; \
359 unsigned long cur_end = ~0ul; \
382 unsigned long cur_end = ~0ul; \
864 unsigned long end = ~0ul; in kvm_mips_flush_gva_pmd()
892 unsigned long end = ~0ul; in kvm_mips_flush_gva_pud()
920 unsigned long end = ~0ul; in kvm_mips_flush_gva_pgd()
/Linux-v5.4/include/asm-generic/
Dmsi.h26 unsigned long ul; member
/Linux-v5.4/arch/powerpc/include/asm/nohash/32/
Dslice.h13 #define SLICE_NUM_HIGH 0ul
/Linux-v5.4/arch/sh/include/mach-common/mach/
Dmicrodev.h24 #define MICRODEV_FPGA_INTENB_REG (MICRODEV_FPGA_INTC_BASE+0ul) /* Interrupt Enable Register on INT…
/Linux-v5.4/Documentation/sphinx-static/
Dtheme_overrides.css110 .rst-content .section ul li:last-child, .rst-content .section ul li p:last-child {
/Linux-v5.4/arch/arm/mm/
Dmm.h90 #define arm_dma_pfn_limit (~0ul >> PAGE_SHIFT)
/Linux-v5.4/include/net/
Dipv6.h638 const unsigned long *ul = (const unsigned long *)a; in ipv6_addr_any() local
640 return (ul[0] | ul[1]) == 0UL; in ipv6_addr_any()
650 const unsigned long *ul = (const unsigned long *)a; in ipv6_addr_hash() local
651 unsigned long x = ul[0] ^ ul[1]; in ipv6_addr_hash()
/Linux-v5.4/include/linux/
Ddcache.h34 #define bytemask_from_count(cnt) (~(~0ul << (cnt)*8))
37 #define bytemask_from_count(cnt) (~(~0ul >> (cnt)*8))
Ddmi.h144 static inline u64 dmi_memdev_size(u16 handle) { return ~0ul; } in dmi_memdev_size()
/Linux-v5.4/drivers/gpu/drm/ast/
Dast_mode.c1099 u32 ul; in copy_cursor_image() member
1122 srcdata32[0].ul = *((u32 *)srcxor) & 0xf0f0f0f0; in copy_cursor_image()
1123 srcdata32[1].ul = *((u32 *)(srcxor + 4)) & 0xf0f0f0f0; in copy_cursor_image()
1129 writel(data32.ul, dstxor); in copy_cursor_image()
1130 csum += data32.ul; in copy_cursor_image()
1138 srcdata32[0].ul = *((u32 *)srcxor) & 0xf0f0f0f0; in copy_cursor_image()
/Linux-v5.4/net/ipv4/
Droute.c1505 struct uncached_list *ul = raw_cpu_ptr(&rt_uncached_list); in rt_add_uncached_list() local
1507 rt->rt_uncached_list = ul; in rt_add_uncached_list()
1509 spin_lock_bh(&ul->lock); in rt_add_uncached_list()
1510 list_add_tail(&rt->rt_uncached, &ul->head); in rt_add_uncached_list()
1511 spin_unlock_bh(&ul->lock); in rt_add_uncached_list()
1517 struct uncached_list *ul = rt->rt_uncached_list; in rt_del_uncached_list() local
1519 spin_lock_bh(&ul->lock); in rt_del_uncached_list()
1521 spin_unlock_bh(&ul->lock); in rt_del_uncached_list()
1539 struct uncached_list *ul = &per_cpu(rt_uncached_list, cpu); in rt_flush_dev() local
1541 spin_lock_bh(&ul->lock); in rt_flush_dev()
[all …]
/Linux-v5.4/arch/sh/boards/mach-microdev/
Dirq.c126 __raw_writel(~0ul, MICRODEV_FPGA_INTDSB_REG); in init_microdev_irq()

123