Searched refs:ppc_md (Results 1 - 25 of 174) sorted by path

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dcrash.c86 if (ppc_md.kexec_cpu_down)
87 ppc_md.kexec_cpu_down(1, 1);
182 if (ppc_md.kexec_cpu_down)
183 ppc_md.kexec_cpu_down(1, 0);
245 if (ppc_md.kexec_cpu_down)
246 ppc_md.kexec_cpu_down(1, 0);
H A Didle.c47 ppc_md.power_save = NULL;
57 if (ppc_md.idle_loop)
58 ppc_md.idle_loop(); /* doesn't return */
65 if (ppc_md.power_save) {
76 ppc_md.power_save();
H A Diommu.c208 ppc_md.tce_build(tbl, entry, npages, (unsigned long)page & IOMMU_PAGE_MASK,
213 if (ppc_md.tce_flush)
214 ppc_md.tce_flush(tbl);
249 ppc_md.tce_free(tbl, entry, npages);
268 if (ppc_md.tce_flush)
269 ppc_md.tce_flush(tbl);
334 ppc_md.tce_build(tbl, entry, npages, vaddr & IOMMU_PAGE_MASK, direction);
367 if (ppc_md.tce_flush)
368 ppc_md.tce_flush(tbl);
432 if (ppc_md
[all...]
H A Dirq.c294 * Every platform is required to implement ppc_md.get_irq.
300 irq = ppc_md.get_irq();
340 ppc_md.init_IRQ();
H A Dmachine_kexec.c20 if (ppc_md.machine_crash_shutdown)
21 ppc_md.machine_crash_shutdown(regs);
31 if (ppc_md.machine_kexec_prepare)
32 return ppc_md.machine_kexec_prepare(image);
42 if (ppc_md.machine_kexec_cleanup)
43 ppc_md.machine_kexec_cleanup(image);
52 if (ppc_md.machine_kexec)
53 ppc_md.machine_kexec(image);
H A Dmachine_kexec_64.c37 if (!ppc_md.hpte_clear_all)
159 if (ppc_md.kexec_cpu_down)
160 ppc_md.kexec_cpu_down(0, 1);
203 if (ppc_md.kexec_cpu_down)
204 ppc_md.kexec_cpu_down(0, 0);
225 if (ppc_md.kexec_cpu_down)
226 ppc_md.kexec_cpu_down(0, 0);
276 ppc_md.hpte_clear_all);
H A Dmsi.c17 if (!ppc_md.setup_msi_irqs || !ppc_md.teardown_msi_irqs) {
22 if (ppc_md.msi_check_device) {
24 return ppc_md.msi_check_device(dev, nvec, type);
32 return ppc_md.setup_msi_irqs(dev, nvec, type);
37 return ppc_md.teardown_msi_irqs(dev);
H A Dnvram_64.c61 if (ppc_md.nvram_size == NULL)
63 size = ppc_md.nvram_size();
88 if (!ppc_md.nvram_size)
92 size = ppc_md.nvram_size();
104 ret = ppc_md.nvram_read(tmp, count, ppos);
125 if (!ppc_md.nvram_size)
129 size = ppc_md.nvram_size();
145 ret = ppc_md.nvram_write(tmp, count, ppos);
222 rc = ppc_md.nvram_write((char *)&part->header, NVRAM_HEADER_LEN, &tmp_index);
385 rc = ppc_md
[all...]
H A Dof_platform.c408 if (ppc_md.pci_setup_phb == NULL)
422 if (ppc_md.pci_setup_phb(phb)) {
H A Dpci_32.c126 if (ppc_md.pcibios_fixup_resources)
127 ppc_md.pcibios_fixup_resources(dev);
527 (!ppc_md.pcibios_enable_device_hook ||
528 !ppc_md.pcibios_enable_device_hook(dev, 1))) {
1236 if (ppc_md.pcibios_fixup)
1237 ppc_md.pcibios_fixup();
1249 if (ppc_md.pcibios_after_init)
1250 ppc_md.pcibios_after_init();
1322 if (ppc_md.pcibios_fixup_bus)
1323 ppc_md
[all...]
H A Dpci_64.c509 if (ppc_md.pci_probe_mode)
510 mode = ppc_md.pci_probe_mode(bus);
553 if (node && ppc_md.pci_probe_mode)
554 mode = ppc_md.pci_probe_mode(bus);
570 * later, we may move that initialization to each ppc_md
572 ppc_md.phys_mem_access_prot = pci_phys_mem_access_prot;
593 if (ppc_md.pcibios_fixup)
594 ppc_md.pcibios_fixup();
1217 if (ppc_md.pci_dma_dev_setup)
1218 ppc_md
[all...]
H A Dprocess.c225 if (ppc_md.set_dabr)
226 return ppc_md.set_dabr(dabr);
H A Dsetup-common.c71 struct machdep_calls ppc_md; variable in typeref:struct:machdep_calls
72 EXPORT_SYMBOL(ppc_md); variable
98 if (ppc_md.machine_shutdown)
99 ppc_md.machine_shutdown();
105 if (ppc_md.restart)
106 ppc_md.restart(cmd);
118 if (ppc_md.power_off)
119 ppc_md.power_off();
136 if (ppc_md.halt)
137 ppc_md
[all...]
H A Dsetup_32.c131 ppc_md.power_save = ppc6xx_idle;
134 if (ppc_md.progress)
135 ppc_md.progress("id mach(): done", 0x200);
176 if (ppc_md.nvram_read_val)
177 return ppc_md.nvram_read_val(addr);
184 if (ppc_md.nvram_write_val)
185 ppc_md.nvram_write_val(addr, val);
191 if (ppc_md.nvram_sync)
192 ppc_md.nvram_sync();
205 if (ppc_md
[all...]
H A Dsetup_64.c164 * global ppc_md structure. Your platform can eventually do
394 if (ppc_md.init_early)
395 ppc_md.init_early();
512 if (ppc_md.panic)
533 ppc_md.setup_arch();
540 /* ToDo: do something useful if ppc_md is not yet setup. */
547 if (ppc_md.progress) {
551 ppc_md.progress(buf, 0);
553 ppc_md.progress(buf, 0);
573 if (ppc_md
[all...]
H A Dsysfs.c120 if (ppc_md.enable_pmcs)
121 ppc_md.enable_pmcs();
488 if (ppc_md.cpu_die)
H A Dtime.c363 if (ppc_md.set_rtc_time && ntp_synced() &&
370 if (ppc_md.set_rtc_time(&tm) == 0)
871 if (ppc_md.get_boot_time)
872 return ppc_md.get_boot_time();
873 if (!ppc_md.get_rtc_time)
875 ppc_md.get_rtc_time(&tm);
889 if (ppc_md.time_init != NULL)
890 timezone_offset = ppc_md.time_init();
898 ppc_md.calibrate_decr();
H A Dtraps.c142 printk("%s\n", ppc_md.name ? ppc_md.name : "");
213 if (ppc_md.system_reset_exception) {
214 if (ppc_md.system_reset_exception(regs))
341 if (ppc_md.machine_check_exception)
342 recover = ppc_md.machine_check_exception(regs);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/mm/
H A Dhash_native_64.c562 ppc_md.hpte_invalidate = native_hpte_invalidate;
563 ppc_md.hpte_updatepp = native_hpte_updatepp;
564 ppc_md.hpte_updateboltedpp = native_hpte_updateboltedpp;
565 ppc_md.hpte_insert = native_hpte_insert;
566 ppc_md.hpte_remove = native_hpte_remove;
567 ppc_md.hpte_clear_all = native_hpte_clear;
569 ppc_md.flush_hash_range = native_flush_hash_range;
H A Dhash_utils_64.c174 DBG("htab_bolt_mapping: calling %p\n", ppc_md.hpte_insert);
176 BUG_ON(!ppc_md.hpte_insert);
177 ret = ppc_md.hpte_insert(hpteg, va, paddr,
429 make_bl(ht64_call_hpte_insert1, ppc_md.hpte_insert);
430 make_bl(ht64_call_hpte_insert2, ppc_md.hpte_insert);
431 make_bl(ht64_call_hpte_remove, ppc_md.hpte_remove);
432 make_bl(ht64_call_hpte_updatepp, ppc_md.hpte_updatepp);
435 make_bl(htab_call_hpte_insert1, ppc_md.hpte_insert);
436 make_bl(htab_call_hpte_insert2, ppc_md.hpte_insert);
437 make_bl(htab_call_hpte_remove, ppc_md
[all...]
H A Dhugetlbpage.c470 if (ppc_md.hpte_updatepp(slot, rflags, va, mmu_huge_psize,
493 slot = ppc_md.hpte_insert(hpte_group, va, pa, rflags, 0,
500 slot = ppc_md.hpte_insert(hpte_group, va, pa, rflags,
508 ppc_md.hpte_remove(hpte_group);
H A Dinit_32.c130 if (ppc_md.progress)
131 ppc_md.progress("MMU:enter", 0x111);
166 if (ppc_md.progress)
167 ppc_md.progress("MMU:hw init", 0x300);
171 if (ppc_md.progress)
172 ppc_md.progress("MMU:mapin", 0x301);
183 if (ppc_md.progress)
184 ppc_md.progress("MMU:setio", 0x302);
185 if (ppc_md.setup_io_mappings)
186 ppc_md
[all...]
H A Dmem.c88 if (ppc_md.phys_mem_access_prot)
89 return ppc_md.phys_mem_access_prot(file, pfn, size, vma_prot);
H A Dpgtable_64.c176 if (ppc_md.ioremap)
177 return ppc_md.ioremap(addr, size, flags);
184 if (ppc_md.ioremap)
185 return ppc_md.ioremap(addr, size, flags);
254 if (ppc_md.iounmap)
255 ppc_md.iounmap(token);
H A Dppc_mmu_32.c218 if ( ppc_md.progress ) ppc_md.progress("hash:enter", 0x105);
242 if ( ppc_md.progress ) ppc_md.progress("hash:find piece", 0x322);
257 if ( ppc_md.progress ) ppc_md.progress("hash:patch", 0x345);
290 if ( ppc_md.progress ) ppc_md.progress("hash:done", 0x205);

Completed in 120 milliseconds

1234567