freebsd-src/sys/arm64
Bojan Novković da76d349b6 uma: Deduplicate uma_small_alloc
This commit refactors the UMA small alloc code and
removes most UMA machine-dependent code.
The existing machine-dependent uma_small_alloc code is almost identical
across all architectures, except for powerpc where using the direct
map addresses involved extra steps in some cases.

The MI/MD split was replaced by a default uma_small_alloc
implementation that can be overridden by architecture-specific code by
defining the UMA_MD_SMALL_ALLOC symbol. Furthermore, UMA_USE_DMAP was
introduced to replace most UMA_MD_SMALL_ALLOC uses.

Reviewed by: markj, kib
Approved by: markj (mentor)
Differential Revision:	https://reviews.freebsd.org/D45084
2024-05-25 19:24:46 +02:00
..
acpica acpica: Fix build with ACPICA 20230331 and later 2024-01-31 13:41:29 -05:00
arm64 uma: Deduplicate uma_small_alloc 2024-05-25 19:24:46 +02:00
broadcom sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
cavium new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCE 2024-03-13 15:05:54 -07:00
conf arm64: Return newline at the end of NOTES back 2024-05-22 15:20:40 +02:00
coresight sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
freescale/imx clk: Move clock code in dev/clk 2024-01-10 19:20:26 +01:00
include uma: Deduplicate uma_small_alloc 2024-05-25 19:24:46 +02:00
intel Intel FPGA: Support programming larger bitfiles. 2024-01-09 14:18:53 +00:00
iommu arm64: Fixed IOMMU compilation errors 2024-05-22 11:08:00 +02:00
linux syscalls: Regen for Linux emulator additions 2024-05-23 13:40:47 -06:00
nvidia/tegra210 phy: Move phy code in dev/phy 2024-01-10 19:20:34 +01:00
qoriq arm64: Remove a double word in a source code comment 2024-04-20 14:06:53 +02:00
qualcomm sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
rockchip arm64/rockchip: Fix the build with GCC 2024-05-22 08:19:19 +00:00
vmm arm64/vmm: Fix the build with GCC 2024-05-17 13:19:45 +00:00