Searched refs:mem_type (Results 1 – 12 of 12) sorted by relevance
| /arch/mips/loongson64/ |
| A D | init.c | 51 u32 i, mem_type; in szmem() local 64 mem_type = loongson_memmap->map[i].mem_type; in szmem() 75 switch (mem_type) { in szmem() 80 (u32)node_id, mem_type, &mem_start, &mem_size); in szmem() 90 (u32)node_id, mem_type, &mem_start, &mem_size); in szmem() 97 (u32)node_id, mem_type, &mem_start, &mem_size); in szmem()
|
| /arch/arm/include/asm/mach/ |
| A D | map.h | 53 struct mem_type; 54 extern const struct mem_type *get_mem_type(unsigned int type); 59 const struct mem_type *mtype);
|
| /arch/loongarch/kernel/ |
| A D | mem.c | 15 u32 mem_type; in memblock_init() local 21 mem_type = md->type; in memblock_init() 26 switch (mem_type) { in memblock_init()
|
| A D | numa.c | 191 u32 mem_type; in init_node_memblock() local 197 mem_type = md->type; in init_node_memblock() 202 switch (mem_type) { in init_node_memblock() 209 add_numamem_region(mem_start, mem_end, mem_type); in init_node_memblock() 214 add_numamem_region(mem_start, mem_end, mem_type); in init_node_memblock() 222 mem_type, mem_start, mem_size); in init_node_memblock()
|
| /arch/arm/mach-omap2/ |
| A D | sram.h | 11 u32 mem_type); 29 u32 mem_type); 42 u32 mem_type);
|
| A D | sram.c | 234 u32 mem_type); 236 void omap2_sram_reprogram_sdrc(u32 perf_level, u32 dll_val, u32 mem_type) in omap2_sram_reprogram_sdrc() argument 239 _omap2_sram_reprogram_sdrc(perf_level, dll_val, mem_type); in omap2_sram_reprogram_sdrc()
|
| /arch/arm/mm/ |
| A D | mm.h | 38 struct mem_type { struct 46 const struct mem_type *get_mem_type(unsigned int type); argument
|
| A D | ioremap.c | 112 const struct mem_type *mtype) in ioremap_page() 214 size_t size, const struct mem_type *type) in remap_area_sections() 241 size_t size, const struct mem_type *type) in remap_area_supersections() 277 const struct mem_type *type; in __arm_ioremap_pfn_caller() 479 void pci_ioremap_set_mem_type(int mem_type) in pci_ioremap_set_mem_type() argument 481 pci_ioremap_mem_type = mem_type; in pci_ioremap_set_mem_type()
|
| A D | mmu.c | 232 static struct mem_type mem_types[] __ro_after_init = { 349 const struct mem_type *get_mem_type(unsigned int type) in get_mem_type() 704 struct mem_type *t = &mem_types[i]; in build_mem_type_table() 763 const struct mem_type *type, in alloc_init_pte() 777 const struct mem_type *type, bool ng) in __map_init_section() 804 const struct mem_type *type, in alloc_init_pmd() 836 const struct mem_type *type, in alloc_init_pud() 851 const struct mem_type *type, in alloc_init_p4d() 867 const struct mem_type *type, in create_36bit_mapping() 933 const struct mem_type *type; in __create_mapping()
|
| /arch/x86/xen/ |
| A D | mmu_hvm.c | 29 return a.mem_type != HVMMEM_mmio_dm; in xen_vmcore_pfn_is_ram()
|
| /arch/arm/include/asm/ |
| A D | io.h | 176 void pci_ioremap_set_mem_type(int mem_type); 178 static inline void pci_ioremap_set_mem_type(int mem_type) {} in pci_ioremap_set_mem_type() argument
|
| /arch/mips/include/asm/mach-loongson64/ |
| A D | boot_param.h | 30 u32 mem_type; /* system memory, pci memory, pci io, etc. */ member
|
Completed in 826 milliseconds