Home
last modified time | relevance | path

Searched refs:slot_start (Results 1 – 2 of 2) sorted by relevance

/linux/arch/powerpc/kvm/
H A De500_mmu_host.c398 unsigned long slot_start, slot_end; in kvmppc_e500_shadow_map() local
404 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()
/linux/kernel/bpf/
H A Dliveness.c973 int slot_start = -((i + 1) * 8); in clear_overlapping_stack_slots() local
974 int slot_end = slot_start + 8; in clear_overlapping_stack_slots()
976 if (slot_start < off + (int)sz && slot_end > off) { in clear_overlapping_stack_slots()