Home
last modified time | relevance | path

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

/linux/arch/powerpc/kvm/
H A De500.h153 get_tlb_size(const struct kvm_book3e_206_tlb_entry *tlbe) in get_tlb_size()
158 static inline gva_t get_tlb_eaddr(const struct kvm_book3e_206_tlb_entry *tlbe) in get_tlb_eaddr()
163 static inline u64 get_tlb_bytes(const struct kvm_book3e_206_tlb_entry *tlbe) in get_tlb_bytes()
169 static inline gva_t get_tlb_end(const struct kvm_book3e_206_tlb_entry *tlbe) in get_tlb_end()
175 static inline u64 get_tlb_raddr(const struct kvm_book3e_206_tlb_entry *tlbe) in get_tlb_raddr()
181 get_tlb_tid(const struct kvm_book3e_206_tlb_entry *tlbe) in get_tlb_tid()
187 get_tlb_ts(const struct kvm_book3e_206_tlb_entry *tlbe) in get_tlb_ts()
193 get_tlb_v(const struct kvm_book3e_206_tlb_entry *tlbe) in get_tlb_v()
199 get_tlb_iprot(const struct kvm_book3e_206_tlb_entry *tlbe) in get_tlb_iprot()
205 get_tlb_tsize(const struct kvm_book3e_206_tlb_entry *tlbe) in get_tlb_tsize()
[all …]
H A De500_mmu.c100 struct kvm_book3e_206_tlb_entry *tlbe = in kvmppc_e500_tlb_index() local
163 struct kvm_book3e_206_tlb_entry *tlbe = in kvmppc_recalc_tlb1map_range() local
278 struct kvm_book3e_206_tlb_entry *tlbe; in tlbilx_all() local
H A De500.c331 struct kvm_book3e_206_tlb_entry *tlbe; in kvmppc_e500_tlb_setup() local
H A De500_mmu_host.c243 static inline int tlbe_is_writable(struct kvm_book3e_206_tlb_entry *tlbe) in tlbe_is_writable()