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

/linux-master/kernel/
H A Diomem.c70 int is_ram = region_intersects(offset, size, local
77 if (is_ram == REGION_MIXED) {
91 if (is_ram == REGION_INTERSECTS)
103 if (!addr && is_ram == REGION_INTERSECTS && flags != MEMREMAP_WB) {
/linux-master/include/linux/
H A Ddma-direct.h105 bool is_ram)
111 if (is_ram && !IS_ENABLED(CONFIG_ARCH_DMA_ADDR_T_64BIT) &&
104 dma_capable(struct device *dev, dma_addr_t addr, size_t size, bool is_ram) argument
/linux-master/mm/
H A Dmemremap.c176 int error, is_ram; local
196 is_ram = region_intersects(range->start, range_len(range),
199 if (is_ram != REGION_DISJOINT) {
201 is_ram == REGION_MIXED ? "mixed" : "ram",
/linux-master/arch/x86/mm/pat/
H A Dmemtype.c874 int is_ram = 0; local
879 is_ram = pat_pagerange_is_ram(paddr, paddr + size);
886 if (is_ram) {
943 int is_ram; local
945 is_ram = pat_pagerange_is_ram(paddr, paddr + size);
946 if (is_ram == 0)
/linux-master/drivers/virtio/
H A Dvirtio_mem.c2667 bool is_ram; local
2693 is_ram = vm->last_block_plugged;
2695 return is_ram;

Completed in 135 milliseconds