/linux-6.6.21/lib/ |
D | percpu_test.c | 28 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.6.21/arch/xtensa/lib/ |
D | ashldi3.S | 8 #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
|
D | lshrdi3.S | 8 #define ul a3 macro 11 #define ul a2 macro 19 src ul, uh, ul 24 srl ul, uh
|
D | ashrdi3.S | 8 #define ul a3 macro 11 #define ul a2 macro 19 src ul, uh, ul 24 sra ul, uh
|
/linux-6.6.21/tools/include/asm-generic/bitops/ |
D | __fls.h | 18 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.6.21/include/asm-generic/bitops/ |
D | __fls.h | 18 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.6.21/drivers/hid/amd-sfh-hid/sfh1_1/ |
D | amd_sfh_interface.c | 33 cmd_base.ul = 0; in amd_start_sensor() 39 writel(cmd_base.ul, privdata->mmio + AMD_C2P_MSG(0)); in amd_start_sensor() 46 cmd_base.ul = 0; in amd_stop_sensor() 53 writel(cmd_base.ul, privdata->mmio + AMD_C2P_MSG(0)); in amd_stop_sensor() 60 cmd_base.ul = 0; in amd_stop_all_sensor() 66 writel(cmd_base.ul, privdata->mmio + AMD_C2P_MSG(0)); in amd_stop_all_sensor()
|
/linux-6.6.21/scripts/coccinelle/misc/ |
D | do_div.cocci | 68 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.6.21/net/sched/ |
D | act_csum.c | 259 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() 286 skb->csum = csum_partial(udph, ul, 0); in tcf_csum_ipv4_udp() 290 if (ul != ipl - ihl) in tcf_csum_ipv4_udp() 293 skb->csum = csum_partial(udph, ul, 0); 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() [all …]
|
/linux-6.6.21/tools/testing/selftests/net/forwarding/ |
D | mirror_gre_bound.sh | 116 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.6.21/arch/mips/include/asm/ |
D | bitops.h | 340 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.6.21/drivers/hid/amd-sfh-hid/ |
D | amd_sfh_pcie.c | 56 cmd_base.ul = 0; in amd_start_sensor_v2() 67 writel(cmd_base.ul, privdata->mmio + AMD_C2P_MSG0); in amd_start_sensor_v2() 74 cmd_base.ul = 0; in amd_stop_sensor_v2() 82 writel(cmd_base.ul, privdata->mmio + AMD_C2P_MSG0); in amd_stop_sensor_v2() 94 writel(cmd_base.ul, privdata->mmio + AMD_C2P_MSG0); in amd_stop_all_sensor_v2() 158 writel(cmd_param.ul, privdata->mmio + AMD_C2P_MSG1); in amd_start_sensor() 159 writel(cmd_base.ul, privdata->mmio + AMD_C2P_MSG0); in amd_start_sensor() 173 writel(cmd_base.ul, privdata->mmio + AMD_C2P_MSG0); in amd_stop_sensor() 186 writel(cmd_base.ul, privdata->mmio + AMD_C2P_MSG0); in amd_stop_all_sensors()
|
D | amd_sfh_pcie.h | 33 u32 ul; member 64 u32 ul; member
|
/linux-6.6.21/arch/alpha/lib/ |
D | checksum.c | 24 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()
|
D | csum_partial_copy.c | 61 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.6.21/include/linux/ |
D | minmax.h | 101 __careful_cmp(min, (x) + 0u + 0ul + 0ull, (y) + 0u + 0ul + 0ull) 109 __careful_cmp(max, (x) + 0u + 0ul + 0ull, (y) + 0u + 0ul + 0ull)
|
/linux-6.6.21/drivers/md/ |
D | dm-io-tracker.h | 32 iot->in_flight = 0ul; in dm_iot_init() 33 iot->idle_time = 0ul; in dm_iot_init()
|
/linux-6.6.21/arch/mips/kvm/ |
D | mmu.c | 175 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.6.21/drivers/i2c/busses/ |
D | i2c-amd-mp2.h | 79 u32 ul; member 125 u32 ul; member
|
/linux-6.6.21/drivers/irqchip/ |
D | irq-gic-v3-its-pci-msi.c | 81 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.6.21/include/asm-generic/ |
D | msi.h | 29 unsigned long ul; member
|
/linux-6.6.21/Documentation/sphinx-static/ |
D | custom.css | 45 div.kerneltoc li.current ul { margin-left: 0; } 47 div.kerneltoc li.current ul { background-color: white; }
|
/linux-6.6.21/drivers/crypto/amlogic/ |
D | amlogic-gxl-core.c | 118 0ul); in meson_debugfs_show() 130 0ul, 0ul); in meson_debugfs_show()
|
/linux-6.6.21/arch/arm64/include/asm/ |
D | vectors.h | 59 #define TRAMP_VALIAS 0ul
|
/linux-6.6.21/arch/sh/include/mach-common/mach/ |
D | microdev.h | 24 #define MICRODEV_FPGA_INTENB_REG (MICRODEV_FPGA_INTC_BASE+0ul) /* Interrupt Enable Register on INT…
|