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

123

/linux-master/arch/powerpc/sysdev/xics/
H A DMakefile6 obj-$(CONFIG_PPC_ICS_RTAS) += ics-rtas.o
/linux-master/arch/powerpc/kernel/
H A Dcrash_dump.c20 #include <asm/rtas.h>
118 basep = of_get_property(rtas.dev, "linux,rtas-base", NULL);
119 sizep = of_get_property(rtas.dev, "rtas-size", NULL);
H A Drtas.c10 #define pr_fmt(fmt) "rtas: " fmt
41 #include <asm/rtas-work-area.h>
42 #include <asm/rtas.h>
63 * @token: Value of @name if it exists under the /rtas node.
65 * @filter: If non-NULL, invoking this function via the rtas syscall is
486 .name = "rtas-last-error",
567 if (!rtas.dev)
674 srr_regs_clobbered(); /* rtas uses SRRs, invalidate */
737 struct rtas_t rtas; variable in typeref:struct:rtas_t
763 if (!rtas
[all...]
H A Dproc_powerpc.c14 #include <asm/rtas.h>
66 * Create the ppc64 and ppc64/rtas directories early. This allows us to
82 if (!of_find_node_by_path("/rtas"))
85 if (!proc_mkdir("rtas", root))
88 if (!proc_symlink("rtas", NULL, "powerpc/rtas"))
H A Drtas_entry.S11 * Note: r3 is an input parameter to rtas, so don't trash it...
19 LOAD_REG_ADDR(r4, rtas)
20 lis r6,1f@ha /* physical return address for rtas */
55 * 32-bit rtas on 64-bit machines has the additional problem that RTAS may
102 LOAD_REG_ADDR(r4, rtas)
103 ld r5,RTASENTRY(r4) /* get the rtas->entry value */
104 ld r4,RTASBASE(r4) /* get the rtas->base value */
H A Drtas-rtc.c9 #include <asm/rtas.h>
H A DMakefile99 obj-$(CONFIG_PPC_RTAS) += rtas_entry.o rtas.o rtas-rtc.o $(rtaspci-y-y)
102 obj-$(CONFIG_RTAS_PROC) += rtas-proc.o
/linux-master/arch/powerpc/platforms/chrp/
H A Dsmp.c30 #include <asm/rtas.h>
H A Dpci.c21 #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);
H A Dnvram.c15 #include <asm/rtas.h>
58 printk(KERN_DEBUG "rtas IO error storing 0x%02x at %d", val, addr);
/linux-master/arch/powerpc/platforms/pseries/
H A DMakefile6 of_helpers.o rtas-work-area.o papr-sysparm.o \
30 obj-$(CONFIG_FA_DUMP) += rtas-fadump.o
H A Dio_event_irq.c16 #include <asm/rtas.h>
H A Drtas-work-area.c3 #define pr_fmt(fmt) "rtas-work-area: " fmt
17 #include <asm/rtas-work-area.h>
18 #include <asm/rtas.h>
H A Dpseries.h10 #include <asm/rtas.h>
H A Dsuspend.c14 #include <asm/rtas.h>
H A Dpmem.c18 #include <asm/rtas.h>
H A Dpapr-sysparm.c17 #include <asm/rtas-work-area.h>
18 #include <asm/rtas.h>
H A Dras.c15 #include <asm/rtas.h>
399 * 0x7000. Other versions place it inside the rtas buffer. We check both.
404 (((A) >= rtas.base) && ((A) <= (rtas.base + rtas.size - 16))))
452 /* Use the per cpu buffer from paca to store rtas error log */
513 * "ibm,nmi-interlock" rtas call to release.
763 * Process MCE rtas errlog event.
H A Dsmp.c35 #include <asm/rtas.h>
H A Dnvram.c18 #include <asm/rtas.h>
184 * Are we using the ibm,rtas-log for oops/panic reports? And if so,
/linux-master/tools/testing/selftests/powerpc/eeh/
H A Deeh-functions.sh157 if [ ! -f /proc/device-tree/rtas/ibm,open-sriov-allow-unfreeze ] ||
158 [ ! -f /proc/device-tree/rtas/ibm,open-sriov-map-pe-number ] ; then
/linux-master/drivers/tty/hvc/
H A Dhvc_rtas.c25 #include <asm/rtas.h>
/linux-master/drivers/pci/hotplug/
H A Drpaphp_slot.c19 #include <asm/rtas.h>
H A Drpaphp_pci.c16 #include <asm/rtas.h>
/linux-master/arch/powerpc/platforms/cell/
H A Dsmp.c36 #include <asm/rtas.h>

Completed in 194 milliseconds

123