Home
last modified time | relevance | path

Searched refs:rtas (Results 1 – 18 of 18) sorted by relevance

/linux/arch/powerpc/kernel/
A Drtas.c57 struct rtas_t rtas = { variable
60 EXPORT_SYMBOL(rtas);
108 if (!rtas.base) in call_rtas_display_status()
158 if (!rtas.base) in udbg_rtascon_putc()
177 if (!rtas.base) in udbg_rtascon_getc_poll()
218 if (!rtas.base) in rtas_progress()
1095 if (!rtas.entry) in SYSCALL_DEFINE1()
1148 rtas.args = args; in SYSCALL_DEFINE1()
1150 args = rtas.args; in SYSCALL_DEFINE1()
1190 if (!rtas.dev) in rtas_initialize()
[all …]
A Dcrash_dump.c131 basep = of_get_property(rtas.dev, "linux,rtas-base", NULL); in crash_free_reserved_phys_range()
132 sizep = of_get_property(rtas.dev, "rtas-size", NULL); in crash_free_reserved_phys_range()
A DMakefile70 obj-$(CONFIG_PPC_RTAS) += rtas.o rtas-rtc.o $(rtaspci-y-y)
73 obj-$(CONFIG_RTAS_PROC) += rtas-proc.o
A Dentry_64.S346 LOAD_REG_ADDR(r4, rtas)
A Dprom_init.c2306 phandle rtas; in prom_find_machine_type() local
2350 rtas = call_prom("finddevice", 1, 1, ADDR("/rtas")); in prom_find_machine_type()
2351 if (!PHANDLE_VALID(rtas)) in prom_find_machine_type()
2353 x = prom_getproplen(rtas, "ibm,hypertas-functions"); in prom_find_machine_type()
A Dentry_32.S549 LOAD_REG_ADDR(r4, rtas)
/linux/arch/powerpc/platforms/chrp/
A Dpci.c192 struct device_node *rtas; in setup_peg2() local
194 rtas = of_find_node_by_name (root, "rtas"); in setup_peg2()
195 if (rtas) { in setup_peg2()
197 of_node_put(rtas); in setup_peg2()
/linux/tools/testing/selftests/powerpc/eeh/
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/arch/powerpc/mm/
A Dnuma.c1110 struct device_node *rtas; in find_possible_nodes() local
1118 rtas = of_find_node_by_path("/rtas"); in find_possible_nodes()
1119 if (!rtas) in find_possible_nodes()
1132 domains = of_get_property(rtas, in find_possible_nodes()
1136 domains = of_get_property(rtas, "ibm,max-associativity-domains", in find_possible_nodes()
1155 of_node_put(rtas); in find_possible_nodes()
/linux/arch/powerpc/sysdev/xics/
A DMakefile6 obj-$(CONFIG_PPC_ICS_RTAS) += ics-rtas.o
/linux/arch/powerpc/platforms/pseries/
A Dras.c396 (((A) >= rtas.base) && ((A) <= (rtas.base + rtas.size - 16))))
A DMakefile30 obj-$(CONFIG_FA_DUMP) += rtas-fadump.o
/linux/arch/powerpc/include/asm/
A Drtas.h238 extern struct rtas_t rtas;
/linux/kernel/
A Dsys_ni.c390 COND_SYSCALL(rtas);
/linux/Documentation/devicetree/bindings/serial/
A D8250.yaml152 used-by-rtas:
/linux/tools/perf/arch/powerpc/entry/syscalls/
A Dsyscall.tbl328 255 common rtas sys_rtas
/linux/arch/powerpc/kernel/syscalls/
A Dsyscall.tbl328 255 common rtas sys_rtas
/linux/Documentation/powerpc/
A Dfirmware-assisted-dump.rst74 (rtas/ibm,kernel-dump on pSeries or ibm,opal/dump/mpipl-boot

Completed in 40 milliseconds