Searched refs:slot_end (Results 1 – 2 of 2) sorted by relevance
398 unsigned long slot_start, slot_end; in kvmppc_e500_shadow_map() local405 slot_end = slot_start + slot->npages; in kvmppc_e500_shadow_map()409 if (end > slot_end) in kvmppc_e500_shadow_map()410 end = slot_end; in kvmppc_e500_shadow_map()
974 int slot_end = slot_start + 8; in clear_overlapping_stack_slots() local976 if (slot_start < off + (int)sz && slot_end > off) { in clear_overlapping_stack_slots()