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

/freebsd-11-stable/sys/powerpc/ofw/
H A Drtas.c44 #include <machine/rtas.h>
49 static MALLOC_DEFINE(M_RTAS, "rtas", "Run Time Abstraction Service");
57 static phandle_t rtas; variable
80 rtas = OF_finddevice("/rtas");
81 if (rtas == -1) {
82 rtas = 0;
85 OF_package_to_path(rtas, path, sizeof(path));
104 OF_getencprop(rtas, "rtas
[all...]
/freebsd-11-stable/sys/powerpc/pseries/
H A Dplpar_pcibus.c44 #include <machine/rtas.h>
78 phandle_t rtas; local
83 rtas = OF_finddevice("/rtas");
84 if (!OF_hasprop(rtas, "ibm,hypertas-functions"))
H A Drtas_dev.c44 #include <machine/rtas.h>
69 "rtas",
83 if (strcmp(name, "rtas") != 0)
H A Drtas_pci.c51 #include <machine/rtas.h>
115 if (OF_getproplen(ofw_bus_get_node(dev), "used-by-rtas") < 0)
H A Dxics.c44 #include <machine/rtas.h>
H A Dplatform_chrp.c45 #include <machine/rtas.h>
129 /* XXX: check for /rtas/ibm,hypertas-functions? */
/freebsd-11-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...]

Completed in 167 milliseconds