Home
last modified time | relevance | path

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

1234

/linux-6.1.9/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-6.1.9/arch/xtensa/lib/
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
Dlshrdi3.S8 #define ul a3 macro
11 #define ul a2 macro
19 src ul, uh, ul
24 srl ul, uh
Dashrdi3.S8 #define ul a3 macro
11 #define ul a2 macro
19 src ul, uh, ul
24 sra ul, uh
/linux-6.1.9/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-6.1.9/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-6.1.9/drivers/hid/amd-sfh-hid/sfh1_1/
Damd_sfh_interface.c33 cmd_base.ul = 0; in amd_start_sensor()
38 writel(cmd_base.ul, privdata->mmio + AMD_C2P_MSG(0)); in amd_start_sensor()
45 cmd_base.ul = 0; in amd_stop_sensor()
51 writel(cmd_base.ul, privdata->mmio + AMD_C2P_MSG(0)); in amd_stop_sensor()
58 cmd_base.ul = 0; in amd_stop_all_sensor()
62 writel(cmd_base.ul, privdata->mmio + AMD_C2P_MSG(0)); in amd_stop_all_sensor()
/linux-6.1.9/scripts/coccinelle/misc/
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.1.9/net/sched/
Dact_csum.c258 u16 ul; in tcf_csum_ipv4_udp() local
275 ul = ntohs(udph->len); in tcf_csum_ipv4_udp()
282 if (ul == 0) in tcf_csum_ipv4_udp()
284 else if ((ul >= sizeof(*udph)) && (ul <= ipl - ihl)) in tcf_csum_ipv4_udp()
285 skb->csum = csum_partial(udph, ul, 0); in tcf_csum_ipv4_udp()
289 if (ul != ipl - ihl) in tcf_csum_ipv4_udp()
292 skb->csum = csum_partial(udph, ul, 0); in tcf_csum_ipv4_udp()
296 ul, iph->protocol, in tcf_csum_ipv4_udp()
314 u16 ul; in tcf_csum_ipv6_udp() local
331 ul = ntohs(udph->len); in tcf_csum_ipv6_udp()
[all …]
/linux-6.1.9/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-6.1.9/drivers/hid/amd-sfh-hid/
Damd_sfh_pcie.c55 cmd_base.ul = 0; in amd_start_sensor_v2()
66 writel(cmd_base.ul, privdata->mmio + AMD_C2P_MSG0); in amd_start_sensor_v2()
73 cmd_base.ul = 0; in amd_stop_sensor_v2()
81 writel(cmd_base.ul, privdata->mmio + AMD_C2P_MSG0); in amd_stop_sensor_v2()
93 writel(cmd_base.ul, privdata->mmio + AMD_C2P_MSG0); in amd_stop_all_sensor_v2()
157 writel(cmd_param.ul, privdata->mmio + AMD_C2P_MSG1); in amd_start_sensor()
158 writel(cmd_base.ul, privdata->mmio + AMD_C2P_MSG0); in amd_start_sensor()
172 writel(cmd_base.ul, privdata->mmio + AMD_C2P_MSG0); in amd_stop_sensor()
185 writel(cmd_base.ul, privdata->mmio + AMD_C2P_MSG0); in amd_stop_all_sensors()
Damd_sfh_pcie.h32 u32 ul; member
63 u32 ul; member
/linux-6.1.9/arch/mips/include/asm/
Dbitops.h340 if (!(word & (~0ul << 32))) { in __fls()
345 if (!(word & (~0ul << (BITS_PER_LONG-16)))) { in __fls()
349 if (!(word & (~0ul << (BITS_PER_LONG-8)))) { in __fls()
353 if (!(word & (~0ul << (BITS_PER_LONG-4)))) { in __fls()
357 if (!(word & (~0ul << (BITS_PER_LONG-2)))) { in __fls()
361 if (!(word & (~0ul << (BITS_PER_LONG-1)))) in __fls()
/linux-6.1.9/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.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.1.9/drivers/md/
Ddm-io-tracker.h31 iot->in_flight = 0ul; in dm_iot_init()
32 iot->idle_time = 0ul; in dm_iot_init()
/linux-6.1.9/arch/mips/kvm/
Dmmu.c176 unsigned long end = ~0ul; in kvm_mips_flush_gpa_pmd()
204 unsigned long end = ~0ul; in kvm_mips_flush_gpa_pud()
233 unsigned long end = ~0ul; in kvm_mips_flush_gpa_pgd()
308 unsigned long cur_end = ~0ul; \
331 unsigned long cur_end = ~0ul; \
355 unsigned long cur_end = ~0ul; \
/linux-6.1.9/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()
64 i2c_cmd_base.ul = 0; in amd_mp2_bus_enable_set()
222 i2c_common->eventval.ul = val; in amd_mp2_irq_isr()
/linux-6.1.9/drivers/irqchip/
Dirq-gic-v3-its-pci-msi.c81 info->scratchpad[0].ul = pci_msi_domain_get_msi_rid(domain, pdev); in its_pci_msi_prepare()
91 if (!info->scratchpad[0].ul) in its_pci_msi_prepare()
/linux-6.1.9/include/asm-generic/
Dmsi.h29 unsigned long ul; member
/linux-6.1.9/arch/arm64/include/asm/
Dvectors.h59 #define TRAMP_VALIAS 0ul
/linux-6.1.9/arch/sh/include/mach-common/mach/
Dmicrodev.h24 #define MICRODEV_FPGA_INTENB_REG (MICRODEV_FPGA_INTC_BASE+0ul) /* Interrupt Enable Register on INT…
/linux-6.1.9/Documentation/sphinx-static/
Dtheme_overrides.css108 .rst-content .section ul li:last-child, .rst-content .section ul li p:last-child {
/linux-6.1.9/arch/arm/mm/
Dmm.h84 #define arm_dma_pfn_limit (~0ul >> PAGE_SHIFT)

1234