Searched refs:memmap (Results 1 – 15 of 15) sorted by relevance
/arch/x86/platform/efi/ |
D | efi.c | 206 WARN(efi.memmap.desc_version != 1, in efi_memblock_x86_reserve_range() 208 efi.memmap.desc_version); in efi_memblock_x86_reserve_range() 210 memblock_reserve(pmap, efi.memmap.nr_map * efi.memmap.desc_size); in efi_memblock_x86_reserve_range() 255 efi_memory_desc_t *out = efi.memmap.map; in efi_clean_memmap() 257 const efi_memory_desc_t *end = efi.memmap.map_end; in efi_clean_memmap() 263 memcpy(out, in, efi.memmap.desc_size); in efi_clean_memmap() 264 out = (void *)out + efi.memmap.desc_size; in efi_clean_memmap() 268 in = (void *)in + efi.memmap.desc_size; in efi_clean_memmap() 272 u64 size = efi.memmap.nr_map - n_removal; in efi_clean_memmap() 275 efi_memmap_install(efi.memmap.phys_map, size); in efi_clean_memmap() [all …]
|
D | quirks.c | 269 num_entries += efi.memmap.nr_map; in efi_arch_mem_reserve() 271 new_size = efi.memmap.desc_size * num_entries; in efi_arch_mem_reserve() 285 efi_memmap_insert(&efi.memmap, new, &mr); in efi_arch_mem_reserve() 418 new_size = efi.memmap.desc_size * num_entries; in efi_free_boot_services() 443 memcpy(new_md, md, efi.memmap.desc_size); in efi_free_boot_services() 444 new_md += efi.memmap.desc_size; in efi_free_boot_services()
|
/arch/x86/xen/ |
D | enlighten_pvh.c | 37 struct xen_memory_map memmap; in init_pvh_bootparams() local 42 memmap.nr_entries = ARRAY_SIZE(pvh_bootparams.e820_table); in init_pvh_bootparams() 43 set_xen_guest_handle(memmap.buffer, pvh_bootparams.e820_table); in init_pvh_bootparams() 44 rc = HYPERVISOR_memory_op(XENMEM_memory_map, &memmap); in init_pvh_bootparams() 49 pvh_bootparams.e820_entries = memmap.nr_entries; in init_pvh_bootparams()
|
D | setup.c | 737 struct xen_memory_map memmap; in xen_memory_setup() local 748 memmap.nr_entries = ARRAY_SIZE(xen_e820_table.entries); in xen_memory_setup() 749 set_xen_guest_handle(memmap.buffer, xen_e820_table.entries); in xen_memory_setup() 754 rc = HYPERVISOR_memory_op(op, &memmap); in xen_memory_setup() 757 memmap.nr_entries = 1; in xen_memory_setup() 766 BUG_ON(memmap.nr_entries == 0); in xen_memory_setup() 767 xen_e820_table.nr_entries = memmap.nr_entries; in xen_memory_setup() 915 struct xen_memory_map memmap; in xen_auto_xlated_memory_setup() local 919 memmap.nr_entries = ARRAY_SIZE(xen_e820_table.entries); in xen_auto_xlated_memory_setup() 920 set_xen_guest_handle(memmap.buffer, xen_e820_table.entries); in xen_auto_xlated_memory_setup() [all …]
|
/arch/mips/include/asm/dec/ |
D | prom.h | 83 } memmap; typedef 91 extern int (*__rex_getbitmap)(memmap *); 118 int __DEC_PROM_O32(_rex_getbitmap, (int (*)(memmap *), void *, memmap *));
|
/arch/mips/dec/prom/ |
D | memory.c | 65 memmap *bm; in rex_setup_memory_region() 68 bm = (memmap *)CKSEG0ADDR(0x28000); in rex_setup_memory_region()
|
D | init.c | 25 int (*__rex_getbitmap)(memmap *);
|
/arch/xtensa/boot/dts/ |
D | kc705.dts | 9 …ative,0xfd050020,115200n8 console=ttyS0,115200n8 ip=dhcp root=/dev/nfs rw debug memmap=0x38000000";
|
/arch/xtensa/configs/ |
D | iss_defconfig | 9 …8.1 root=nfs nfsroot=192.168.168.1:/opt/montavista/pro/devkit/xtensa/linux_be/target memmap=128M@0"
|
D | common_defconfig | 9 …S0,38400 ip=bootp root=nfs nfsroot=/opt/montavista/pro/devkit/xtensa/linux_be/target memmap=128M@0"
|
D | generic_kc705_defconfig | 35 …tive,0xfd050020,115200n8 console=ttyS0,115200n8 ip=dhcp root=/dev/nfs rw debug memmap=0x38000000@0"
|
D | nommu_kc705_defconfig | 40 …e,0x9d050020,115200n8 console=ttyS0,115200n8 ip=dhcp root=/dev/nfs rw debug memmap=256M@0x60000000"
|
D | audio_kc705_defconfig | 36 …tive,0xfd050020,115200n8 console=ttyS0,115200n8 ip=dhcp root=/dev/nfs rw debug memmap=0x38000000@0"
|
D | smp_lx200_defconfig | 40 …mio32native,0xfd050020,115200n8 console=ttyS0,115200n8 ip=dhcp root=/dev/nfs rw debug memmap=96M@0"
|
/arch/x86/ |
D | Kconfig | 1640 you can use memmap= to prevent the kernel from using that
|