Home
last modified time | relevance | path

Searched refs:memory_type (Results 1 – 22 of 22) sorted by relevance

/openbmc/u-boot/lib/efi_loader/
H A Defi_memory.c199 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 Defi_device_path.c888 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 Defi_device_path_to_text.c57 mdp->memory_type, in dp_hardware()
H A Defi_boottime.c313 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 Dsdram_param.h16 enum memory_type { enum
28 enum memory_type memory_type; member
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_memory.c60 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 Dwarmboot.c96 u32 memory_type:3; member
167 scratch2.memory_type = sdram.memory_type; in warmboot_save_sdram_params()
/openbmc/qemu/backends/
H A Dconfidential-guest-support.c33 ConfidentialGuestPageType memory_type, in set_guest_state() argument
H A Digvm.c238 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 Dcpu.c108 u32 memory_type) in set_pgsection() argument
113 value |= PMD_ATTRINDX(memory_type); in set_pgsection()
/openbmc/u-boot/include/
H A Defi_loader.h372 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 Defi_api.h378 u32 memory_type; member
/openbmc/qemu/include/system/
H A Dconfidential-guest-support.h127 ConfidentialGuestPageType memory_type,
/openbmc/u-boot/arch/x86/include/asm/arch-braswell/fsp/
H A Dfsp_vpd.h26 u8 memory_type; /* Offset 0x0041 */ member
/openbmc/u-boot/arch/x86/cpu/braswell/
H A Dfsp_configs.c89 memory_upd->memory_type = fdtdec_get_int(blob, node, in update_fsp_configs()
/openbmc/qemu/include/hw/firmware/
H A Dsmbios.h280 uint8_t memory_type; member
/openbmc/u-boot/cmd/
H A Dbootefi.c292 mdp->memory_type = loaded_image_info->image_code_type; in do_bootefi_exec()
/openbmc/qemu/include/block/
H A Dufs.h358 uint8_t memory_type; member
380 uint8_t memory_type; member
/openbmc/qemu/target/i386/
H A Dsev.c2505 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 Dddr3_spd.c135 enum memory_type { enum
/openbmc/qemu/hw/smbios/
H A Dsmbios.c892 t->memory_type = 0x07; /* RAM */ in smbios_build_type_17_table()
/openbmc/qemu/tests/functional/acpi-bits/bits-tests/
H A Dsmbios.py21209 … self.add_field('memory_type', u.unpack_one("B"), unpack.format_table("{}", _memory_types))