Searched refs:temp_end (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/kernel/ |
H A D | kexec_file.c | 426 unsigned long temp_start, temp_end; in locate_mem_hole_top_down() local 428 temp_end = min(end, kbuf->buf_max); in locate_mem_hole_top_down() 429 temp_start = temp_end - kbuf->memsz; in locate_mem_hole_top_down() 438 temp_end = temp_start + kbuf->memsz - 1; in locate_mem_hole_top_down() 444 if (kimage_is_destination_range(image, temp_start, temp_end)) { in locate_mem_hole_top_down() 464 unsigned long temp_start, temp_end; in locate_mem_hole_bottom_up() local 470 temp_end = temp_start + kbuf->memsz - 1; in locate_mem_hole_bottom_up() 472 if (temp_end > end || temp_end > kbuf->buf_max) in locate_mem_hole_bottom_up() 478 if (kimage_is_destination_range(image, temp_start, temp_end)) { in locate_mem_hole_bottom_up() [all...] |
/kernel/linux/linux-5.10/kernel/ |
H A D | kexec_file.c | 427 unsigned long temp_start, temp_end; in locate_mem_hole_top_down() local 429 temp_end = min(end, kbuf->buf_max); in locate_mem_hole_top_down() 430 temp_start = temp_end - kbuf->memsz; in locate_mem_hole_top_down() 439 temp_end = temp_start + kbuf->memsz - 1; in locate_mem_hole_top_down() 445 if (kimage_is_destination_range(image, temp_start, temp_end)) { in locate_mem_hole_top_down() 465 unsigned long temp_start, temp_end; in locate_mem_hole_bottom_up() local 471 temp_end = temp_start + kbuf->memsz - 1; in locate_mem_hole_bottom_up() 473 if (temp_end > end || temp_end > kbuf->buf_max) in locate_mem_hole_bottom_up() 479 if (kimage_is_destination_range(image, temp_start, temp_end)) { in locate_mem_hole_bottom_up() [all...] |
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | applesmc.c | 128 unsigned int temp_end; /* temperature upper index bound */ member 550 for (i = s->temp_begin; i < s->temp_end; i++) { in applesmc_init_index() 603 ret = applesmc_get_lower_bound(&s->temp_end, "U"); in applesmc_init_smcreg_try() 606 s->temp_count = s->temp_end - s->temp_begin; in applesmc_init_smcreg_try()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | applesmc.c | 128 unsigned int temp_end; /* temperature upper index bound */ member 550 for (i = s->temp_begin; i < s->temp_end; i++) { in applesmc_init_index() 603 ret = applesmc_get_lower_bound(&s->temp_end, "U"); in applesmc_init_smcreg_try() 606 s->temp_count = s->temp_end - s->temp_begin; in applesmc_init_smcreg_try()
|
/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
H A D | ibmphp_pci.c | 1201 u32 temp_end; in unconfigure_boot_device() local 1243 temp_end = io->end; in unconfigure_boot_device() 1247 while (temp_end < end_address) { in unconfigure_boot_device() 1253 temp_end = io->end; in unconfigure_boot_device()
|
/kernel/linux/linux-6.6/drivers/pci/hotplug/ |
H A D | ibmphp_pci.c | 1200 u32 temp_end; in unconfigure_boot_device() local 1242 temp_end = io->end; in unconfigure_boot_device() 1246 while (temp_end < end_address) { in unconfigure_boot_device() 1252 temp_end = io->end; in unconfigure_boot_device()
|
Completed in 12 milliseconds