Home
last modified time | relevance | path

Searched refs:mp (Results 1 – 18 of 18) 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/sparc/kernel/
Dmdesc.c575 static void fill_in_one_cache(cpuinfo_sparc *c, struct mdesc_handle *hp, u64 mp) in fill_in_one_cache() argument
577 const u64 *level = mdesc_get_property(hp, mp, "level", NULL); in fill_in_one_cache()
578 const u64 *size = mdesc_get_property(hp, mp, "size", NULL); in fill_in_one_cache()
579 const u64 *line_size = mdesc_get_property(hp, mp, "line-size", NULL); in fill_in_one_cache()
583 type = mdesc_get_property(hp, mp, "type", &type_len); in fill_in_one_cache()
608 mdesc_for_each_arc(a, hp, mp, MDESC_ARC_TYPE_FWD) { in fill_in_one_cache()
658 static void mark_core_ids(struct mdesc_handle *hp, u64 mp, in mark_core_ids() argument
661 find_back_node_value(hp, mp, "cpu", __mark_core_id, core_id, 10); in mark_core_ids()
664 static void mark_sock_ids(struct mdesc_handle *hp, u64 mp, in mark_sock_ids() argument
667 find_back_node_value(hp, mp, "cpu", __mark_sock_id, sock_id, 10); in mark_sock_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()
203 static struct vio_dev *vio_create_one(struct mdesc_handle *hp, u64 mp, in vio_create_one() argument
213 type = mdesc_get_property(hp, mp, "device-type", &tlen); in vio_create_one()
215 type = mdesc_get_property(hp, mp, "name", &tlen); in vio_create_one()
217 type = mdesc_node_name(hp, mp); in vio_create_one()
227 id = mdesc_get_property(hp, mp, "id", NULL); in vio_create_one()
230 mdesc_for_each_arc(a, hp, mp, MDESC_ARC_TYPE_BACK) { in vio_create_one()
255 compat = mdesc_get_property(hp, mp, "device-type", &clen); in vio_create_one()
270 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.c2329 u64 mp; in ldc_init() local
2335 mp = mdesc_node_by_name(hp, MDESC_NODE_NULL, "platform"); in ldc_init()
2337 if (mp == MDESC_NODE_NULL) in ldc_init()
2340 v = mdesc_get_property(hp, mp, "domaining-enabled", NULL); in ldc_init()
Dds.c1179 val = mdesc_get_property(hp, vdev->mp, "id", NULL); in ds_probe()
/arch/arc/kernel/
Dmcip.c124 } mp; in mcip_probe_n_setup() local
126 READ_BCR(ARC_REG_MCIP_BCR, mp); in mcip_probe_n_setup()
130 mp.ver, mp.num_cores, in mcip_probe_n_setup()
131 IS_AVAIL1(mp.ipi, "IPI "), in mcip_probe_n_setup()
132 IS_AVAIL1(mp.idu, "IDU "), in mcip_probe_n_setup()
133 IS_AVAIL1(mp.dbg, "DEBUG "), in mcip_probe_n_setup()
134 IS_AVAIL1(mp.grtc, "GRTC")); in mcip_probe_n_setup()
136 idu_detected = mp.idu; in mcip_probe_n_setup()
138 if (mp.dbg) { in mcip_probe_n_setup()
143 if (IS_ENABLED(CONFIG_ARC_HAS_GRTC) && !mp.grtc) in mcip_probe_n_setup()
/arch/sparc/prom/
DMakefile11 lib-$(CONFIG_SPARC32) += mp.o
/arch/arm/lib/
Dbitops.h15 .arch_extension mp
42 .arch_extension mp
/arch/arm/boot/dts/
Dqcom-msm8660.dtsi41 compatible = "qcom,scorpion-mp-pmu";
Dr8a7793.dtsi265 clock-output-names = "mp";
Dr8a73a4.dtsi633 clock-output-names = "mp";
Dr8a7794.dtsi936 clock-output-names = "mp";
Dr8a7791.dtsi1220 clock-output-names = "mp";
Dr8a7790.dtsi1203 clock-output-names = "mp";
/arch/x86/kernel/
Dmpparse.c39 static int __init mpf_checksum(unsigned char *mp, int len) in mpf_checksum() argument
44 sum += *mp++; in mpf_checksum()
/arch/sparc/include/asm/
Dvio.h322 u64 mp; member