Searched refs:ulhc_x (Results 1 – 1 of 1) sorted by relevance
43 int ulhc_x; /* upper left hand corner x coord */ member90 return (x >= r->ulhc_x && x < r->ulhc_x + r->width) && in contains()104 r->ulhc_x = cpu_x(ulhc); in setup_rectangle()106 r->width = cpu_x(lrhc) - r->ulhc_x + 1; in setup_rectangle()132 return a->ulhc_x + a->width > b->ulhc_x && /* A not to the left */ in overlaps()133 b->ulhc_x + b->width > a->ulhc_x && /* B not to the left */ in overlaps()170 if (x == r->ulhc_x) in hardwall_setup_ipi_func()172 if (x == r->ulhc_x + r->width - 1) in hardwall_setup_ipi_func()193 cpu = r->ulhc_y * smp_width + r->ulhc_x; in hardwall_setup()610 cpu = r->ulhc_y * smp_width + r->ulhc_x; in fill_mask()[all …]