Home
last modified time | relevance | path

Searched refs:rounded_start (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/firmware/efi/libstub/
H A Dx86-stub.c234 unsigned long rounded_start, rounded_end; in efi_adjust_memory_range_protection() local
237 rounded_start = rounddown(start, EFI_PAGE_SIZE); in efi_adjust_memory_range_protection()
242 rounded_start, in efi_adjust_memory_range_protection()
243 rounded_end - rounded_start, in efi_adjust_memory_range_protection()
251 rounded_start, in efi_adjust_memory_range_protection()
252 rounded_end - rounded_start, in efi_adjust_memory_range_protection()
286 unprotect_start = max(rounded_start, (unsigned long)desc.base_address); in efi_adjust_memory_range_protection()