Home
last modified time | relevance | path

Searched refs:loc_end (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/kexec/
H A Dfile_load_64.c471 u64 loc_base, loc_end; in add_usable_mem() local
478 loc_end = um_info->ranges[i].end; in add_usable_mem()
479 if (loc_base >= base && loc_end <= end) in add_usable_mem()
481 else if (base < loc_end && end > loc_base) { in add_usable_mem()
484 if (loc_end > end) in add_usable_mem()
485 loc_end = end; in add_usable_mem()
495 cpu_to_be64(loc_end - loc_base + 1); in add_usable_mem()
/kernel/linux/linux-6.6/arch/powerpc/kexec/
H A Dfile_load_64.c476 u64 loc_base, loc_end; in add_usable_mem() local
483 loc_end = um_info->ranges[i].end; in add_usable_mem()
484 if (loc_base >= base && loc_end <= end) in add_usable_mem()
486 else if (base < loc_end && end > loc_base) { in add_usable_mem()
489 if (loc_end > end) in add_usable_mem()
490 loc_end = end; in add_usable_mem()
500 cpu_to_be64(loc_end - loc_base + 1); in add_usable_mem()
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_surface.c1714 * @loc_end: The location corresponding to the end of the region.
1716 * As we are assuming that @loc_start and @loc_end represent a sequential
1724 const struct svga3dsurface_loc *loc_end) in vmw_subres_dirty_add()
1737 if (box_c2 < loc_end->z) in vmw_subres_dirty_add()
1738 box->d = loc_end->z - box->z; in vmw_subres_dirty_add()
1740 if (loc_start->z + 1 == loc_end->z) { in vmw_subres_dirty_add()
1744 if (box_c2 < loc_end->y) in vmw_subres_dirty_add()
1745 box->h = loc_end->y - box->y; in vmw_subres_dirty_add()
1747 if (loc_start->y + 1 == loc_end->y) { in vmw_subres_dirty_add()
1751 if (box_c2 < loc_end in vmw_subres_dirty_add()
1722 vmw_subres_dirty_add(struct vmw_surface_dirty *dirty, const struct svga3dsurface_loc *loc_start, const struct svga3dsurface_loc *loc_end) vmw_subres_dirty_add() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_surface.c1661 * @loc_end: The location corresponding to the end of the region.
1663 * As we are assuming that @loc_start and @loc_end represent a sequential
1671 const struct vmw_surface_loc *loc_end) in vmw_subres_dirty_add()
1684 if (box_c2 < loc_end->z) in vmw_subres_dirty_add()
1685 box->d = loc_end->z - box->z; in vmw_subres_dirty_add()
1687 if (loc_start->z + 1 == loc_end->z) { in vmw_subres_dirty_add()
1691 if (box_c2 < loc_end->y) in vmw_subres_dirty_add()
1692 box->h = loc_end->y - box->y; in vmw_subres_dirty_add()
1694 if (loc_start->y + 1 == loc_end->y) { in vmw_subres_dirty_add()
1698 if (box_c2 < loc_end in vmw_subres_dirty_add()
1669 vmw_subres_dirty_add(struct vmw_surface_dirty *dirty, const struct vmw_surface_loc *loc_start, const struct vmw_surface_loc *loc_end) vmw_subres_dirty_add() argument
[all...]

Completed in 9 milliseconds