Searched refs:end (Results 226 - 250 of 3774) sorted by relevance

1234567891011>>

/linux-master/arch/loongarch/mm/
H A Dkasan_init.c146 unsigned long end, int node, bool early)
157 } while (ptep++, addr = next, addr != end && __pte_none(early, READ_ONCE(*ptep)));
161 unsigned long end, int node, bool early)
167 next = pmd_addr_end(addr, end);
169 } while (pmdp++, addr = next, addr != end && __pmd_none(early, READ_ONCE(*pmdp)));
173 unsigned long end, int node, bool early)
179 next = pud_addr_end(addr, end);
181 } while (pudp++, addr = next, addr != end);
185 unsigned long end, int node, bool early)
191 next = p4d_addr_end(addr, end);
145 kasan_pte_populate(pmd_t *pmdp, unsigned long addr, unsigned long end, int node, bool early) argument
160 kasan_pmd_populate(pud_t *pudp, unsigned long addr, unsigned long end, int node, bool early) argument
172 kasan_pud_populate(p4d_t *p4dp, unsigned long addr, unsigned long end, int node, bool early) argument
184 kasan_p4d_populate(pgd_t *pgdp, unsigned long addr, unsigned long end, int node, bool early) argument
196 kasan_pgd_populate(unsigned long addr, unsigned long end, int node, bool early) argument
212 kasan_map_populate(unsigned long start, unsigned long end, int node) argument
229 clear_pgds(unsigned long start, unsigned long end) argument
270 void *end = (void *)phys_to_virt(pa_end); local
[all...]
/linux-master/drivers/md/dm-vdo/indexer/
H A Dio-factory.c37 u8 *end; member in struct:buffered_reader
53 u8 *end; member in struct:buffered_writer
160 .end = NULL,
175 if ((reader->end == NULL) || (block_number != reader->block_number)) {
193 reader->end = reader->start + offset;
199 return (reader->end == NULL) ? 0 : reader->start + UDS_BLOCK_SIZE - reader->end;
210 if (reader->end != NULL)
228 memcpy(data, reader->end, chunk_size);
231 reader->end
[all...]
/linux-master/sound/firewire/bebob/
H A Dbebob_stream.c74 goto end;
82 goto end;
86 goto end;
91 end:
103 goto end;
108 goto end;
115 end:
134 goto end;
142 goto end;
146 goto end;
[all...]
/linux-master/drivers/acpi/apei/
H A Dapei-base.c198 int *end)
208 if (end)
209 *end = i;
242 int rc, end; local
245 NULL, &end);
249 ctx_unmap.entries = end;
283 unsigned long end; member in struct:apei_res
296 unsigned long end = start + size; local
298 if (end <= start)
302 if (res->start > end || re
195 apei_exec_for_each_entry(struct apei_exec_context *ctx, apei_exec_entry_func_t func, void *data, int *end) argument
[all...]
/linux-master/arch/alpha/lib/
H A Ddbg_stackcheck.S28 .end _mcount
H A Ddbg_current.S30 .end _mcount
/linux-master/arch/sh/kernel/cpu/sh4a/
H A Dpinmux-sh7786.c22 .end = 0xffcc008f,
H A Dpinmux-shx3.c16 .end = 0xffc7001f,
H A Dpinmux-sh7757.c22 .end = 0xffec008f,
H A Dpinmux-sh7723.c17 .end = 0xa405016f,
H A Dpinmux-sh7724.c22 .end = 0xa405016f,
H A Dpinmux-sh7785.c17 .end = 0xffe7008f,
H A Dpinmux-sh7722.c11 .end = 0xa405018f,
/linux-master/arch/sh/kernel/cpu/sh3/
H A Dpinmux-sh7720.c17 .end = 0xa405016f,
/linux-master/arch/sh/boards/mach-lboxre2/
H A Dsetup.c21 .end = 0x1f0 + 8 ,
26 .end = 0x1f0 +8 + 0x206 + 8,
63 cf_ide_resources[0].end += cf0_io_base ;
65 cf_ide_resources[1].end += cf0_io_base ;
/linux-master/arch/sh/kernel/cpu/sh2a/
H A Dpinmux-sh7269.c18 .end = 0xfffe391f,
H A Dpinmux-sh7203.c17 .end = 0xfffe3a9f,
H A Dpinmux-sh7264.c17 .end = 0xfffe393f,
/linux-master/tools/build/feature/
H A Dtest-libunwind-debug-frame-aarch64.c9 unw_word_t end);
H A Dtest-libunwind-debug-frame-arm.c9 unw_word_t end);
H A Dtest-libunwind-debug-frame.c9 unw_word_t end);
/linux-master/fs/coda/
H A Dcoda_int.h15 int coda_fsync(struct file *coda_file, loff_t start, loff_t end, int datasync);
/linux-master/include/asm-generic/
H A Dmm_hooks.h21 unsigned long start, unsigned long end)
20 arch_unmap(struct mm_struct *mm, unsigned long start, unsigned long end) argument
/linux-master/arch/um/kernel/
H A Dexitcode.c42 char *end, buf[sizeof("nnnnn\0")]; local
50 tmp = simple_strtol(buf, &end, 0);
51 if ((*end != '\0') && !isspace(*end))
/linux-master/drivers/staging/media/atomisp/pci/base/circbuf/interface/
H A Dia_css_circbuf_desc.h42 return (cb_desc->end == cb_desc->start);
59 return (OP_std_modadd(cb_desc->end, 1, cb_desc->size) == cb_desc->start);
149 cb_desc->end);
170 cb_desc->end);

Completed in 225 milliseconds

1234567891011>>