Home
last modified time | relevance | path

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

/linux-3.3/arch/powerpc/kvm/
D44x_tlb.h34 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()
De500_tlb.h61 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()
D44x_tlb.c51 struct kvmppc_44x_tlbe *tlbe; in kvmppc_dump_tlbs() local
80 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() local
420 const struct kvmppc_44x_tlbe *tlbe) in tlbe_is_host_safe()
443 struct kvmppc_44x_tlbe *tlbe; in kvmppc_44x_emul_tlbwe() local
De500_tlb.c224 struct tlbe *tlbe; in kvmppc_dump_tlbs() local
260 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() local
996 struct tlbe *tlbe; in kvmppc_e500_tlb_setup() local
D44x.c58 struct kvmppc_44x_tlbe *tlbe = &vcpu_44x->guest_tlb[0]; in kvmppc_core_vcpu_setup() local
/linux-3.3/arch/powerpc/include/asm/
Dkvm_e500.h25 struct tlbe{ struct
44 struct tlbe *gtlb_arch[E500_TLB_NUM]; argument