Searched refs:alloc_size (Results 1 – 1 of 1) sorted by relevance
/DragonStub/apps/ |
H A D | elf.c | 211 void efi_remap_image_all_rwx(unsigned long image_base, unsigned alloc_size) in efi_remap_image_all_rwx() argument 228 status = memattr->get_memory_attributes(memattr, image_base, alloc_size, in efi_remap_image_all_rwx() 244 memattr, image_base, alloc_size, EFI_MEMORY_XP); in efi_remap_image_all_rwx() 251 memattr, image_base, alloc_size, EFI_MEMORY_WP); in efi_remap_image_all_rwx() 258 memattr, image_base, alloc_size, EFI_MEMORY_RP); in efi_remap_image_all_rwx()
|