Home
last modified time | relevance | path

Searched refs:tmp_end (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/powerpc/kexec/
H A Dfile_load.c186 uint64_t tmp_start, tmp_end, tmp_size; in setup_new_fdt() local
195 tmp_end = fdt64_to_cpu(*((const fdt64_t *) prop)); in setup_new_fdt()
201 tmp_size = tmp_end - tmp_start; in setup_new_fdt()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/fs/cifs/
H A Dconnect.c1402 char *tmp_end, *value; in cifs_parse_mount_options() local
1980 tmp_end = strchr(data, '='); in cifs_parse_mount_options()
1981 tmp_end++; in cifs_parse_mount_options()
1982 if (!(tmp_end < end && tmp_end[1] == delim)) { in cifs_parse_mount_options()
1994 /* Set tmp_end to end of the string */ in cifs_parse_mount_options()
1995 tmp_end = (char *) value + strlen(value); in cifs_parse_mount_options()
2001 if (tmp_end < end && tmp_end[1] == delim) { in cifs_parse_mount_options()
2002 tmp_end[ in cifs_parse_mount_options()
[all...]
/kernel/linux/linux-6.6/mm/
H A Dmadvise.c920 unsigned long tmp_end; in madvise_populate() local
937 tmp_end = min_t(unsigned long, end, vma->vm_end); in madvise_populate()
939 pages = faultin_vma_page_range(vma, start, tmp_end, write, in madvise_populate()

Completed in 11 milliseconds