Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/efi/libstub/
H A Dx86-stub.c235 unsigned long unprotect_start, unprotect_size; in efi_adjust_memory_range_protection() local
286 unprotect_start = max(rounded_start, (unsigned long)desc.base_address); in efi_adjust_memory_range_protection()
287 unprotect_size = min(rounded_end, next) - unprotect_start; in efi_adjust_memory_range_protection()
290 unprotect_start, unprotect_size, in efi_adjust_memory_range_protection()
295 unprotect_start, in efi_adjust_memory_range_protection()
296 unprotect_start + unprotect_size, in efi_adjust_memory_range_protection()