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

/linux-master/arch/powerpc/kvm/
H A De500_mmu_host.c371 unsigned long slot_start, slot_end; local
382 slot_end = slot_start + slot->npages;
386 if (end > slot_end)
387 end = slot_end;

Completed in 83 milliseconds