Home
last modified time | relevance | path

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

/arch/powerpc/kvm/
D44x_tlb.h36 static inline unsigned int get_tlb_size(const struct kvmppc_44x_tlbe *tlbe) in get_tlb_size()
41 static inline gva_t get_tlb_eaddr(const struct kvmppc_44x_tlbe *tlbe) in get_tlb_eaddr()
46 static inline gva_t get_tlb_bytes(const struct kvmppc_44x_tlbe *tlbe) in get_tlb_bytes()
52 static inline gva_t get_tlb_end(const struct kvmppc_44x_tlbe *tlbe) in get_tlb_end()
57 static inline u64 get_tlb_raddr(const struct kvmppc_44x_tlbe *tlbe) in get_tlb_raddr()
63 static inline unsigned int get_tlb_tid(const struct kvmppc_44x_tlbe *tlbe) in get_tlb_tid()
68 static inline unsigned int get_tlb_ts(const struct kvmppc_44x_tlbe *tlbe) in get_tlb_ts()
73 static inline unsigned int get_tlb_v(const struct kvmppc_44x_tlbe *tlbe) in get_tlb_v()
88 static inline gpa_t tlb_xlate(struct kvmppc_44x_tlbe *tlbe, gva_t eaddr) in tlb_xlate()
D44x_tlb.c49 struct kvmppc_44x_tlbe *tlbe; in kvmppc_dump_tlbs() local
78 struct kvmppc_44x_tlbe *tlbe) in kvmppc_44x_tlbre()
186 struct kvmppc_44x_tlbe *tlbe = &vcpu_44x->guest_tlb[i]; in kvmppc_44x_tlb_index() local
393 const struct kvmppc_44x_tlbe *tlbe) in tlbe_is_host_safe()
416 struct kvmppc_44x_tlbe *tlbe; in kvmppc_44x_emul_tlbwe() local
D44x.c122 struct kvmppc_44x_tlbe *tlbe = &vcpu_44x->guest_tlb[0]; in kvmppc_core_vcpu_setup() local