Home
last modified time | relevance | path

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

/arch/powerpc/kvm/
D44x_tlb.c148 if (get_tlb_v(stlbe) && get_tlb_ts(stlbe)) in kvmppc_44x_tlb_load()
171 if (get_tlb_v(stlbe) && get_tlb_ts(stlbe)) in kvmppc_44x_tlb_put()
199 if (!get_tlb_v(tlbe)) in kvmppc_44x_tlb_index()
397 if (!get_tlb_v(tlbe)) in tlbe_is_host_safe()
D44x_tlb.h73 static inline unsigned int get_tlb_v(const struct kvmppc_44x_tlbe *tlbe) in get_tlb_v() function