Searched refs:rtas (Results 26 - 50 of 69) sorted by relevance

123

/linux-master/arch/powerpc/sysdev/xics/
H A Dics-rtas.c18 #include <asm/rtas.h>
H A Dxics-common.c26 #include <asm/rtas.h>
/linux-master/arch/powerpc/platforms/52xx/
H A Defika.c19 #include <asm/rtas.h>
/linux-master/arch/powerpc/kernel/
H A Drtasd.c25 #include <asm/rtas.h>
165 /* rtas fixed header */
231 * rtas errors can occur during boot, and we do want to capture
494 /* Cancel the rtas event scan work */
515 err = of_property_read_u32(rtas.dev, "rtas-event-scan-rate", &rtas_event_scan_rate);
517 printk(KERN_ERR "rtasd: no rtas-event-scan-rate on system\n");
554 entry = proc_create("powerpc/rtas/error_log", 0400, NULL,
H A Drtas_pci.c25 #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...]
/linux-master/arch/powerpc/platforms/pseries/
H A Dpapr-vpd.c20 #include <asm/rtas-work-area.h>
21 #include <asm/rtas.h>
H A Ddlpar.c24 #include <asm/rtas.h>
25 #include <asm/rtas-work-area.h>
H A Dmobility.c28 #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...]
H A Dmem.c24 #include <asm/rtas.h>
H A Dinit_64.c48 #include <asm/rtas.h>
/linux-master/arch/powerpc/include/asm/
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 */
H A Dtrace.h124 #include <asm/rtas-types.h>
/linux-master/drivers/watchdog/
H A Dwdrtas.c29 #include <asm/rtas.h>
77 /* rtas uses minutes */
123 /* rtas uses minutes */
/linux-master/arch/powerpc/kvm/
H A Dbook3s_rtas.c15 #include <asm/rtas.h>
289 * rtas handler call in r3, so enter_rtas could be modified to
/linux-master/drivers/pci/hotplug/
H A Drpadlpar_core.c25 #include <asm/rtas.h>
H A Drpaphp_core.c22 #include <asm/rtas.h> /* rtas_call */
/linux-master/arch/powerpc/platforms/maple/
H A Dsetup.c54 #include <asm/rtas.h>
/linux-master/arch/powerpc/platforms/cell/
H A Dsetup.c35 #include <asm/rtas.h>
H A Dras.c21 #include <asm/rtas.h>
168 np = of_find_node_by_path("/rtas");
/linux-master/drivers/cpuidle/
H A Dcpuidle-pseries.c24 #include <asm/rtas.h>
/linux-master/kernel/
H A Dsys_ni.c304 COND_SYSCALL(rtas); variable
/linux-master/drivers/misc/cxl/
H A Dflash.c8 #include <asm/rtas.h>
/linux-master/arch/powerpc/platforms/chrp/
H A Dsetup.c49 #include <asm/rtas.h>

Completed in 1826 milliseconds

123