Searched refs:vmcp_cma (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/s390/char/ |
H A D | vmcp.c | 42 static struct cma *vmcp_cma; variable 57 cma_declare_contiguous(0, vmcp_cma_size, 0, 0, 0, false, "vmcp", &vmcp_cma); in vmcp_cma_reserve() 73 page = cma_alloc(vmcp_cma, nr_pages, 0, false); in vmcp_response_alloc() 93 cma_release(vmcp_cma, page, nr_pages); in vmcp_response_free()
|
H A D | Kconfig | 169 parameter "vmcp_cma".
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | kernel-parameters.txt | 7031 vmcp_cma=nn[MG] [KNL,S390]
|