Searched defs:is_ram (Results 1 - 1 of 1) sorted by relevance

/arch/x86/mm/
H A Dpat.c596 int is_ram = 0; local
601 is_ram = pat_pagerange_is_ram(paddr, paddr + size);
608 if (is_ram) {
666 int is_ram; local
668 is_ram = pat_pagerange_is_ram(paddr, paddr + size);
669 if (is_ram == 0)

Completed in 34 milliseconds