Home
last modified time | relevance | path

Searched defs:tlbe (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/powerpc/kvm/
De500.h154 get_tlb_size(const struct kvm_book3e_206_tlb_entry *tlbe) in get_tlb_size()
159 static inline gva_t get_tlb_eaddr(const struct kvm_book3e_206_tlb_entry *tlbe) in get_tlb_eaddr()
164 static inline u64 get_tlb_bytes(const struct kvm_book3e_206_tlb_entry *tlbe) in get_tlb_bytes()
170 static inline gva_t get_tlb_end(const struct kvm_book3e_206_tlb_entry *tlbe) in get_tlb_end()
176 static inline u64 get_tlb_raddr(const struct kvm_book3e_206_tlb_entry *tlbe) in get_tlb_raddr()
182 get_tlb_tid(const struct kvm_book3e_206_tlb_entry *tlbe) in get_tlb_tid()
188 get_tlb_ts(const struct kvm_book3e_206_tlb_entry *tlbe) in get_tlb_ts()
194 get_tlb_v(const struct kvm_book3e_206_tlb_entry *tlbe) in get_tlb_v()
200 get_tlb_iprot(const struct kvm_book3e_206_tlb_entry *tlbe) in get_tlb_iprot()
206 get_tlb_tsize(const struct kvm_book3e_206_tlb_entry *tlbe) in get_tlb_tsize()
[all …]
De500_mmu.c103 struct kvm_book3e_206_tlb_entry *tlbe = in kvmppc_e500_tlb_index() local
166 struct kvm_book3e_206_tlb_entry *tlbe = in kvmppc_recalc_tlb1map_range() local
281 struct kvm_book3e_206_tlb_entry *tlbe; in tlbilx_all() local
De500.c335 struct kvm_book3e_206_tlb_entry *tlbe; in kvmppc_e500_tlb_setup() local
De500_mmu_host.c242 static inline int tlbe_is_writable(struct kvm_book3e_206_tlb_entry *tlbe) in tlbe_is_writable()