opengnsys_ipxe/src/arch
Michael Brown be1c87b722 [malloc] Rename malloc_dma() to malloc_phys()
The malloc_dma() function allocates memory with specified physical
alignment, and is typically (though not exclusively) used to allocate
memory for DMA.

Rename to malloc_phys() to more closely match the functionality, and
to create name space for functions that specifically allocate and map
DMA-capable buffers.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
2020-11-05 19:13:52 +00:00
..
arm [arm] Provide dummy implementations for {in,out}[s]{b,w,l} 2019-07-14 15:31:25 +01:00
arm32 [build] Fix ARM32 EFI builds with current EDK2 headers 2017-07-28 15:46:06 +01:00
arm64 [build] Disable position-independent code for ARM64 EFI builds 2020-06-27 21:47:04 +01:00
i386 [build] Use -no-pie on newer versions of gcc 2017-06-14 12:33:16 +01:00
x86 [malloc] Rename malloc_dma() to malloc_phys() 2020-11-05 19:13:52 +00:00
x86_64 [build] Prevent use of MMX and SSE registers 2018-03-20 22:01:08 +02:00