Searched defs:tlbe (Results 1 – 6 of 6) sorted by relevance
34 static inline unsigned int get_tlb_size(const struct kvmppc_44x_tlbe *tlbe) in get_tlb_size()39 static inline gva_t get_tlb_eaddr(const struct kvmppc_44x_tlbe *tlbe) in get_tlb_eaddr()44 static inline gva_t get_tlb_bytes(const struct kvmppc_44x_tlbe *tlbe) in get_tlb_bytes()50 static inline gva_t get_tlb_end(const struct kvmppc_44x_tlbe *tlbe) in get_tlb_end()55 static inline u64 get_tlb_raddr(const struct kvmppc_44x_tlbe *tlbe) in get_tlb_raddr()61 static inline unsigned int get_tlb_tid(const struct kvmppc_44x_tlbe *tlbe) in get_tlb_tid()66 static inline unsigned int get_tlb_ts(const struct kvmppc_44x_tlbe *tlbe) in get_tlb_ts()71 static inline unsigned int get_tlb_v(const struct kvmppc_44x_tlbe *tlbe) in get_tlb_v()
61 static inline unsigned int get_tlb_size(const struct tlbe *tlbe) in get_tlb_size()66 static inline gva_t get_tlb_eaddr(const struct tlbe *tlbe) in get_tlb_eaddr()71 static inline u64 get_tlb_bytes(const struct tlbe *tlbe) in get_tlb_bytes()77 static inline gva_t get_tlb_end(const struct tlbe *tlbe) in get_tlb_end()83 static inline u64 get_tlb_raddr(const struct tlbe *tlbe) in get_tlb_raddr()89 static inline unsigned int get_tlb_tid(const struct tlbe *tlbe) in get_tlb_tid()94 static inline unsigned int get_tlb_ts(const struct tlbe *tlbe) in get_tlb_ts()99 static inline unsigned int get_tlb_v(const struct tlbe *tlbe) in get_tlb_v()104 static inline unsigned int get_tlb_iprot(const struct tlbe *tlbe) in get_tlb_iprot()176 const struct tlbe *tlbe) in tlbe_is_host_safe()
51 struct kvmppc_44x_tlbe *tlbe; in kvmppc_dump_tlbs() local80 struct kvmppc_44x_tlbe *tlbe) in kvmppc_44x_tlbre()188 struct kvmppc_44x_tlbe *tlbe = &vcpu_44x->guest_tlb[i]; in kvmppc_44x_tlb_index() local420 const struct kvmppc_44x_tlbe *tlbe) in tlbe_is_host_safe()443 struct kvmppc_44x_tlbe *tlbe; in kvmppc_44x_emul_tlbwe() local
224 struct tlbe *tlbe; in kvmppc_dump_tlbs() local260 static inline int tlbe_is_writable(struct tlbe *tlbe) in tlbe_is_writable()435 struct tlbe *tlbe = &vcpu_e500->gtlb_arch[tlbsel][set_base + i]; in kvmppc_e500_tlb_index() local996 struct tlbe *tlbe; in kvmppc_e500_tlb_setup() local
58 struct kvmppc_44x_tlbe *tlbe = &vcpu_44x->guest_tlb[0]; in kvmppc_core_vcpu_setup() local
25 struct tlbe{ struct44 struct tlbe *gtlb_arch[E500_TLB_NUM]; argument