Lines Matching defs:end
22 unsigned long start, end;
26 end = vcpu->run->s.regs.gprs[vcpu->arch.sie_block->ipa & 0xf] + PAGE_SIZE;
29 if (start & ~PAGE_MASK || end & ~PAGE_MASK || start >= end
33 VCPU_EVENT(vcpu, 5, "diag release pages %lX %lX", start, end);
36 * We checked for start >= end above, so lets check for the
39 if (end <= prefix || start >= prefix + 2 * PAGE_SIZE) {
40 gmap_discard(vcpu->arch.gmap, start, end);
51 if (end > prefix + PAGE_SIZE)
53 gmap_discard(vcpu->arch.gmap, prefix + 2 * PAGE_SIZE, end);
147 VCPU_EVENT(vcpu, 5, "%s", "diag time slice end");
195 "diag time slice end directed to %d: yield forwarded",
204 VCPU_EVENT(vcpu, 5, "diag time slice end directed to %d: done", tid);
207 VCPU_EVENT(vcpu, 5, "diag time slice end directed to %d: ignored", tid);