/linux/arch/x86/platform/efi/ |
A D | efi.c | 110 efi_memory_desc_t *md; in efi_find_mirror() 140 efi_memory_desc_t *md; in do_add_efi_memmap() 200 efi_memory_desc_t *md; in do_efi_soft_reserve() 296 efi_memory_desc_t *out = efi.memmap.map; in efi_clean_memmap() 297 const efi_memory_desc_t *in = out; in efi_clean_memmap() 298 const efi_memory_desc_t *end = efi.memmap.map_end; in efi_clean_memmap() 328 efi_memory_desc_t *md; in efi_print_memmap() 504 efi_memory_desc_t *md, *prev_md = NULL; in efi_merge_regions() 675 efi_memory_desc_t *md; in efi_map_regions() 709 efi_memory_desc_t *md; in kexec_enter_virtual_mode() [all …]
|
A D | efi_32.c | 36 void __init efi_map_region(efi_memory_desc_t *md) in efi_map_region() 87 void __init efi_map_region_fixed(efi_memory_desc_t *md) {} in efi_map_region_fixed() 96 efi_memory_desc_t *virtual_map, in efi_set_virtual_address_map() 132 efi_memory_desc_t *md; in efi_runtime_update_mappings()
|
A D | efi_64.c | 262 static void __init __map_region(efi_memory_desc_t *md, u64 va) in __map_region() 297 void __init efi_map_region(efi_memory_desc_t *md) in efi_map_region() 350 void __init efi_map_region_fixed(efi_memory_desc_t *md) in efi_map_region_fixed() 361 static int __init efi_update_mappings(efi_memory_desc_t *md, unsigned long pf) in efi_update_mappings() 384 static int __init efi_update_mem_attr(struct mm_struct *mm, efi_memory_desc_t *md) in efi_update_mem_attr() 402 efi_memory_desc_t *md; in efi_runtime_update_mappings() 529 efi_memory_desc_t *virtual_map) in efi_thunk_set_virtual_address_map() 824 efi_memory_desc_t *virtual_map, in efi_set_virtual_address_map()
|
A D | quirks.c | 249 efi_memory_desc_t md; in efi_arch_mem_reserve() 318 efi_memory_desc_t *md; in efi_reserve_boot_services() 378 static void __init efi_unmap_pages(efi_memory_desc_t *md) in efi_unmap_pages() 402 efi_memory_desc_t *md; in efi_free_boot_services()
|
/linux/arch/riscv/kernel/ |
A D | efi.c | 19 static __init pgprot_t efimem_to_pgprot_map(efi_memory_desc_t *md) in efimem_to_pgprot_map() 46 int __init efi_create_mapping(struct mm_struct *mm, efi_memory_desc_t *md) in efi_create_mapping() 62 efi_memory_desc_t *md = data; in set_permissions() 81 efi_memory_desc_t *md) in efi_set_mapping_permissions()
|
/linux/drivers/firmware/efi/libstub/ |
A D | randomalloc.c | 17 static unsigned long get_entry_num_slots(efi_memory_desc_t *md, in get_entry_num_slots() 61 efi_memory_desc_t *memory_map; in efi_random_alloc() 83 efi_memory_desc_t *md = (void *)memory_map + map_offset; in efi_random_alloc() 106 efi_memory_desc_t *md = (void *)memory_map + map_offset; in efi_random_alloc()
|
A D | efi-stub.c | 327 void efi_get_virtmap(efi_memory_desc_t *memory_map, unsigned long map_size, in efi_get_virtmap() 328 unsigned long desc_size, efi_memory_desc_t *runtime_map, in efi_get_virtmap() 332 efi_memory_desc_t *in, *out = runtime_map; in efi_get_virtmap()
|
A D | relocate.c | 27 efi_memory_desc_t *map; in efi_low_alloc_above() 56 efi_memory_desc_t *desc; in efi_low_alloc_above()
|
A D | arm64-stub.c | 46 efi_memory_desc_t *memory_map; in check_image_region() 64 efi_memory_desc_t *md = (void *)memory_map + map_offset; in check_image_region()
|
A D | fdt.c | 201 efi_memory_desc_t *runtime_map; 249 efi_memory_desc_t *memory_map, *runtime_map; in allocate_new_fdt_and_exit_boot() 333 efi_memory_desc_t *p = (void *)memory_map + l; in allocate_new_fdt_and_exit_boot()
|
/linux/arch/arm64/kernel/ |
A D | efi.c | 20 static __init pteval_t create_mapping_protection(efi_memory_desc_t *md) in create_mapping_protection() 60 int __init efi_create_mapping(struct mm_struct *mm, efi_memory_desc_t *md) in efi_create_mapping() 88 efi_memory_desc_t *md = data; in set_permissions() 100 efi_memory_desc_t *md) in efi_set_mapping_permissions()
|
/linux/drivers/firmware/efi/ |
A D | memattr.c | 56 static bool entry_is_valid(const efi_memory_desc_t *in, efi_memory_desc_t *out) in entry_is_valid() 60 efi_memory_desc_t *md; in entry_is_valid() 157 efi_memory_desc_t md; in efi_memattr_apply_permissions()
|
A D | runtime-map.c | 17 efi_memory_desc_t md; 105 efi_memory_desc_t *md) in add_sysfs_runtime_map_entry() 123 memcpy(&entry->md, md, sizeof(efi_memory_desc_t)); in add_sysfs_runtime_map_entry() 163 efi_memory_desc_t *md; in efi_runtime_map_init()
|
A D | efi-init.c | 25 static int __init is_memory(efi_memory_desc_t *md) in is_memory() 39 efi_memory_desc_t *md; in efi_to_phys() 134 static __init int is_usable_memory(efi_memory_desc_t *md) in is_usable_memory() 167 efi_memory_desc_t *md; in reserve_regions()
|
A D | riscv-runtime.c | 32 efi_memory_desc_t *md; in efi_virtmap_init() 85 efi_memory_desc_t *md; in riscv_enable_runtime_services()
|
A D | arm-runtime.c | 54 efi_memory_desc_t *md; in efi_virtmap_init() 107 efi_memory_desc_t *md; in arm_enable_runtime_services()
|
A D | efi.c | 310 efi_memory_desc_t *md; in efi_debugfs_init() 447 int efi_mem_desc_lookup(u64 phys_addr, efi_memory_desc_t *out_md) in efi_mem_desc_lookup() 449 efi_memory_desc_t *md; in efi_mem_desc_lookup() 478 u64 __init efi_mem_desc_end(efi_memory_desc_t *md) in efi_mem_desc_end() 746 const efi_memory_desc_t *md) in efi_md_typeattr_format() 808 efi_memory_desc_t *md; in efi_mem_attributes() 832 const efi_memory_desc_t *md; in efi_mem_type()
|
A D | embedded-firmware.c | 38 efi_memory_desc_t *md, const struct efi_embedded_fw_desc *desc) in efi_check_md_for_embedded_firmware() 91 efi_memory_desc_t *md; in efi_check_for_embedded_firmwares()
|
/linux/arch/ia64/kernel/ |
A D | efi.c | 308 efi_wb(efi_memory_desc_t *md) in efi_wb() 366 efi_memory_desc_t *md; in efi_get_pal_addr() 561 efi_memory_desc_t *md; in efi_init() 606 efi_memory_desc_t *md; in efi_enter_virtual_mode() 691 efi_memory_desc_t *md; in efi_get_iobase() 720 static efi_memory_desc_t * 724 efi_memory_desc_t *md; in efi_memory_descriptor() 744 efi_memory_desc_t *md; in efi_memmap_intersects() 1177 efi_memory_desc_t *md; in efi_initialize_iomem_resources() 1288 efi_memory_desc_t *md; in kdump_find_rsvd_region() [all …]
|
/linux/arch/arm/kernel/ |
A D | efi.c | 13 efi_memory_desc_t *md = data; in set_permissions() 25 efi_memory_desc_t *md) in efi_set_mapping_permissions() 45 int __init efi_create_mapping(struct mm_struct *mm, efi_memory_desc_t *md) in efi_create_mapping()
|
/linux/arch/riscv/include/asm/ |
A D | efi.h | 20 int efi_create_mapping(struct mm_struct *mm, efi_memory_desc_t *md); 21 int efi_set_mapping_permissions(struct mm_struct *mm, efi_memory_desc_t *md);
|
/linux/arch/arm/include/asm/ |
A D | efi.h | 21 int efi_create_mapping(struct mm_struct *mm, efi_memory_desc_t *md); 22 int efi_set_mapping_permissions(struct mm_struct *mm, efi_memory_desc_t *md);
|
/linux/include/linux/ |
A D | efi.h | 142 } efi_memory_desc_t; typedef 250 efi_memory_desc_t *virtual_map); 511 efi_memory_desc_t entry[0]; 637 extern int __init efi_memmap_split_count(efi_memory_desc_t *md, 659 extern u64 efi_mem_desc_end(efi_memory_desc_t *md); 660 extern int efi_mem_desc_lookup(u64 phys_addr, efi_memory_desc_t *out_md); 686 typedef int (*efi_memattr_perm_setter)(struct mm_struct *, efi_memory_desc_t *); 712 (efi_memory_desc_t *)((void *)(map) + ((n) * (desc_size))) 734 const efi_memory_desc_t *md);
|
/linux/arch/arm64/include/asm/ |
A D | efi.h | 21 int efi_create_mapping(struct mm_struct *mm, efi_memory_desc_t *md); 22 int efi_set_mapping_permissions(struct mm_struct *mm, efi_memory_desc_t *md);
|
/linux/arch/x86/include/asm/ |
A D | efi.h | 148 extern void __init efi_map_region(efi_memory_desc_t *md); 149 extern void __init efi_map_region_fixed(efi_memory_desc_t *md); 204 efi_memory_desc_t *virtual_map,
|