ul 24 arch/alpha/lib/checksum.c unsigned long ul; ul 29 arch/alpha/lib/checksum.c in_v.ul = x; ul 30 arch/alpha/lib/checksum.c tmp_v.ul = (unsigned long) in_v.ui[0] + (unsigned long) in_v.ui[1]; ul 34 arch/alpha/lib/checksum.c out_v.ul = (unsigned long) tmp_v.us[0] + (unsigned long) tmp_v.us[1] ul 74 arch/alpha/lib/csum_partial_copy.c unsigned long ul; ul 79 arch/alpha/lib/csum_partial_copy.c in_v.ul = x; ul 80 arch/alpha/lib/csum_partial_copy.c tmp_v.ul = (unsigned long) in_v.ui[0] + (unsigned long) in_v.ui[1]; ul 84 arch/alpha/lib/csum_partial_copy.c out_v.ul = (unsigned long) tmp_v.us[0] + (unsigned long) tmp_v.us[1] ul 323 arch/powerpc/lib/sstep.c unsigned long ul; ul 329 arch/powerpc/lib/sstep.c u.ul = 0; ul 333 arch/powerpc/lib/sstep.c *dest = u.ul; ul 428 arch/powerpc/lib/sstep.c unsigned long ul; ul 433 arch/powerpc/lib/sstep.c u.ul = val; ul 1099 drivers/gpu/drm/ast/ast_mode.c u32 ul; ul 1122 drivers/gpu/drm/ast/ast_mode.c srcdata32[0].ul = *((u32 *)srcxor) & 0xf0f0f0f0; ul 1123 drivers/gpu/drm/ast/ast_mode.c srcdata32[1].ul = *((u32 *)(srcxor + 4)) & 0xf0f0f0f0; ul 1129 drivers/gpu/drm/ast/ast_mode.c writel(data32.ul, dstxor); ul 1130 drivers/gpu/drm/ast/ast_mode.c csum += data32.ul; ul 1138 drivers/gpu/drm/ast/ast_mode.c srcdata32[0].ul = *((u32 *)srcxor) & 0xf0f0f0f0; ul 52 drivers/i2c/busses/i2c-amd-mp2-pci.c writel(i2c_cmd_base.ul, reg); ul 65 drivers/i2c/busses/i2c-amd-mp2-pci.c i2c_cmd_base.ul = 0; ul 228 drivers/i2c/busses/i2c-amd-mp2-pci.c i2c_common->eventval.ul = val; ul 79 drivers/i2c/busses/i2c-amd-mp2.h u32 ul; ul 125 drivers/i2c/busses/i2c-amd-mp2.h u32 ul; ul 46 drivers/irqchip/irq-gic-v3-its-fsl-mc-msi.c info->scratchpad[0].ul = mc_bus_dev->icid; ul 76 drivers/irqchip/irq-gic-v3-its-pci-msi.c info->scratchpad[0].ul = pci_msi_domain_get_msi_rid(domain, pdev); ul 86 drivers/irqchip/irq-gic-v3-its-pci-msi.c if (!info->scratchpad[0].ul) ul 63 drivers/irqchip/irq-gic-v3-its-platform-msi.c info->scratchpad[0].ul = dev_id; ul 2509 drivers/irqchip/irq-gic-v3-its.c dev_id = info->scratchpad[0].ul; ul 796 drivers/phy/rockchip/phy-rockchip-inno-usb2.c unsigned int ul, uhd, state; ul 802 drivers/phy/rockchip/phy-rockchip-inno-usb2.c ret = regmap_read(rphy->grf, rport->port_cfg->utmi_ls.offset, &ul); ul 817 drivers/phy/rockchip/phy-rockchip-inno-usb2.c (((ul & ul_mask) >> rport->port_cfg->utmi_ls.bitstart) << sh); ul 26 include/asm-generic/msi.h unsigned long ul; ul 638 include/net/ipv6.h const unsigned long *ul = (const unsigned long *)a; ul 640 include/net/ipv6.h return (ul[0] | ul[1]) == 0UL; ul 650 include/net/ipv6.h const unsigned long *ul = (const unsigned long *)a; ul 651 include/net/ipv6.h unsigned long x = ul[0] ^ ul[1]; ul 28 lib/percpu_test.c unsigned long ul = 0; ul 42 lib/percpu_test.c ul = 0; ul 45 lib/percpu_test.c ul += 1UL; ul 47 lib/percpu_test.c CHECK(ul, ulong_counter, 1); ul 49 lib/percpu_test.c ul += -1UL; ul 51 lib/percpu_test.c CHECK(ul, ulong_counter, 0); ul 53 lib/percpu_test.c ul += -(unsigned long)1; ul 55 lib/percpu_test.c CHECK(ul, ulong_counter, -1); ul 57 lib/percpu_test.c ul = 0; ul 60 lib/percpu_test.c ul -= 1; ul 62 lib/percpu_test.c CHECK(ul, ulong_counter, -1); ul 63 lib/percpu_test.c CHECK(ul, ulong_counter, ULONG_MAX); ul 100 lib/percpu_test.c ul = 0; ul 103 lib/percpu_test.c ul += ui_one; ul 105 lib/percpu_test.c CHECK(ul, ulong_counter, 1); ul 107 lib/percpu_test.c ul = 0; ul 110 lib/percpu_test.c ul -= ui_one; ul 112 lib/percpu_test.c CHECK(ul, ulong_counter, -1); ul 113 lib/percpu_test.c CHECK(ul, ulong_counter, ULONG_MAX); ul 115 lib/percpu_test.c ul = 3; ul 118 lib/percpu_test.c ul = this_cpu_sub_return(ulong_counter, ui_one); ul 119 lib/percpu_test.c CHECK(ul, ulong_counter, 2); ul 121 lib/percpu_test.c ul = __this_cpu_sub_return(ulong_counter, ui_one); ul 122 lib/percpu_test.c CHECK(ul, ulong_counter, 1); ul 1505 net/ipv4/route.c struct uncached_list *ul = raw_cpu_ptr(&rt_uncached_list); ul 1507 net/ipv4/route.c rt->rt_uncached_list = ul; ul 1509 net/ipv4/route.c spin_lock_bh(&ul->lock); ul 1510 net/ipv4/route.c list_add_tail(&rt->rt_uncached, &ul->head); ul 1511 net/ipv4/route.c spin_unlock_bh(&ul->lock); ul 1517 net/ipv4/route.c struct uncached_list *ul = rt->rt_uncached_list; ul 1519 net/ipv4/route.c spin_lock_bh(&ul->lock); ul 1521 net/ipv4/route.c spin_unlock_bh(&ul->lock); ul 1539 net/ipv4/route.c struct uncached_list *ul = &per_cpu(rt_uncached_list, cpu); ul 1541 net/ipv4/route.c spin_lock_bh(&ul->lock); ul 1542 net/ipv4/route.c list_for_each_entry(rt, &ul->head, rt_uncached) { ul 1549 net/ipv4/route.c spin_unlock_bh(&ul->lock); ul 3468 net/ipv4/route.c struct uncached_list *ul = &per_cpu(rt_uncached_list, cpu); ul 3470 net/ipv4/route.c INIT_LIST_HEAD(&ul->head); ul 3471 net/ipv4/route.c spin_lock_init(&ul->lock); ul 135 net/ipv6/route.c struct uncached_list *ul = raw_cpu_ptr(&rt6_uncached_list); ul 137 net/ipv6/route.c rt->rt6i_uncached_list = ul; ul 139 net/ipv6/route.c spin_lock_bh(&ul->lock); ul 140 net/ipv6/route.c list_add_tail(&rt->rt6i_uncached, &ul->head); ul 141 net/ipv6/route.c spin_unlock_bh(&ul->lock); ul 147 net/ipv6/route.c struct uncached_list *ul = rt->rt6i_uncached_list; ul 150 net/ipv6/route.c spin_lock_bh(&ul->lock); ul 153 net/ipv6/route.c spin_unlock_bh(&ul->lock); ul 166 net/ipv6/route.c struct uncached_list *ul = per_cpu_ptr(&rt6_uncached_list, cpu); ul 169 net/ipv6/route.c spin_lock_bh(&ul->lock); ul 170 net/ipv6/route.c list_for_each_entry(rt, &ul->head, rt6i_uncached) { ul 185 net/ipv6/route.c spin_unlock_bh(&ul->lock); ul 6422 net/ipv6/route.c struct uncached_list *ul = per_cpu_ptr(&rt6_uncached_list, cpu); ul 6424 net/ipv6/route.c INIT_LIST_HEAD(&ul->head); ul 6425 net/ipv6/route.c spin_lock_init(&ul->lock); ul 261 net/sched/act_csum.c u16 ul; ul 278 net/sched/act_csum.c ul = ntohs(udph->len); ul 285 net/sched/act_csum.c if (ul == 0) ul 287 net/sched/act_csum.c else if ((ul >= sizeof(*udph)) && (ul <= ipl - ihl)) ul 288 net/sched/act_csum.c skb->csum = csum_partial(udph, ul, 0); ul 292 net/sched/act_csum.c if (ul != ipl - ihl) ul 295 net/sched/act_csum.c skb->csum = csum_partial(udph, ul, 0); ul 299 net/sched/act_csum.c ul, iph->protocol, ul 317 net/sched/act_csum.c u16 ul; ul 334 net/sched/act_csum.c ul = ntohs(udph->len); ul 339 net/sched/act_csum.c if (ul == 0) ul 342 net/sched/act_csum.c else if ((ul >= sizeof(*udph)) && (ul <= ipl - ihl)) ul 343 net/sched/act_csum.c skb->csum = csum_partial(udph, ul, 0); ul 348 net/sched/act_csum.c if (ul != ipl - ihl) ul 351 net/sched/act_csum.c skb->csum = csum_partial(udph, ul, 0); ul 354 net/sched/act_csum.c udph->check = csum_ipv6_magic(&ip6h->saddr, &ip6h->daddr, ul, ul 21 sound/soc/intel/skylake/skl-sst-utils.c u32 ul;