Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/boot/
H A Dkaslr.c112 unsigned long start, end, tmp_end, range_pos, pos = 0; in iterate_valid_positions() local
136 tmp_end = end; in iterate_valid_positions()
140 tmp_end = res->start; in iterate_valid_positions()
142 if (start + size <= tmp_end) { in iterate_valid_positions()
143 range_pos = (tmp_end - start - size) / align + 1; in iterate_valid_positions()
/openbmc/linux/drivers/of/
H A Dkexec.c330 u64 tmp_start, tmp_end, tmp_size; in of_kexec_alloc_and_setup_fdt() local
340 tmp_end = of_read_number(prop, len / 4); in of_kexec_alloc_and_setup_fdt()
346 tmp_size = tmp_end - tmp_start; in of_kexec_alloc_and_setup_fdt()
/openbmc/linux/drivers/firmware/efi/libstub/
H 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()
/openbmc/linux/arch/sh/kernel/
H 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()