Searched refs:memmap (Results 1 – 14 of 14) sorted by relevance
/arch/x86/platform/efi/ |
D | efi.c | 204 WARN(efi.memmap.desc_version != 1, in efi_memblock_x86_reserve_range() 206 efi.memmap.desc_version); in efi_memblock_x86_reserve_range() 208 memblock_reserve(pmap, efi.memmap.nr_map * efi.memmap.desc_size); in efi_memblock_x86_reserve_range() 253 efi_memory_desc_t *out = efi.memmap.map; in efi_clean_memmap() 255 const efi_memory_desc_t *end = efi.memmap.map_end; in efi_clean_memmap() 261 memcpy(out, in, efi.memmap.desc_size); in efi_clean_memmap() 262 out = (void *)out + efi.memmap.desc_size; in efi_clean_memmap() 266 in = (void *)in + efi.memmap.desc_size; in efi_clean_memmap() 270 u64 size = efi.memmap.nr_map - n_removal; in efi_clean_memmap() 273 efi_memmap_install(efi.memmap.phys_map, size); in efi_clean_memmap() [all …]
|
D | quirks.c | 217 num_entries += efi.memmap.nr_map; in efi_arch_mem_reserve() 219 new_size = efi.memmap.desc_size * num_entries; in efi_arch_mem_reserve() 233 efi_memmap_insert(&efi.memmap, new, &mr); in efi_arch_mem_reserve() 364 new_size = efi.memmap.desc_size * num_entries; in efi_free_boot_services() 389 memcpy(new_md, md, efi.memmap.desc_size); in efi_free_boot_services() 390 new_md += efi.memmap.desc_size; in efi_free_boot_services()
|
/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 | 64 memmap *bm; in rex_setup_memory_region() 67 bm = (memmap *)CKSEG0ADDR(0x28000); in rex_setup_memory_region()
|
D | init.c | 24 int (*__rex_getbitmap)(memmap *);
|
/arch/x86/xen/ |
D | setup.c | 742 struct xen_memory_map memmap; in xen_memory_setup() local 753 memmap.nr_entries = E820MAX; in xen_memory_setup() 754 set_xen_guest_handle(memmap.buffer, xen_e820_map); in xen_memory_setup() 759 rc = HYPERVISOR_memory_op(op, &memmap); in xen_memory_setup() 762 memmap.nr_entries = 1; in xen_memory_setup() 771 BUG_ON(memmap.nr_entries == 0); in xen_memory_setup() 772 xen_e820_map_entries = memmap.nr_entries; in xen_memory_setup() 922 struct xen_memory_map memmap; in xen_auto_xlated_memory_setup() local 926 memmap.nr_entries = E820MAX; in xen_auto_xlated_memory_setup() 927 set_xen_guest_handle(memmap.buffer, xen_e820_map); in xen_auto_xlated_memory_setup() [all …]
|
/arch/xtensa/boot/dts/ |
D | kc705.dts | 8 …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 | smp_lx200_defconfig | 39 …mio32native,0xfd050020,115200n8 console=ttyS0,115200n8 ip=dhcp root=/dev/nfs rw debug memmap=96M@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"
|
/arch/x86/ |
D | Kconfig | 1551 you can use memmap= to prevent the kernel from using that
|