Home
last modified time | relevance | path

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

1234

/linux-6.15/lib/
H A Dpercpu_test.c44 ul = 0; in percpu_test_init()
47 ul += 1UL; in percpu_test_init()
51 ul += -1UL; in percpu_test_init()
59 ul = 0; in percpu_test_init()
62 ul -= 1; in percpu_test_init()
102 ul = 0; in percpu_test_init()
105 ul += ui_one; in percpu_test_init()
109 ul = 0; in percpu_test_init()
112 ul -= ui_one; in percpu_test_init()
117 ul = ull = 0; in percpu_test_init()
[all …]
/linux-6.15/arch/xtensa/lib/
H A Dashldi3.S8 #define ul a3 macro
11 #define ul a2 macro
19 src uh, uh, ul
20 sll ul, ul
24 sll uh, ul
25 movi ul, 0
H A Dlshrdi3.S8 #define ul a3 macro
11 #define ul a2 macro
19 src ul, uh, ul
24 srl ul, uh
H A Dashrdi3.S8 #define ul a3 macro
11 #define ul a2 macro
19 src ul, uh, ul
24 sra ul, uh
/linux-6.15/include/asm-generic/bitops/
H A D__fls.h18 if (!(word & (~0ul << 32))) { in generic___fls()
23 if (!(word & (~0ul << (BITS_PER_LONG-16)))) { in generic___fls()
27 if (!(word & (~0ul << (BITS_PER_LONG-8)))) { in generic___fls()
31 if (!(word & (~0ul << (BITS_PER_LONG-4)))) { in generic___fls()
35 if (!(word & (~0ul << (BITS_PER_LONG-2)))) { in generic___fls()
39 if (!(word & (~0ul << (BITS_PER_LONG-1)))) in generic___fls()
/linux-6.15/tools/include/asm-generic/bitops/
H A D__fls.h18 if (!(word & (~0ul << 32))) { in generic___fls()
23 if (!(word & (~0ul << (BITS_PER_LONG-16)))) { in generic___fls()
27 if (!(word & (~0ul << (BITS_PER_LONG-8)))) { in generic___fls()
31 if (!(word & (~0ul << (BITS_PER_LONG-4)))) { in generic___fls()
35 if (!(word & (~0ul << (BITS_PER_LONG-2)))) { in generic___fls()
39 if (!(word & (~0ul << (BITS_PER_LONG-1)))) in generic___fls()
/linux-6.15/scripts/coccinelle/misc/
H A Ddo_div.cocci68 unsigned long ul : script:python() { filter_out_safe_constants(ul) };
76 * do_div(f, ul);
87 unsigned long ul : script:python() { filter_out_safe_constants(ul) };
94 do_div@p(f, ul);
103 ul << r.ul;
131 ul << r.ul;
/linux-6.15/net/sched/
H A Dact_csum.c259 u16 ul; in tcf_csum_ipv4_udp() local
276 ul = ntohs(udph->len); in tcf_csum_ipv4_udp()
283 if (ul == 0) in tcf_csum_ipv4_udp()
285 else if ((ul >= sizeof(*udph)) && (ul <= ipl - ihl)) in tcf_csum_ipv4_udp()
290 if (ul != ipl - ihl) in tcf_csum_ipv4_udp()
297 ul, iph->protocol, in tcf_csum_ipv4_udp()
315 u16 ul; in tcf_csum_ipv6_udp() local
332 ul = ntohs(udph->len); in tcf_csum_ipv6_udp()
337 if (ul == 0) in tcf_csum_ipv6_udp()
340 else if ((ul >= sizeof(*udph)) && (ul <= ipl - ihl)) in tcf_csum_ipv6_udp()
[all …]
/linux-6.15/tools/testing/selftests/net/forwarding/
H A Dmirror_gre_bound.sh116 ip link add name ul type dummy
117 ip link set dev ul master v$swp3
118 ip link set dev ul up
126 ttl 100 tos inherit dev ul
131 ttl 100 tos inherit dev ul allow-localremote
145 ip link del dev ul
/linux-6.15/drivers/hid/amd-sfh-hid/sfh1_1/
H A Damd_sfh_interface.c36 cmd_base.ul = 0; in amd_start_sensor()
42 writel(cmd_base.ul, privdata->mmio + amd_get_c2p_val(privdata, 0)); in amd_start_sensor()
49 cmd_base.ul = 0; in amd_stop_sensor()
56 writel(cmd_base.ul, privdata->mmio + amd_get_c2p_val(privdata, 0)); in amd_stop_sensor()
63 cmd_base.ul = 0; in amd_stop_all_sensor()
69 writel(cmd_base.ul, privdata->mmio + amd_get_c2p_val(privdata, 0)); in amd_stop_all_sensor()
/linux-6.15/arch/mips/include/asm/
H A Dbitops.h363 if (!(word & (~0ul << 32))) { in __fls()
368 if (!(word & (~0ul << (BITS_PER_LONG-16)))) { in __fls()
372 if (!(word & (~0ul << (BITS_PER_LONG-8)))) { in __fls()
376 if (!(word & (~0ul << (BITS_PER_LONG-4)))) { in __fls()
380 if (!(word & (~0ul << (BITS_PER_LONG-2)))) { in __fls()
384 if (!(word & (~0ul << (BITS_PER_LONG-1)))) in __fls()
/linux-6.15/arch/alpha/lib/
H A Dchecksum.c26 unsigned long ul; in from64to16() member
31 in_v.ul = x; in from64to16()
32 tmp_v.ul = (unsigned long) in_v.ui[0] + (unsigned long) in_v.ui[1]; in from64to16()
36 out_v.ul = (unsigned long) tmp_v.us[0] + (unsigned long) tmp_v.us[1] in from64to16()
H A Dcsum_partial_copy.c61 unsigned long ul; in from64to16() member
66 in_v.ul = x; in from64to16()
67 tmp_v.ul = (unsigned long) in_v.ui[0] + (unsigned long) in_v.ui[1]; in from64to16()
71 out_v.ul = (unsigned long) tmp_v.us[0] + (unsigned long) tmp_v.us[1] in from64to16()
/linux-6.15/drivers/video/fbdev/
H A Dwmt_ge_rops.c48 return ~0ul*pixel; in pixel_to_pat()
50 return ~0ul/3*pixel; in pixel_to_pat()
52 return ~0ul/15*pixel; in pixel_to_pat()
54 return ~0ul/255*pixel; in pixel_to_pat()
58 return ~0ul/0xffff*pixel; in pixel_to_pat()
/linux-6.15/drivers/hid/amd-sfh-hid/
H A Damd_sfh_pcie.c60 cmd_base.ul = 0; in amd_start_sensor_v2()
71 writel(cmd_base.ul, privdata->mmio + AMD_C2P_MSG0); in amd_start_sensor_v2()
78 cmd_base.ul = 0; in amd_stop_sensor_v2()
86 writel(cmd_base.ul, privdata->mmio + AMD_C2P_MSG0); in amd_stop_sensor_v2()
98 writel(cmd_base.ul, privdata->mmio + AMD_C2P_MSG0); in amd_stop_all_sensor_v2()
162 writel(cmd_param.ul, privdata->mmio + AMD_C2P_MSG1); in amd_start_sensor()
163 writel(cmd_base.ul, privdata->mmio + AMD_C2P_MSG0); in amd_start_sensor()
177 writel(cmd_base.ul, privdata->mmio + AMD_C2P_MSG0); in amd_stop_sensor()
190 writel(cmd_base.ul, privdata->mmio + AMD_C2P_MSG0); in amd_stop_all_sensors()
H A Damd_sfh_pcie.h33 u32 ul; member
64 u32 ul; member
/linux-6.15/Documentation/sphinx-static/
H A Dcustom.css55 div.kerneltoc li.current ul { margin-left: 0; }
57 div.kerneltoc li.current ul { background-color: white; }
114 div.language-selection ul {
132 div.language-selection:hover ul {
136 div.language-selection ul li:hover {
/linux-6.15/drivers/irqchip/
H A Dirq-gic-v3-its-msi-parent.c68 info->scratchpad[0].ul = pci_msi_domain_get_msi_rid(domain->parent, pdev); in its_pci_msi_prepare()
89 if (!info->scratchpad[0].ul) in its_pci_msi_prepare()
144 info->scratchpad[0].ul = dev_id; in its_pmsi_prepare()
/linux-6.15/drivers/md/
H A Ddm-io-tracker.h32 iot->in_flight = 0ul; in dm_iot_init()
33 iot->idle_time = 0ul; in dm_iot_init()
/linux-6.15/include/linux/
H A Dminmax.h121 __careful_cmp(min, (x) + 0u + 0ul + 0ull, (y) + 0u + 0ul + 0ull)
129 __careful_cmp(max, (x) + 0u + 0ul + 0ull, (y) + 0u + 0ul + 0ull)
/linux-6.15/arch/mips/kvm/
H A Dmmu.c175 unsigned long end = ~0ul; in kvm_mips_flush_gpa_pmd()
203 unsigned long end = ~0ul; in kvm_mips_flush_gpa_pud()
232 unsigned long end = ~0ul; in kvm_mips_flush_gpa_pgd()
307 unsigned long cur_end = ~0ul; \
330 unsigned long cur_end = ~0ul; \
354 unsigned long cur_end = ~0ul; \
/linux-6.15/drivers/i2c/busses/
H A Di2c-amd-mp2.h79 u32 ul; member
125 u32 ul; member
/linux-6.15/drivers/platform/x86/amd/pmc/
H A Dmp2_stb.c40 u32 ul; member
90 cmd_base.ul = 0; in amd_mp2_stb_send_cmd()
96 writel(cmd_base.ul, mp2->mmio + AMD_C2P_MSG0); in amd_mp2_stb_send_cmd()
/linux-6.15/drivers/crypto/amlogic/
H A Damlogic-gxl-core.c118 0ul); in meson_debugfs_show()
130 0ul, 0ul); in meson_debugfs_show()
/linux-6.15/include/asm-generic/
H A Dmsi.h29 unsigned long ul; member

1234