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

/linux-master/arch/powerpc/kexec/
H A Dfile_load_64.c477 u64 loc_base, loc_end; local
484 loc_end = um_info->ranges[i].end;
485 if (loc_base >= base && loc_end <= end)
487 else if (base < loc_end && end > loc_base) {
490 if (loc_end > end)
491 loc_end = end;
501 cpu_to_be64(loc_end - loc_base + 1);
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_surface.c1657 * @loc_end: The location corresponding to the end of the region.
1659 * As we are assuming that @loc_start and @loc_end represent a sequential
1667 const struct vmw_surface_loc *loc_end)
1680 if (box_c2 < loc_end->z)
1681 box->d = loc_end->z - box->z;
1683 if (loc_start->z + 1 == loc_end->z) {
1687 if (box_c2 < loc_end->y)
1688 box->h = loc_end->y - box->y;
1690 if (loc_start->y + 1 == loc_end->y) {
1694 if (box_c2 < loc_end
1665 vmw_subres_dirty_add(struct vmw_surface_dirty *dirty, const struct vmw_surface_loc *loc_start, const struct vmw_surface_loc *loc_end) argument
[all...]

Completed in 108 milliseconds