Home
last modified time | relevance | path

Searched refs:loc_end (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/arch/powerpc/kexec/
A Dfile_load_64.c475 u64 loc_base, loc_end; in add_usable_mem() local
482 loc_end = um_info->ranges[i].end; in add_usable_mem()
483 if (loc_base >= base && loc_end <= end) in add_usable_mem()
485 else if (base < loc_end && end > loc_base) { in add_usable_mem()
488 if (loc_end > end) in add_usable_mem()
489 loc_end = end; in add_usable_mem()
499 cpu_to_be64(loc_end - loc_base + 1); in add_usable_mem()
/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_surface.c1675 const struct vmw_surface_loc *loc_end) in vmw_subres_dirty_add() argument
1688 if (box_c2 < loc_end->z) in vmw_subres_dirty_add()
1689 box->d = loc_end->z - box->z; in vmw_subres_dirty_add()
1691 if (loc_start->z + 1 == loc_end->z) { in vmw_subres_dirty_add()
1695 if (box_c2 < loc_end->y) in vmw_subres_dirty_add()
1696 box->h = loc_end->y - box->y; in vmw_subres_dirty_add()
1698 if (loc_start->y + 1 == loc_end->y) { in vmw_subres_dirty_add()
1702 if (box_c2 < loc_end->x) in vmw_subres_dirty_add()
1703 box->w = loc_end->x - box->x; in vmw_subres_dirty_add()

Completed in 8 milliseconds