Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/of/
Dkexec.c332 u64 tmp_start, tmp_end, tmp_size; in of_kexec_alloc_and_setup_fdt() local
342 tmp_end = fdt64_to_cpu(*((const fdt64_t *) prop)); in of_kexec_alloc_and_setup_fdt()
348 tmp_size = tmp_end - tmp_start; in of_kexec_alloc_and_setup_fdt()
/linux-5.19.10/drivers/firmware/efi/libstub/
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-5.19.10/arch/sh/kernel/
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-5.19.10/mm/
Dmadvise.c885 unsigned long tmp_end; in madvise_populate() local
902 tmp_end = min_t(unsigned long, end, vma->vm_end); in madvise_populate()
904 pages = faultin_vma_page_range(vma, start, tmp_end, write, in madvise_populate()