Searched refs:nocma (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dfadump-internal.h113 unsigned long nocma:1; member in struct:fw_dump
/linux-master/arch/powerpc/kernel/
H A Dfadump.c92 * Do not use CMA if user has provided fadump=nocma kernel parameter.
95 if (fw_dump.nocma)
118 * exposing them to buddy allocator. Same as 'fadump=nocma' case.
556 if (!fw_dump.nocma) {
671 else if (strncmp(p, "nocma", 5) == 0) {
673 fw_dump.nocma = 1;

Completed in 186 milliseconds