Searched refs:slot_start (Results 1 – 2 of 2) sorted by relevance
398 unsigned long slot_start, slot_end; in kvmppc_e500_shadow_map() local404 slot_start = pfn - (gfn - slot->base_gfn); in kvmppc_e500_shadow_map()405 slot_end = slot_start + slot->npages; in kvmppc_e500_shadow_map()407 if (start < slot_start) in kvmppc_e500_shadow_map()408 start = slot_start; in kvmppc_e500_shadow_map()
2468 unsigned long slot, slot_start, slot_wrap, to; in mtip_service_thread() local2535 slot_start = num_cmd_slots; in mtip_service_thread()2541 if ((slot_start >= slot) || in mtip_service_thread()2545 if (unlikely(slot_start == num_cmd_slots)) in mtip_service_thread()2546 slot_start = slot; in mtip_service_thread()