Home
last modified time | relevance | path

Searched refs:mp (Results 1 – 14 of 14) sorted by relevance

/arch/m32r/mm/
Ddiscontig.c43 mem_prof_t *mp; in mem_prof_init() local
46 mp = &mem_prof[0]; in mem_prof_init()
47 mp->start_pfn = PFN_UP(CONFIG_MEMORY_START); in mem_prof_init()
48 mp->pages = PFN_DOWN(memory_end - memory_start); in mem_prof_init()
49 mp->holes = 0; in mem_prof_init()
50 mp->free_pfn = PFN_UP(__pa(_end)); in mem_prof_init()
53 mp = &mem_prof[1]; in mem_prof_init()
65 mp->start_pfn = start_pfn; in mem_prof_init()
66 mp->pages = PFN_DOWN(CONFIG_IRAM_SIZE) + holes; in mem_prof_init()
67 mp->holes = holes; in mem_prof_init()
[all …]
/arch/powerpc/mm/
Dtlb_hash32.c136 struct vm_area_struct *mp; in flush_tlb_mm() local
149 for (mp = mm->mmap; mp != NULL; mp = mp->vm_next) in flush_tlb_mm()
150 flush_range(mp->vm_mm, mp->vm_start, mp->vm_end); in flush_tlb_mm()
/arch/arc/plat-arcfpga/
Dsmp.c109 struct bcr_mp mp; in iss_model_init_early_smp() local
111 READ_BCR(ARC_REG_MP_BCR, mp); in iss_model_init_early_smp()
114 mp.ver, mp.mp_arch, IS_AVAIL1(mp.scu, "SCU"), in iss_model_init_early_smp()
115 IS_AVAIL1(mp.idu, "IDU"), IS_AVAIL1(mp.sdu, "SDU")); in iss_model_init_early_smp()
/arch/sparc/kernel/
Dmdesc.c576 u64 mp) in fill_in_one_cache() argument
578 const u64 *level = mdesc_get_property(hp, mp, "level", NULL); in fill_in_one_cache()
579 const u64 *size = mdesc_get_property(hp, mp, "size", NULL); in fill_in_one_cache()
580 const u64 *line_size = mdesc_get_property(hp, mp, "line-size", NULL); in fill_in_one_cache()
584 type = mdesc_get_property(hp, mp, "type", &type_len); in fill_in_one_cache()
609 mdesc_for_each_arc(a, hp, mp, MDESC_ARC_TYPE_FWD) { in fill_in_one_cache()
619 static void __cpuinit mark_core_ids(struct mdesc_handle *hp, u64 mp, int core_id) in mark_core_ids() argument
623 mdesc_for_each_arc(a, hp, mp, MDESC_ARC_TYPE_BACK) { in mark_core_ids()
655 u64 mp; in set_core_ids() local
658 mdesc_for_each_node_by_name(hp, mp, "cache") { in set_core_ids()
[all …]
Dvio.c166 static void vio_fill_channel_info(struct mdesc_handle *hp, u64 mp, in vio_fill_channel_info() argument
171 mdesc_for_each_arc(a, hp, mp, MDESC_ARC_TYPE_FWD) { in vio_fill_channel_info()
192 static struct vio_dev *vio_create_one(struct mdesc_handle *hp, u64 mp, in vio_create_one() argument
202 type = mdesc_get_property(hp, mp, "device-type", &tlen); in vio_create_one()
204 type = mdesc_get_property(hp, mp, "name", &tlen); in vio_create_one()
206 type = mdesc_node_name(hp, mp); in vio_create_one()
216 id = mdesc_get_property(hp, mp, "id", NULL); in vio_create_one()
219 mdesc_for_each_arc(a, hp, mp, MDESC_ARC_TYPE_BACK) { in vio_create_one()
244 compat = mdesc_get_property(hp, mp, "device-type", &clen); in vio_create_one()
259 vdev->mp = mp; in vio_create_one()
[all …]
Dchmc.c252 struct chmc_obp_map *mp; in get_pin_and_dimm_str() local
257 mp = &p->map[0]; in get_pin_and_dimm_str()
259 mp = &p->map[1]; in get_pin_and_dimm_str()
265 map_val = mp->dimm_map[dimm_map_index]; in get_pin_and_dimm_str()
268 *pin_p = mp->pin_map[cache_line_offset]; in get_pin_and_dimm_str()
Dldc.c2338 u64 mp; in ldc_init() local
2344 mp = mdesc_node_by_name(hp, MDESC_NODE_NULL, "platform"); in ldc_init()
2346 if (mp == MDESC_NODE_NULL) in ldc_init()
2349 v = mdesc_get_property(hp, mp, "domaining-enabled", NULL); in ldc_init()
Dds.c1173 val = mdesc_get_property(hp, vdev->mp, "id", NULL); in ds_probe()
/arch/s390/mm/
Dpgtable.c160 struct gmap_pgtable *mp; in gmap_unlink_segment() local
167 mp = (struct gmap_pgtable *) page->index; in gmap_unlink_segment()
168 list_for_each_entry(rmap, &mp->mapper, list) { in gmap_unlink_segment()
175 *table = _SEGMENT_ENTRY_INV | _SEGMENT_ENTRY_RO | mp->vmaddr; in gmap_unlink_segment()
416 struct gmap_pgtable *mp; in __gmap_translate() local
427 mp = (struct gmap_pgtable *) page->index; in __gmap_translate()
428 return mp->vmaddr | (address & ~PMD_MASK); in __gmap_translate()
462 struct gmap_pgtable *mp; in gmap_connect_pgtable() local
492 mp = (struct gmap_pgtable *) page->index; in gmap_connect_pgtable()
498 list_add(&rmap->list, &mp->mapper); in gmap_connect_pgtable()
[all …]
/arch/sparc/prom/
DMakefile11 lib-$(CONFIG_SPARC32) += mp.o
/arch/x86/platform/visws/
Dvisws_quirks.c194 struct mpc_cpu *mp = phys_to_virt(CO_CPU_TAB_PHYS); in visws_find_smp_config() local
199 ncpus, mp); in visws_find_smp_config()
211 MP_processor_info(mp++); in visws_find_smp_config()
/arch/x86/kernel/apic/
Dnumaq_32.c194 static int __init mpf_checksum(unsigned char *mp, int len) in mpf_checksum() argument
199 sum += *mp++; in mpf_checksum()
/arch/x86/kernel/
Dmpparse.c38 static int __init mpf_checksum(unsigned char *mp, int len) in mpf_checksum() argument
43 sum += *mp++; in mpf_checksum()
/arch/sparc/include/asm/
Dvio.h269 u64 mp; member