| /openbmc/u-boot/lib/efi_loader/ |
| H A D | efi_memory.c | 199 uint64_t efi_add_memory_map(uint64_t start, uint64_t pages, int memory_type, in efi_add_memory_map() argument 208 start, pages, memory_type, overlap_only_ram ? "yes" : "no"); in efi_add_memory_map() 210 if (memory_type >= EFI_MAX_MEMORY_TYPE) in efi_add_memory_map() 218 newlist->desc.type = memory_type; in efi_add_memory_map() 223 switch (memory_type) { in efi_add_memory_map() 345 efi_status_t efi_allocate_pages(int type, int memory_type, in efi_allocate_pages() argument 386 ret = efi_add_memory_map(addr, pages, memory_type, true); in efi_allocate_pages() 398 void *efi_alloc(uint64_t len, int memory_type) in efi_alloc() argument 404 r = efi_allocate_pages(EFI_ALLOCATE_ANY_PAGES, memory_type, pages, in efi_alloc()
|
| H A D | efi_device_path.c | 888 struct efi_device_path *efi_dp_from_mem(uint32_t memory_type, in efi_dp_from_mem() argument 903 mdp->memory_type = memory_type; in efi_dp_from_mem()
|
| H A D | efi_device_path_to_text.c | 57 mdp->memory_type, in dp_hardware()
|
| H A D | efi_boottime.c | 313 static efi_status_t EFIAPI efi_allocate_pages_ext(int type, int memory_type, in efi_allocate_pages_ext() argument 319 EFI_ENTRY("%d, %d, 0x%zx, %p", type, memory_type, pages, memory); in efi_allocate_pages_ext() 320 r = efi_allocate_pages(type, memory_type, pages, memory); in efi_allocate_pages_ext()
|
| /openbmc/u-boot/arch/arm/include/asm/arch-tegra20/ |
| H A D | sdram_param.h | 16 enum memory_type { enum 28 enum memory_type memory_type; member
|
| /openbmc/u-boot/lib/efi_selftest/ |
| H A D | efi_selftest_memory.c | 60 u64 addr, int memory_type) in find_in_memory_map() argument 76 if (memory_type != entry->type) { in find_in_memory_map() 79 entry->type, memory_type); in find_in_memory_map()
|
| /openbmc/u-boot/arch/arm/mach-tegra/tegra20/ |
| H A D | warmboot.c | 96 u32 memory_type:3; member 167 scratch2.memory_type = sdram.memory_type; in warmboot_save_sdram_params()
|
| /openbmc/qemu/backends/ |
| H A D | confidential-guest-support.c | 33 ConfidentialGuestPageType memory_type, in set_guest_state() argument
|
| H A D | igvm.c | 238 static int qigvm_type_to_cgs_type(IgvmPageDataType memory_type, bool unmeasured, in qigvm_type_to_cgs_type() argument 241 switch (memory_type) { in qigvm_type_to_cgs_type()
|
| /openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/ |
| H A D | cpu.c | 108 u32 memory_type) in set_pgsection() argument 113 value |= PMD_ATTRINDX(memory_type); in set_pgsection()
|
| /openbmc/u-boot/include/ |
| H A D | efi_loader.h | 372 void *efi_alloc(uint64_t len, int memory_type); 374 efi_status_t efi_allocate_pages(int type, int memory_type, efi_uintn_t pages, 390 uint64_t efi_add_memory_map(uint64_t start, uint64_t pages, int memory_type,
|
| H A D | efi_api.h | 378 u32 memory_type; member
|
| /openbmc/qemu/include/system/ |
| H A D | confidential-guest-support.h | 127 ConfidentialGuestPageType memory_type,
|
| /openbmc/u-boot/arch/x86/include/asm/arch-braswell/fsp/ |
| H A D | fsp_vpd.h | 26 u8 memory_type; /* Offset 0x0041 */ member
|
| /openbmc/u-boot/arch/x86/cpu/braswell/ |
| H A D | fsp_configs.c | 89 memory_upd->memory_type = fdtdec_get_int(blob, node, in update_fsp_configs()
|
| /openbmc/qemu/include/hw/firmware/ |
| H A D | smbios.h | 280 uint8_t memory_type; member
|
| /openbmc/u-boot/cmd/ |
| H A D | bootefi.c | 292 mdp->memory_type = loaded_image_info->image_code_type; in do_bootefi_exec()
|
| /openbmc/qemu/include/block/ |
| H A D | ufs.h | 358 uint8_t memory_type; member 380 uint8_t memory_type; member
|
| /openbmc/qemu/target/i386/ |
| H A D | sev.c | 2505 ConfidentialGuestPageType memory_type, in cgs_set_guest_state() argument 2513 if ((cpu_index == 0) && (memory_type == CGS_PAGE_TYPE_VMSA)) { in cgs_set_guest_state() 2535 switch (memory_type) { in cgs_set_guest_state() 2579 __func__, gpa, memory_type); in cgs_set_guest_state() 2595 gpa, memory_type); in cgs_set_guest_state()
|
| /openbmc/u-boot/drivers/ddr/marvell/axp/ |
| H A D | ddr3_spd.c | 135 enum memory_type { enum
|
| /openbmc/qemu/hw/smbios/ |
| H A D | smbios.c | 892 t->memory_type = 0x07; /* RAM */ in smbios_build_type_17_table()
|
| /openbmc/qemu/tests/functional/acpi-bits/bits-tests/ |
| H A D | smbios.py2 | 1209 … self.add_field('memory_type', u.unpack_one("B"), unpack.format_table("{}", _memory_types))
|