Home
last modified time | relevance | path

Searched refs:get_tlb_bytes (Results 1 – 3 of 3) sorted by relevance

/arch/powerpc/kvm/
D44x_tlb.h46 static inline gva_t get_tlb_bytes(const struct kvmppc_44x_tlbe *tlbe) in get_tlb_bytes() function
54 return get_tlb_eaddr(tlbe) + get_tlb_bytes(tlbe) - 1; in get_tlb_end()
90 unsigned int pgmask = get_tlb_bytes(tlbe) - 1; in tlb_xlate()
Dbooke.c319 gtlbe->word2, get_tlb_bytes(gtlbe), gtlb_index); in kvmppc_handle_exit()
366 gtlbe->word2, get_tlb_bytes(gtlbe), gtlb_index); in kvmppc_handle_exit()
D44x_tlb.c461 bytes = get_tlb_bytes(tlbe); in kvmppc_44x_emul_tlbwe()