Searched refs:rtas (Results 1 - 25 of 69) sorted by last modified time

123

/linux-master/arch/powerpc/platforms/pseries/
H A Diommu.c30 #include <asm/rtas.h>
910 pr_warn("%pOF: failed to remove DMA window: rtas returned "
914 pr_debug("%pOF: successfully removed DMA window: rtas returned "
1203 * ibm,ddw-extensions, which carries the rtas token for
1205 * That rtas-call can be used to restore the default DMA window for the device.
H A Dsetup.c49 #include <asm/rtas.h>
157 * Allocate a chunk for per cpu buffer to hold rtas errorlog.
1069 * This function calls either the power-off rtas token in normal cases
H A Dmsi.c13 #include <asm/rtas.h>
H A Dlparcfg.c30 #include <asm/rtas.h>
373 * through the get-system-parameter rtas call. Replace keyword strings as
518 rtas_node = of_find_node_by_path("/rtas");
H A Dsuspend.c14 #include <asm/rtas.h>
H A Dpseries.h10 #include <asm/rtas.h>
H A Dpapr-vpd.c20 #include <asm/rtas-work-area.h>
21 #include <asm/rtas.h>
H A Dpapr-sysparm.c17 #include <asm/rtas-work-area.h>
18 #include <asm/rtas.h>
H A Deeh_pseries.c34 #include <asm/rtas.h>
240 * Buffer for reporting slot-error-detail rtas calls. Its here
H A DMakefile6 of_helpers.o rtas-work-area.o papr-sysparm.o \
30 obj-$(CONFIG_FA_DUMP) += rtas-fadump.o
/linux-master/arch/powerpc/kernel/
H A Dprom.c35 #include <asm/rtas.h>
H A Dsetup-common.c52 #include <asm/rtas.h>
530 (dn = of_find_node_by_path("/rtas"))) {
H A Dtraps.c47 #include <asm/rtas.h>
H A Dprom_init.c34 #include <asm/rtas.h>
1476 * from there, allocations are done this way : rtas is allocated
1815 rtas_node = call_prom("finddevice", 1, 1, ADDR("/rtas"));
1847 rtas_node = call_prom("finddevice", 1, 1, ADDR("/rtas"));
1853 prom_getprop(rtas_node, "rtas-size", &val, sizeof(size));
1862 rtas_inst = call_prom("open", 1, 1, ADDR("/rtas"));
1864 prom_printf("opening rtas package failed (%x)\n", rtas_inst);
1868 prom_printf("instantiating rtas at 0x%x...", base);
1871 ADDR("instantiate-rtas"),
1882 prom_setprop(rtas_node, "/rtas", "linu
2310 phandle rtas; local
[all...]
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
H A Dasm-offsets.c34 #include <asm/rtas.h>
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 Drtas_pci.c25 #include <asm/rtas.h>
/linux-master/arch/powerpc/xmon/
H A Dxmon.c41 #include <asm/rtas.h>
404 * at the moment, even though we don't take rtas.lock.
405 * If we did try to take rtas.lock there would be a
/linux-master/arch/powerpc/platforms/52xx/
H A Defika.c19 #include <asm/rtas.h>
/linux-master/arch/powerpc/mm/
H A Dnuma.c389 root = of_find_node_by_path("/rtas");
457 root = of_find_node_by_path("/rtas");
1114 struct device_node *rtas, *root; local
1122 rtas = of_find_node_by_path("/rtas");
1123 if (!rtas)
1137 domains = of_get_property(rtas,
1142 domains = of_get_property(rtas, "ibm,max-associativity-domains",
1161 of_node_put(rtas);
1353 dn = of_find_node_by_path("/rtas");
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dtrace.h124 #include <asm/rtas-types.h>
H A Drtas.h9 #include <asm/rtas-types.h>
200 #define RTAS_INSTANTIATE_MAX (1ULL<<30) /* Don't instantiate rtas at/above this value */
418 extern struct rtas_t rtas;
478 #define ERR_TYPE_RTAS_LOG 0x2 /* from rtas event-scan */
492 * for all rtas calls that require an error buffer argument.
493 * This includes 'check-exception' and 'rtas-last-error'.
549 * move some of the rtas suspend-me stuff to pseries */
/linux-master/drivers/tty/hvc/
H A Dhvc_rtas.c25 #include <asm/rtas.h>
/linux-master/kernel/
H A Dsys_ni.c304 COND_SYSCALL(rtas); variable

Completed in 486 milliseconds

123