Searched refs:efi_memory_desc_t (Results 1 - 25 of 42) sorted by relevance

12

/linux-master/arch/riscv/include/asm/
H A Defi.h21 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, bool);
/linux-master/arch/riscv/kernel/
H A Defi.c19 static __init pgprot_t efimem_to_pgprot_map(efi_memory_desc_t *md)
46 int __init efi_create_mapping(struct mm_struct *mm, efi_memory_desc_t *md)
62 efi_memory_desc_t *md = data;
81 efi_memory_desc_t *md,
/linux-master/arch/arm64/kernel/
H A Defi.c17 static bool region_is_misaligned(const efi_memory_desc_t *md)
30 static __init pteval_t create_mapping_protection(efi_memory_desc_t *md)
74 int __init efi_create_mapping(struct mm_struct *mm, efi_memory_desc_t *md)
98 const efi_memory_desc_t *md;
105 const efi_memory_desc_t *md = spd->md;
119 efi_memory_desc_t *md,
/linux-master/drivers/firmware/efi/
H A Dmemattr.c56 static bool entry_is_valid(const efi_memory_desc_t *in, efi_memory_desc_t *out)
60 efi_memory_desc_t *md;
162 efi_memory_desc_t md;
H A Defi-init.c27 static int __init is_memory(efi_memory_desc_t *md)
41 efi_memory_desc_t *md;
136 static __init int is_usable_memory(efi_memory_desc_t *md)
160 efi_memory_desc_t *md;
H A Dembedded-firmware.c38 efi_memory_desc_t *md, const struct efi_embedded_fw_desc *desc)
91 efi_memory_desc_t *md;
H A Driscv-runtime.c32 efi_memory_desc_t *md;
85 efi_memory_desc_t *md;
H A Darm-runtime.c54 efi_memory_desc_t *md;
107 efi_memory_desc_t *md;
/linux-master/arch/x86/platform/efi/
H A Defi_32.c36 void __init efi_map_region(efi_memory_desc_t *md)
87 void __init efi_map_region_fixed(efi_memory_desc_t *md) {}
96 efi_memory_desc_t *virtual_map,
132 efi_memory_desc_t *md;
H A Druntime-map.c17 efi_memory_desc_t md;
106 efi_memory_desc_t *md)
124 memcpy(&entry->md, md, sizeof(efi_memory_desc_t));
164 efi_memory_desc_t *md;
H A Defi.c123 efi_memory_desc_t *md;
183 efi_memory_desc_t *md;
245 static bool __init efi_memmap_entry_valid(const efi_memory_desc_t *md, int i)
281 efi_memory_desc_t *out = efi.memmap.map;
282 const efi_memory_desc_t *in = out;
283 const efi_memory_desc_t *end = efi.memmap.map_end;
332 efi_memory_desc_t *md;
357 efi_memory_desc_t *md;
535 efi_memory_desc_t *md, *prev_md = NULL;
648 static bool should_map_region(efi_memory_desc_t *m
[all...]
H A Dfake_mem.c44 efi_memory_desc_t *md;
154 efi_memory_desc_t *md;
H A Defi_64.c270 static void __init __map_region(efi_memory_desc_t *md, u64 va)
305 void __init efi_map_region(efi_memory_desc_t *md)
358 void __init efi_map_region_fixed(efi_memory_desc_t *md)
369 static int __init efi_update_mappings(efi_memory_desc_t *md, unsigned long pf)
394 static int __init efi_update_mem_attr(struct mm_struct *mm, efi_memory_desc_t *md,
415 efi_memory_desc_t *md;
558 efi_memory_desc_t *virtual_map)
853 efi_memory_desc_t *virtual_map,
H A Dquirks.c257 efi_memory_desc_t md;
326 efi_memory_desc_t *md;
386 static void __init efi_unmap_pages(efi_memory_desc_t *md)
410 efi_memory_desc_t *md;
/linux-master/arch/arm/include/asm/
H A Defi.h22 int efi_create_mapping(struct mm_struct *mm, efi_memory_desc_t *md);
23 int efi_set_mapping_permissions(struct mm_struct *mm, efi_memory_desc_t *md, bool);
/linux-master/arch/arm/kernel/
H A Defi.c16 efi_memory_desc_t *md = data;
28 efi_memory_desc_t *md,
49 int __init efi_create_mapping(struct mm_struct *mm, efi_memory_desc_t *md)
/linux-master/drivers/firmware/efi/libstub/
H A Drandomalloc.c17 static unsigned long get_entry_num_slots(efi_memory_desc_t *md,
79 efi_memory_desc_t *md = (void *)map->map + map_offset;
110 efi_memory_desc_t *md = (void *)map->map + map_offset;
H A Defi-stub.c200 efi_status_t efi_alloc_virtmap(efi_memory_desc_t **virtmap,
228 void efi_get_virtmap(efi_memory_desc_t *memory_map, unsigned long map_size,
229 unsigned long desc_size, efi_memory_desc_t *runtime_map,
233 efi_memory_desc_t *in, *out = runtime_map;
H A Dloongarch.c22 efi_memory_desc_t *runtime_map;
H A Drelocate.c47 efi_memory_desc_t *desc;
H A Dkaslr.c70 efi_memory_desc_t *md = (void *)map->map + map_offset;
/linux-master/arch/arm64/include/asm/
H A Defi.h29 int efi_create_mapping(struct mm_struct *mm, efi_memory_desc_t *md);
30 int efi_set_mapping_permissions(struct mm_struct *mm, efi_memory_desc_t *md,
/linux-master/arch/loongarch/kernel/
H A Dmem.c17 efi_memory_desc_t *md;
/linux-master/arch/x86/boot/compressed/
H A Defi.h51 } efi_memory_desc_t; typedef in typeref:struct:__anon153
54 (efi_memory_desc_t *)((void *)(map) + ((n) * (desc_size)))
/linux-master/arch/x86/include/asm/
H A Defi.h130 extern void __init efi_map_region(efi_memory_desc_t *md);
131 extern void __init efi_map_region_fixed(efi_memory_desc_t *md);
178 efi_memory_desc_t *virtual_map,
407 extern int __init efi_memmap_split_count(efi_memory_desc_t *md,

Completed in 185 milliseconds

12