Searched refs:rounded_start (Results 1 – 1 of 1) sorted by relevance
232 unsigned long rounded_start, rounded_end; in efi_adjust_memory_range_protection() local235 rounded_start = rounddown(start, EFI_PAGE_SIZE); in efi_adjust_memory_range_protection()239 efi_call_proto(memattr, clear_memory_attributes, rounded_start, in efi_adjust_memory_range_protection()240 rounded_end - rounded_start, EFI_MEMORY_XP); in efi_adjust_memory_range_protection()271 unprotect_start = max(rounded_start, (unsigned long)desc.base_address); in efi_adjust_memory_range_protection()