Home
last modified time | relevance | path

Searched refs:tmp_end (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/drivers/of/
A Dkexec.c329 u64 tmp_start, tmp_end, tmp_size; in of_kexec_alloc_and_setup_fdt() local
339 tmp_end = of_read_number(prop, len / 4); in of_kexec_alloc_and_setup_fdt()
345 tmp_size = tmp_end - tmp_start; in of_kexec_alloc_and_setup_fdt()
/linux-6.3-rc2/drivers/firmware/efi/libstub/
A Dvsprintf.c305 char *tmp_end = &tmp[ARRAY_SIZE(tmp)]; in vsnprintf() local
453 s = number(tmp_end, num, base, flags & SMALL); in vsnprintf()
454 len = tmp_end - s; in vsnprintf()
/linux-6.3-rc2/arch/sh/kernel/
A Ddwarf.c357 unsigned long tmp_start, tmp_end; in dwarf_lookup_fde() local
363 tmp_end = fde_tmp->initial_location + fde_tmp->address_range; in dwarf_lookup_fde()
368 if (pc < tmp_end) { in dwarf_lookup_fde()
923 unsigned long tmp_start, tmp_end; in dwarf_parse_fde() local
932 tmp_end = fde_tmp->initial_location + fde_tmp->address_range; in dwarf_parse_fde()
938 else if (start >= tmp_end) in dwarf_parse_fde()
/linux-6.3-rc2/mm/
A Dmadvise.c910 unsigned long tmp_end; in madvise_populate() local
927 tmp_end = min_t(unsigned long, end, vma->vm_end); in madvise_populate()
929 pages = faultin_vma_page_range(vma, start, tmp_end, write, in madvise_populate()

Completed in 10 milliseconds