Home
last modified time | relevance | path

Searched refs:kvm_ptw_ctx (Results 1 – 1 of 1) sorted by relevance

/linux/arch/loongarch/include/asm/
H A Dkvm_mmu.h25 typedef struct kvm_ptw_ctx kvm_ptw_ctx; typedef
26 typedef int (*kvm_pte_ops)(kvm_pte_t *pte, phys_addr_t addr, kvm_ptw_ctx *ctx);
28 struct kvm_ptw_ctx { struct
90 static inline int kvm_need_flush(kvm_ptw_ctx *ctx) in kvm_need_flush()
95 static inline kvm_pte_t *kvm_pgtable_offset(kvm_ptw_ctx *ctx, kvm_pte_t *table, in kvm_pgtable_offset()
102 static inline phys_addr_t kvm_pgtable_addr_end(kvm_ptw_ctx *ctx, in kvm_pgtable_addr_end()
112 static inline int kvm_pte_present(kvm_ptw_ctx *ctx, kvm_pte_t *entry) in kvm_pte_present()
120 static inline int kvm_pte_none(kvm_ptw_ctx *ctx, kvm_pte_t *entry) in kvm_pte_none()
125 static inline void kvm_ptw_enter(kvm_ptw_ctx *ctx) in kvm_ptw_enter()
132 static inline void kvm_ptw_exit(kvm_ptw_ctx *ctx) in kvm_ptw_exit()