Lines Matching defs:kvm_ptw_ctx
32 typedef struct kvm_ptw_ctx kvm_ptw_ctx;
33 typedef int (*kvm_pte_ops)(kvm_pte_t *pte, phys_addr_t addr, kvm_ptw_ctx *ctx);
35 struct kvm_ptw_ctx {
102 static inline int kvm_need_flush(kvm_ptw_ctx *ctx)
107 static inline kvm_pte_t *kvm_pgtable_offset(kvm_ptw_ctx *ctx, kvm_pte_t *table,
114 static inline phys_addr_t kvm_pgtable_addr_end(kvm_ptw_ctx *ctx,
124 static inline int kvm_pte_present(kvm_ptw_ctx *ctx, kvm_pte_t *entry)
132 static inline int kvm_pte_none(kvm_ptw_ctx *ctx, kvm_pte_t *entry)
137 static inline void kvm_ptw_enter(kvm_ptw_ctx *ctx)
144 static inline void kvm_ptw_exit(kvm_ptw_ctx *ctx)