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

1234567891011>>

/linux-master/drivers/gpu/drm/i915/
H A Dintel_uncore.c915 else if (offset > entry->end)
992 { .start = 0x2030, .end = 0x2030 },
993 { .start = 0xA008, .end = 0xA00C },
994 { .start = 0x12030, .end = 0x12030 },
995 { .start = 0x1a030, .end = 0x1a030 },
996 { .start = 0x22030, .end = 0x22030 },
1000 { .start = 0x2030, .end = 0x2030 },
1001 { .start = 0x2550, .end = 0x2550 },
1002 { .start = 0xA008, .end = 0xA00C },
1003 { .start = 0x22030, .end
[all...]
/linux-master/arch/arm64/mm/
H A Dmmu.c175 static void init_pte(pmd_t *pmdp, unsigned long addr, unsigned long end, argument
194 } while (ptep++, addr += PAGE_SIZE, addr != end);
200 unsigned long end, phys_addr_t phys,
225 next = pte_cont_addr_end(addr, end);
235 } while (addr = next, addr != end);
238 static void init_pmd(pud_t *pudp, unsigned long addr, unsigned long end, argument
249 next = pmd_addr_end(addr, end);
270 } while (pmdp++, addr = next, addr != end);
276 unsigned long end, phys_addr_t phys,
303 next = pmd_cont_addr_end(addr, end);
199 alloc_init_cont_pte(pmd_t *pmdp, unsigned long addr, unsigned long end, phys_addr_t phys, pgprot_t prot, phys_addr_t (*pgtable_alloc)(int), int flags) argument
275 alloc_init_cont_pmd(pud_t *pudp, unsigned long addr, unsigned long end, phys_addr_t phys, pgprot_t prot, phys_addr_t (*pgtable_alloc)(int), int flags) argument
316 alloc_init_pud(p4d_t *p4dp, unsigned long addr, unsigned long end, phys_addr_t phys, pgprot_t prot, phys_addr_t (*pgtable_alloc)(int), int flags) argument
371 alloc_init_p4d(pgd_t *pgdp, unsigned long addr, unsigned long end, phys_addr_t phys, pgprot_t prot, phys_addr_t (*pgtable_alloc)(int), int flags) argument
417 unsigned long addr, end, next; local
537 __map_memblock(pgd_t *pgdp, phys_addr_t start, phys_addr_t end, pgprot_t prot, int flags) argument
613 phys_addr_t start, end; local
771 u64 end = __pa_symbol(__idmap_text_end); local
820 pgtable_range_aligned(unsigned long start, unsigned long end, unsigned long floor, unsigned long ceiling, unsigned long mask) argument
839 unmap_hotplug_pte_range(pmd_t *pmdp, unsigned long addr, unsigned long end, bool free_mapped, struct vmem_altmap *altmap) argument
860 unmap_hotplug_pmd_range(pud_t *pudp, unsigned long addr, unsigned long end, bool free_mapped, struct vmem_altmap *altmap) argument
893 unmap_hotplug_pud_range(p4d_t *p4dp, unsigned long addr, unsigned long end, bool free_mapped, struct vmem_altmap *altmap) argument
926 unmap_hotplug_p4d_range(pgd_t *pgdp, unsigned long addr, unsigned long end, bool free_mapped, struct vmem_altmap *altmap) argument
945 unmap_hotplug_range(unsigned long addr, unsigned long end, bool free_mapped, struct vmem_altmap *altmap) argument
971 free_empty_pte_table(pmd_t *pmdp, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) argument
1008 free_empty_pmd_table(pud_t *pudp, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) argument
1048 free_empty_pud_table(p4d_t *p4dp, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) argument
1088 free_empty_p4d_table(pgd_t *pgdp, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) argument
1128 free_empty_tables(unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) argument
1160 vmemmap_populate(unsigned long start, unsigned long end, int node, struct vmem_altmap *altmap) argument
1172 vmemmap_free(unsigned long start, unsigned long end, struct vmem_altmap *altmap) argument
1256 unsigned long next, end; local
1282 unsigned long end = start + size; local
1383 unsigned long end = start + (1UL << PA_SECTION_SHIFT); local
1433 phys_addr_t start, end, addr; local
[all...]
/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

Completed in 197 milliseconds

1234567891011>>