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

/freebsd-12-stable/sys/powerpc/ofw/
H A Drtas.c46 #include <machine/rtas.h>
51 static MALLOC_DEFINE(M_RTAS, "rtas", "Run Time Abstraction Service");
59 static phandle_t rtas; variable
82 rtas = OF_finddevice("/rtas");
83 if (rtas == -1) {
84 rtas = 0;
87 OF_package_to_path(rtas, path, sizeof(path));
106 OF_getencprop(rtas, "rtas
[all...]
/freebsd-12-stable/sys/powerpc/pseries/
H A Dplpar_pcibus.c46 #include <machine/rtas.h>
80 phandle_t rtas; local
85 rtas = OF_finddevice("/rtas");
86 if (!OF_hasprop(rtas, "ibm,hypertas-functions"))
H A Drtas_dev.c46 #include <machine/rtas.h>
71 "rtas",
85 if (strcmp(name, "rtas") != 0)
H A Drtas_pci.c53 #include <machine/rtas.h>
117 if (OF_getproplen(ofw_bus_get_node(dev), "used-by-rtas") < 0)
H A Dplatform_chrp.c48 #include <machine/rtas.h>
139 /* XXX: check for /rtas/ibm,hypertas-functions? */
H A Dxics.c48 #include <machine/rtas.h>
/freebsd-12-stable/stand/powerpc/ofw/
H A Dofwfdt.c100 ihandle_t rtas; local
107 offset = fdt_path_offset(fdtp, "/rtas");
113 node = OF_finddevice("/rtas");
115 OF_getprop(node, "rtas-size", &len, sizeof(len));
121 rtas = OF_open(path);
123 OF_call_method("instantiate-rtas", rtas, 1, 1, (cell_t)rtas,
128 fdt_setprop(fdtp, offset, "linux,rtas-entry", &base,
131 offset = fdt_path_offset(fdtp, "/rtas");
[all...]
/freebsd-12-stable/sys/powerpc/powernv/
H A Dplatform_powernv.c46 #include <machine/rtas.h>

Completed in 79 milliseconds