Home
last modified time | relevance | path

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

/linux-6.6.21/arch/arm64/kvm/hyp/include/nvhe/
Dmem_protect.h82 void reclaim_guest_pages(struct pkvm_hyp_vm *vm, struct kvm_hyp_memcache *mc);
83 int refill_memcache(struct kvm_hyp_memcache *mc, unsigned long min_pages,
84 struct kvm_hyp_memcache *host_mc);
/linux-6.6.21/arch/arm64/kvm/hyp/nvhe/
Dmm.c394 struct kvm_hyp_memcache *host_mc = arg; in admit_host_page()
412 int refill_memcache(struct kvm_hyp_memcache *mc, unsigned long min_pages, in refill_memcache()
413 struct kvm_hyp_memcache *host_mc) in refill_memcache()
415 struct kvm_hyp_memcache tmp = *host_mc; in refill_memcache()
Dpkvm.c577 teardown_donated_memory(struct kvm_hyp_memcache *mc, void *addr, size_t size) in teardown_donated_memory()
590 struct kvm_hyp_memcache *mc; in __pkvm_teardown_vm()
Dmem_protect.c269 void reclaim_guest_pages(struct pkvm_hyp_vm *vm, struct kvm_hyp_memcache *mc) in reclaim_guest_pages()
/linux-6.6.21/arch/arm64/include/asm/
Dkvm_host.h84 struct kvm_hyp_memcache { struct
89 static inline void push_hyp_memcache(struct kvm_hyp_memcache *mc, in push_hyp_memcache() argument
98 static inline void *pop_hyp_memcache(struct kvm_hyp_memcache *mc, in pop_hyp_memcache()
112 static inline int __topup_hyp_memcache(struct kvm_hyp_memcache *mc, in __topup_hyp_memcache()
129 static inline void __free_hyp_memcache(struct kvm_hyp_memcache *mc, in __free_hyp_memcache()
138 void free_hyp_memcache(struct kvm_hyp_memcache *mc);
139 int topup_hyp_memcache(struct kvm_hyp_memcache *mc, unsigned long min_pages);
202 struct kvm_hyp_memcache teardown_mc;
/linux-6.6.21/arch/arm64/kvm/
Dmmu.c1039 void free_hyp_memcache(struct kvm_hyp_memcache *mc) in free_hyp_memcache()
1046 int topup_hyp_memcache(struct kvm_hyp_memcache *mc, unsigned long min_pages) in topup_hyp_memcache()