Lines Matching refs:Memory
41 * 6.2: Memory management.
59 * Map physical memory into the caller's address space.
81 * Remove a physical to logical memory mapping.
106 * Allocate memory from the dynamic memory pool.
118 * Free previously allocated memory.
121 AcpiOsFree(void *Memory)
124 free(Memory, M_ACPI);
131 * Check if a memory region is readable.
143 * Check if a memory region is writable (and readable).