kvm_hyp_memcache
static inline void *pop_hyp_memcache(struct kvm_hyp_memcache *mc,
static inline int __topup_hyp_memcache(struct kvm_hyp_memcache *mc,
static inline void __free_hyp_memcache(struct kvm_hyp_memcache *mc,
void free_hyp_memcache(struct kvm_hyp_memcache *mc);
int topup_hyp_memcache(struct kvm_hyp_memcache *mc, unsigned long min_pages);
struct kvm_hyp_memcache teardown_mc;
struct kvm_hyp_memcache stage2_teardown_mc;
struct kvm_hyp_memcache pkvm_memcache;
static inline void push_hyp_memcache(struct kvm_hyp_memcache *mc,
void reclaim_pgtable_pages(struct pkvm_hyp_vm *vm, struct kvm_hyp_memcache *mc);
int refill_memcache(struct kvm_hyp_memcache *mc, unsigned long min_pages,
struct kvm_hyp_memcache *host_mc);
void reclaim_pgtable_pages(struct pkvm_hyp_vm *vm, struct kvm_hyp_memcache *mc)
struct kvm_hyp_memcache *host_mc = arg;
int refill_memcache(struct kvm_hyp_memcache *mc, unsigned long min_pages,
struct kvm_hyp_memcache *host_mc)
struct kvm_hyp_memcache tmp = *host_mc;
teardown_donated_memory(struct kvm_hyp_memcache *mc, void *addr, size_t size)
struct kvm_hyp_memcache *mc, *stage2_mc;
struct kvm_hyp_memcache *vcpu_mc;
struct kvm_hyp_memcache *memcache = mc;
struct kvm_hyp_memcache *memcache = mc;
void free_hyp_memcache(struct kvm_hyp_memcache *mc)
int topup_hyp_memcache(struct kvm_hyp_memcache *mc, unsigned long min_pages)
struct kvm_hyp_memcache *cache = mc;