2026-01-21 18:59:54 +08:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
2026-01-29 22:25:33 +08:00
|
|
|
#ifndef _ASM_SW64_KVM_CMA_H
|
|
|
|
|
#define _ASM_SW64_KVM_CMA_H
|
2026-01-21 18:59:54 +08:00
|
|
|
|
|
|
|
|
#include <linux/cma.h>
|
|
|
|
|
|
|
|
|
|
extern int __init kvm_cma_declare_contiguous(phys_addr_t base,
|
|
|
|
|
phys_addr_t size, phys_addr_t limit,
|
|
|
|
|
phys_addr_t alignment, unsigned int order_per_bit,
|
|
|
|
|
const char *name, struct cma **res_cma);
|
2026-01-29 22:25:33 +08:00
|
|
|
#endif /* _ASM_SW64_KVM_CMA_H */
|