| /linux-6.15/arch/m68k/ifpsp060/ |
| H A D | fpsp.sa | 1 .long 0x60ff0000,0x17400000,0x60ff0000,0x15f40000 2 .long 0x60ff0000,0x02b60000,0x60ff0000,0x04700000 3 .long 0x60ff0000,0x1b100000,0x60ff0000,0x19aa0000 4 .long 0x60ff0000,0x1b5a0000,0x60ff0000,0x062e0000 5 .long 0x60ff0000,0x102c0000,0x51fc51fc,0x51fc51fc 6 .long 0x51fc51fc,0x51fc51fc,0x51fc51fc,0x51fc51fc 7 .long 0x51fc51fc,0x51fc51fc,0x51fc51fc,0x51fc51fc 8 .long 0x51fc51fc,0x51fc51fc,0x51fc51fc,0x51fc51fc 9 .long 0x2f00203a,0xff2c487b,0x0930ffff,0xfef8202f 10 .long 0x00044e74,0x00042f00,0x203afef2,0x487b0930 [all …]
|
| H A D | isp.sa | 1 .long 0x60ff0000,0x02360000,0x60ff0000,0x16260000 2 .long 0x60ff0000,0x12dc0000,0x60ff0000,0x11ea0000 3 .long 0x60ff0000,0x10de0000,0x60ff0000,0x12a40000 4 .long 0x60ff0000,0x12560000,0x60ff0000,0x122a0000 5 .long 0x51fc51fc,0x51fc51fc,0x51fc51fc,0x51fc51fc 6 .long 0x51fc51fc,0x51fc51fc,0x51fc51fc,0x51fc51fc 7 .long 0x51fc51fc,0x51fc51fc,0x51fc51fc,0x51fc51fc 8 .long 0x51fc51fc,0x51fc51fc,0x51fc51fc,0x51fc51fc 9 .long 0x2f00203a,0xfefc487b,0x0930ffff,0xfef8202f 10 .long 0x00044e74,0x00042f00,0x203afeea,0x487b0930 [all …]
|
| /linux-6.15/Documentation/translations/zh_CN/mm/ |
| H A D | hugetlbfs_reserv.rst | 48 long adds_in_progress; 50 long region_cache_count; 58 long from; 59 long to; 97 long from, long to, 287 long region_chg(struct resv_map *resv, long f, long t); 288 long region_add(struct resv_map *resv, long f, long t); 289 void region_abort(struct resv_map *resv, long f, long t); 290 long region_count(struct resv_map *resv, long f, long t); 361 unsigned long addr) [all …]
|
| /linux-6.15/tools/power/cpupower/bindings/python/ |
| H A D | raw_pylibcpupower.swg | 43 unsigned long acpi_cppc_get_data(unsigned int cpu, 51 unsigned long min; 52 unsigned long max; 63 unsigned long frequency; 76 unsigned long frequency; 77 unsigned long long time_in_state; 91 unsigned long *min, 92 unsigned long *max); 131 unsigned long long *total_time); 149 unsigned long target_frequency); [all …]
|
| /linux-6.15/Documentation/translations/zh_CN/core-api/ |
| H A D | cachetlb.rst | 55 unsigned long start, unsigned long end)`` 68 4) ``void flush_tlb_page(struct vm_area_struct *vma, unsigned long addr)`` 82 unsigned long address, pte_t *ptep)`` 138 unsigned long start, unsigned long end)`` 150 4) ``void flush_cache_page(struct vm_area_struct *vma, unsigned long addr, unsigned long pfn)`` 176 6) ``void flush_cache_vmap(unsigned long start, unsigned long end)`` 177 ``void flush_cache_vunmap(unsigned long start, unsigned long end)`` 288 unsigned long user_vaddr, void *dst, void *src, int len)`` 290 unsigned long user_vaddr, void *dst, void *src, int len)`` 300 unsigned long vmaddr)`` [all …]
|
| H A D | local_ops.rst | 55 一个不透明的 ``signed long`` 。这样做的目的是为了使从这个类型到 56 ``long`` 的转换失败。该定义看起来像:: 80 * 对这些变量的读取可以从任何CPU进行,因为对 “ ``long`` ”,对齐的变量的更新 99 计数是在一个signed long的所有位上进行的。 121 long sum = 0; 162 static void do_test_timer(unsigned long data)
|
| H A D | printk-formats.rst | 35 long %ld 或 %lx 36 unsigned long %lu 或 %lx 37 long long %lld 或 %llx 38 unsigned long long %llu 或 %llx 59 (unsigned long long)sector, (unsigned long long)blockcount); 557 是[p]age flags, [v]ma_flags(都期望 ``unsigned long *`` )和
|
| H A D | protection-keys.rst | 45 int pkey_alloc(unsigned long flags, unsigned long init_access_rights) 47 int pkey_mprotect(unsigned long start, size_t len, 48 unsigned long prot, int pkey);
|
| H A D | circular-buffers.rst | 144 unsigned long head = buffer->head; 146 unsigned long tail = READ_ONCE(buffer->tail); 180 unsigned long head = smp_load_acquire(buffer->head); 181 unsigned long tail = buffer->tail;
|
| H A D | memory-hotplug.rst | 56 struct notifier_block *self, unsigned long action, void *arg); 63 unsigned long start_pfn; 64 unsigned long nr_pages;
|
| /linux-6.15/Documentation/translations/zh_CN/scheduler/ |
| H A D | completion.rst | 185 unsigned long wait_for_completion_timeout(struct completion *done, unsigned long timeout) 196 long wait_for_completion_interruptible_timeout(struct completion *done, unsigned long timeout) 205 long wait_for_completion_killable(struct completion *done) 206 long wait_for_completion_killable_timeout(struct completion *done, unsigned long timeout) 212 unsigned long wait_for_completion_io_timeout(struct completion *done, unsigned long timeout)
|
| /linux-6.15/Documentation/translations/zh_CN/dev-tools/ |
| H A D | kcov.rst | 63 #define KCOV_INIT_TRACE _IOR('c', 1, unsigned long) 74 unsigned long *cover, n, i; 86 cover = (unsigned long*)mmap(NULL, COVER_SIZE * sizeof(unsigned long), 107 if (munmap(cover, COVER_SIZE * sizeof(unsigned long))) 166 unsigned long n, i; 177 cover = (uint64_t *)mmap(NULL, COVER_SIZE * sizeof(unsigned long), 209 if (munmap(cover, COVER_SIZE * sizeof(unsigned long))) 287 #define KCOV_INIT_TRACE _IOR('c', 1, unsigned long) 314 unsigned long *cover, n, i; 322 cover = (unsigned long*)mmap(NULL, COVER_SIZE * sizeof(unsigned long), [all …]
|
| /linux-6.15/arch/arm/nwfpe/ |
| H A D | fpmodule.inl | 22 static inline unsigned long readRegister(const unsigned int nReg) 39 writeRegister(const unsigned int nReg, const unsigned long val) 45 static inline unsigned long readCPSR(void) 50 static inline void writeCPSR(const unsigned long val) 55 static inline unsigned long readConditionCodes(void) 64 static inline void writeConditionCodes(const unsigned long val) 67 unsigned long rval;
|
| /linux-6.15/scripts/coccinelle/tests/ |
| H A D | unsigned_lesser_than_zero.cocci | 26 {unsigned char, unsigned short, unsigned int, unsigned long, unsigned long long, 38 {char, short, int, long, long long, ssize_t, s8, s16, s32, s64} vs;
|
| /linux-6.15/Documentation/ABI/obsolete/ |
| H A D | sysfs-driver-hid-roccat-ryos | 17 The data has to be 3 bytes long. 26 The data has to be 125 bytes long. 98 The data has to be 16 bytes long. 109 The data has to be 2002 bytes long. 118 The data is 8 bytes long. 126 The data has to be 3 bytes long. 135 The data has to be 16 bytes long. 145 The data has to be 8 bytes long. 155 The data has to be 1382 bytes long. 165 The data has to be 20 bytes long. [all …]
|
| H A D | sysfs-driver-hid-roccat-isku | 16 The data is 6 bytes long. 26 written data. The data has to be 6 bytes long. 36 in written data. The data has to be 6 bytes long. 46 in written data. The data has to be 65 bytes long. 66 written data. The data has to be 35 bytes long. 76 written data. The data has to be 29 bytes long. 96 The data has to be 20 bytes long. 116 The data has to be 2083 bytes long. 125 The data has to be 3 bytes long. 142 The data has to be 16 bytes long. [all …]
|
| H A D | sysfs-driver-hid-roccat-konepure | 9 The data has to be 3 bytes long. 17 profile will be read next. The data has to be 3 bytes long. 26 The data is 6 bytes long. 36 included in written data. The data has to be 2082 bytes long. 47 buttons back to the mouse. The data has to be 59 bytes long. 63 settings back to the mouse. The data has to be 31 bytes long. 76 set. The data has to be 6 bytes long. 84 The data has to be 16 bytes long. 94 The data has to be 4 bytes long.
|
| H A D | sysfs-driver-hid-roccat-savu | 9 47 bytes long. 21 profile will be read next. The data has to be 3 bytes long. 33 settings back to the mouse. The data has to be 43 bytes long. 45 The data is 8 bytes long. 54 The data has to be 2083 bytes long. 67 The data has to be 3 bytes long. 76 The data has to be 4 bytes long.
|
| /linux-6.15/Documentation/translations/zh_CN/admin-guide/ |
| H A D | cpu-load.rst | 60 static unsigned long hog (unsigned long niters) 72 unsigned long v[HIST]; 74 unsigned long n;
|
| /linux-6.15/Documentation/translations/zh_TW/admin-guide/ |
| H A D | cpu-load.rst | 66 static unsigned long hog (unsigned long niters) 78 unsigned long v[HIST]; 80 unsigned long n;
|
| /linux-6.15/Documentation/userspace-api/media/drivers/ |
| H A D | vgxy61.rst | 19 - The merger outputs a long exposure capture as long as it is not 22 - This involves subtracting the short exposure frame from the long
|
| /linux-6.15/scripts/coccinelle/misc/ |
| H A D | do_div.cocci | 3 /// When the divisor is long, unsigned long, u64, or s64, 67 long l: script:python() { filter_out_safe_constants(l) }; 68 unsigned long ul : script:python() { filter_out_safe_constants(ul) }; 86 long l: script:python() { filter_out_safe_constants(l) }; 87 unsigned long ul : script:python() { filter_out_safe_constants(ul) };
|
| /linux-6.15/tools/net/sunrpc/xdrgen/grammars/ |
| H A D | xdr.lark | 24 | long 36 unsigned_long : "unsigned" "long" 39 long : "long"
|
| /linux-6.15/Documentation/driver-api/ |
| H A D | io-mapping.rst | 16 struct io_mapping *io_mapping_create_wc(unsigned long base, 17 unsigned long size) 28 or long term, depending on the requirements. Of course, temporary maps are 32 unsigned long offset) 35 unsigned long offset) 78 unsigned long offset)
|
| /linux-6.15/Documentation/bpf/ |
| H A D | prog_lsm.rst | 18 .. c:function:: int file_mprotect(struct vm_area_struct *vma, unsigned long reqprot, unsigned long … 31 unsigned long start_brk, brk, start_stack; 35 unsigned long start_brk, brk, start_stack; 36 unsigned long vm_start, vm_end; 69 unsigned long reqprot, unsigned long prot, int ret)
|