Home
last modified time | relevance | path

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

/linux/arch/powerpc/kexec/
H A Dfile_load_64.c106 u64 loc_base, loc_end; in add_usable_mem() local
113 loc_end = um_info->ranges[i].end; in add_usable_mem()
114 if (loc_base >= base && loc_end <= end) in add_usable_mem()
116 else if (base < loc_end && end > loc_base) { in add_usable_mem()
119 if (loc_end > end) in add_usable_mem()
120 loc_end = end; in add_usable_mem()
130 cpu_to_be64(loc_end - loc_base + 1); in add_usable_mem()
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_surface.c1768 const struct vmw_surface_loc *loc_end) in vmw_subres_dirty_add() argument
1781 if (box_c2 < loc_end->z) in vmw_subres_dirty_add()
1782 box->d = loc_end->z - box->z; in vmw_subres_dirty_add()
1784 if (loc_start->z + 1 == loc_end->z) { in vmw_subres_dirty_add()
1788 if (box_c2 < loc_end->y) in vmw_subres_dirty_add()
1789 box->h = loc_end->y - box->y; in vmw_subres_dirty_add()
1791 if (loc_start->y + 1 == loc_end->y) { in vmw_subres_dirty_add()
1795 if (box_c2 < loc_end->x) in vmw_subres_dirty_add()
1796 box->w = loc_end->x - box->x; in vmw_subres_dirty_add()