Files
src/stand
Warner Losh 700a2c08dc stand/efi: Use EFI_PAGE_SIZE here, it's more appropriate
No functional change: We're allocating a page from EFI, which is always
4k on amd64. So, this should always be 4k. PAGE_SIZE usually is this,
but might not be in some cases. For the end of the stack pointer in the
ist1, it should point the architecture's physical page past where we've
allocated. EFI_PAGE_SIZE more faithfully reflects that here since
PAGE_SIZE might not be exactly that in the future (if we had a larger
logical page than physical page). Since the AllocPage interface is in
EFI_PAGE_SIZE pages always, this seems safer. No functional change since
they are both 2096 today.

Sponsored by:		Netflix
Reviewed by:	tsoome
Differential Revision:	https://reviews.freebsd.org/D50584
2025-05-30 09:56:50 -06:00
..
2025-05-26 11:09:54 -06:00
2025-04-17 10:18:48 +02:00
2025-05-07 23:06:22 -05:00
2025-05-22 15:47:21 -07:00
2023-11-07 09:57:32 -05:00
2024-11-12 22:01:24 -07:00