Searched refs:rtas (Results 1 - 25 of 55) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Drtas.c29 #include <asm/rtas.h>
45 struct rtas_t rtas = { variable in typeref:struct:rtas_t
48 EXPORT_SYMBOL(rtas); variable
76 arch_spin_lock_flags(&rtas.lock, flags);
82 arch_spin_unlock(&rtas.lock);
94 struct rtas_args *args = &rtas.args;
97 if (!rtas.base)
145 * hardcode rtas.base/entry etc.
154 if (!rtas.base)
173 if (!rtas
[all...]
H A Dproc_powerpc.c26 #include <asm/rtas.h>
98 * Create the ppc64 and ppc64/rtas directories early. This allows us to
114 if (!of_find_node_by_path("/rtas"))
117 if (!proc_mkdir("rtas", root))
120 if (!proc_symlink("rtas", NULL, "powerpc/rtas"))
H A Drtas-rtc.c8 #include <asm/rtas.h>
H A DMakefile49 obj-$(CONFIG_PPC_RTAS) += rtas.o rtas-rtc.o $(rtaspci-y-y)
52 obj-$(CONFIG_RTAS_PROC) += rtas-proc.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/chrp/
H A Dsmp.c31 #include <asm/rtas.h>
H A Dnvram.c19 #include <asm/rtas.h>
62 printk(KERN_DEBUG "rtas IO error storing 0x%02x at %d", val, addr);
H A Dpci.c20 #include <asm/rtas.h>
192 struct device_node *rtas; local
194 rtas = of_find_node_by_name (root, "rtas");
195 if (rtas) {
197 of_node_put(rtas);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/oprofile/
H A Dop_model_power4.c20 #include <asm/rtas.h>
234 if (pc >= rtas.base && pc < (rtas.base + rtas.size))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Dras.c48 #include <asm/rtas.h>
218 (errdata >= rtas.base && errdata < rtas.base + rtas.size - 16)) {
H A Dphyp_dump.c27 #include <asm/rtas.h>
389 struct device_node *rtas; local
408 * The /rtas/ibm,kernel-dump rtas node is present only
411 rtas = of_find_node_by_path("/rtas");
412 if (rtas) {
413 dump_header = of_get_property(rtas, "ibm,kernel-dump",
415 of_node_put(rtas);
465 if (depth != 1 || strcmp(uname, "rtas") !
[all...]
H A Dnvram.c21 #include <asm/rtas.h>
H A Dsuspend.c25 #include <asm/rtas.h>
H A Dscanlog.c31 #include <asm/rtas.h>
108 "from rtas: %d\n", status);
134 pr_debug("scanlog: rtas returns %d\n", status);
190 ent = proc_create_data("powerpc/rtas/scan-log-dump", S_IRUSR, NULL,
H A Dsmp.c42 #include <asm/rtas.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Drpaphp_pci.c29 #include <asm/rtas.h>
H A Drpaphp_slot.c33 #include <asm/rtas.h>
H A Drpadlpar_core.c27 #include <asm/rtas.h>
H A Drpaphp_core.c34 #include <asm/rtas.h> /* rtas_call */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dhvc_rtas.c38 #include <asm/rtas.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Dqpace_setup.c31 #include <asm/rtas.h>
H A Dsmp.c43 #include <asm/rtas.h>
H A Dcelleb_setup.c55 #include <asm/rtas.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Drtas.h21 #define RTAS_INSTANTIATE_MAX (1ULL<<30) /* Don't instantiate rtas at/above this value */
170 extern struct rtas_t rtas;
207 #define ERR_TYPE_RTAS_LOG 0x2 /* from rtas event-scan */
219 * for all rtas calls that require an error buffer argument.
220 * This includes 'check-exception' and 'rtas-last-error'.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/52xx/
H A Defika.c19 #include <asm/rtas.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A Dwdrtas.c37 #include <asm/rtas.h>
87 /* rtas uses minutes */
133 /* rtas uses minutes */

Completed in 84 milliseconds

123