| /linux/arch/mips/mti-malta/ |
| H A D | malta-dtshim.c | 30 enum mem_map { enum 71 enum mem_map map) in gen_fdt_mem_array() 137 enum mem_map mem_map; in append_memory() local 195 mem_map = config & ROCIT_CONFIG_GEN1_MEMMAP_MASK; in append_memory() 196 mem_map >>= ROCIT_CONFIG_GEN1_MEMMAP_SHIFT; in append_memory() 199 mem_map = MEM_MAP_V1; in append_memory() 201 if (mem_map > MEM_MAP_V2) in append_memory() 203 (unsigned int)mem_map); in append_memory() 214 mem_entries = gen_fdt_mem_array(mem_array, physical_memsize, mem_map); in append_memory() 220 mem_entries = gen_fdt_mem_array(mem_array, memsize, mem_map); in append_memory()
|
| /linux/include/asm-generic/ |
| H A D | memory_model.h | 18 #define __pfn_to_page(pfn) (mem_map + ((pfn) - ARCH_PFN_OFFSET)) 19 #define __page_to_pfn(page) ((unsigned long)((page) - mem_map) + \
|
| /linux/arch/powerpc/platforms/embedded6xx/ |
| H A D | mpc10x.h | 152 unsigned long mpc10x_get_mem_size(uint mem_map);
|
| /linux/arch/openrisc/include/asm/ |
| H A D | pgtable.h | 317 #define __page_address(page) (PAGE_OFFSET + (((page) - mem_map) << PAGE_SHIFT)) 318 #define pte_page(pte) (mem_map+pte_pagenr(pte))
|
| /linux/arch/csky/include/asm/ |
| H A D | page.h | 80 #define virt_to_page(x) (mem_map + MAP_NR(x))
|
| /linux/Documentation/admin-guide/kdump/ |
| H A D | vmcoreinfo.rst | 74 mem_map section in Common variables 78 an index into the mem_map array. Right-shifting a physical address 80 into that mem_map array. 99 similar to the mem_map variable, both of them are used to translate an
|
| /linux/kernel/ |
| H A D | vmcore_info.c | 175 VMCOREINFO_SYMBOL(mem_map); in crash_save_vmcoreinfo_init()
|
| /linux/arch/m68k/include/asm/ |
| H A D | motorola_pgtable.h | 132 #define pud_page(pud) (mem_map + ((unsigned long)(__va(pud_val(pud)) - PAGE_OFFSET) >> PAGE_SHIFT))
|
| /linux/mm/ |
| H A D | mm_init.c | 45 struct page *mem_map; variable 46 EXPORT_SYMBOL(mem_map); 1676 mem_map = pgdat->node_mem_map; in alloc_node_mem_map() 1677 if (page_to_pfn(mem_map) != pgdat->node_start_pfn) in alloc_node_mem_map() 1678 mem_map -= offset; in alloc_node_mem_map()
|
| /linux/arch/microblaze/include/asm/ |
| H A D | pgtable.h | 230 #define pte_page(x) (mem_map + (unsigned long) \
|
| /linux/drivers/net/wireless/ti/wl1251/ |
| H A D | acx.c | 214 int wl1251_acx_mem_map(struct wl1251 *wl, struct acx_header *mem_map, in wl1251_acx_mem_map() argument 221 ret = wl1251_cmd_interrogate(wl, ACX_MEM_MAP, mem_map, len); in wl1251_acx_mem_map()
|
| H A D | acx.h | 1445 struct acx_header *mem_map, size_t len);
|
| /linux/drivers/staging/media/ipu3/ |
| H A D | ipu3-css.c | 2237 param_set->mem_map.acc_cluster_params_for_sp = map->daddr; in imgu_css_set_parameters() 2240 param_set->mem_map.dvs_6axis_params_y = map->daddr; in imgu_css_set_parameters() 2244 param_set->mem_map.obgrid_tbl[i] = in imgu_css_set_parameters() 2250 param_set->mem_map.isp_mem_param[stage][m] = map->daddr; in imgu_css_set_parameters()
|
| H A D | ipu3-abi.h | 1757 struct imgu_abi_ddr_address_map mem_map; member
|
| /linux/drivers/net/wireless/ti/wlcore/ |
| H A D | acx.c | 143 int wl1271_acx_mem_map(struct wl1271 *wl, struct acx_header *mem_map, in wl1271_acx_mem_map() argument 150 ret = wl1271_cmd_interrogate(wl, ACX_MEM_MAP, mem_map, in wl1271_acx_mem_map()
|
| H A D | acx.h | 1037 struct acx_header *mem_map, size_t len);
|
| /linux/arch/x86/xen/ |
| H A D | mmu_pv.c | 1540 BUG_ON(mem_map); /* should only be used early */ in xen_alloc_pte_init() 1550 BUG_ON(mem_map); /* should only be used early */ in xen_alloc_pmd_init()
|
| /linux/drivers/staging/media/atomisp/pci/ |
| H A D | sh_css_params.c | 3175 &isp_params_info.mem_map); in sh_css_param_update_isp_params() 3852 ia_css_ptr *addrs = (ia_css_ptr *)&isp_params_info.mem_map; in free_ia_css_isp_parameter_set_info() 3865 hmm_load(ptr, &isp_params_info.mem_map, sizeof(struct sh_css_ddr_address_map)); in free_ia_css_isp_parameter_set_info()
|
| /linux/include/linux/ |
| H A D | mmzone.h | 1338 extern struct page *mem_map;
|