Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/kernel/
A Drtas.c475 if (!rtas.dev) in rtas_function_token()
620 struct rtas_t rtas; variable
656 if (!rtas.base) in call_rtas_display_status()
706 if (!rtas.base) in udbg_rtascon_putc()
725 if (!rtas.base) in udbg_rtascon_getc_poll()
766 if (!rtas.base) in rtas_progress()
1776 if (!rtas.entry) in SYSCALL_DEFINE1()
1927 if (!rtas.dev) in rtas_initialize()
1934 rtas.dev = NULL; in rtas_initialize()
1938 rtas.base = base; in rtas_initialize()
[all …]
A Dcrash_dump.c106 basep = of_get_property(rtas.dev, "linux,rtas-base", NULL); in crash_free_reserved_phys_range()
107 sizep = of_get_property(rtas.dev, "rtas-size", NULL); in crash_free_reserved_phys_range()
A Drtas_entry.S19 LOAD_REG_ADDR(r4, rtas)
102 LOAD_REG_ADDR(r4, rtas)
A DMakefile100 obj-$(CONFIG_PPC_RTAS) += rtas_entry.o rtas.o rtas-rtc.o $(rtaspci-y-y)
103 obj-$(CONFIG_RTAS_PROC) += rtas-proc.o
A Drtasd.c515 err = of_property_read_u32(rtas.dev, "rtas-event-scan-rate", &rtas_event_scan_rate); in rtas_event_scan_init()
A Dprom_init.c2302 phandle rtas; in prom_find_machine_type() local
2346 rtas = call_prom("finddevice", 1, 1, ADDR("/rtas")); in prom_find_machine_type()
2347 if (!PHANDLE_VALID(rtas)) in prom_find_machine_type()
2349 x = prom_getproplen(rtas, "ibm,hypertas-functions"); in prom_find_machine_type()
/linux-6.3-rc2/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-6.3-rc2/arch/powerpc/platforms/pseries/
A DMakefile6 of_helpers.o rtas-work-area.o papr-sysparm.o \
29 obj-$(CONFIG_FA_DUMP) += rtas-fadump.o
A Dras.c404 (((A) >= rtas.base) && ((A) <= (rtas.base + rtas.size - 16))))
/linux-6.3-rc2/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-6.3-rc2/arch/powerpc/sysdev/xics/
A DMakefile6 obj-$(CONFIG_PPC_ICS_RTAS) += ics-rtas.o
/linux-6.3-rc2/arch/powerpc/mm/
A Dnuma.c1111 struct device_node *rtas; in find_possible_nodes() local
1119 rtas = of_find_node_by_path("/rtas"); in find_possible_nodes()
1120 if (!rtas) in find_possible_nodes()
1133 domains = of_get_property(rtas, in find_possible_nodes()
1137 domains = of_get_property(rtas, "ibm,max-associativity-domains", in find_possible_nodes()
1156 of_node_put(rtas); in find_possible_nodes()
/linux-6.3-rc2/kernel/
A Dsys_ni.c392 COND_SYSCALL(rtas);
/linux-6.3-rc2/arch/powerpc/include/asm/
A Drtas.h402 extern struct rtas_t rtas;
/linux-6.3-rc2/Documentation/devicetree/bindings/serial/
A D8250.yaml159 used-by-rtas:
/linux-6.3-rc2/arch/powerpc/kernel/syscalls/
A Dsyscall.tbl332 255 common rtas sys_rtas
/linux-6.3-rc2/tools/perf/arch/powerpc/entry/syscalls/
A Dsyscall.tbl332 255 common rtas sys_rtas
/linux-6.3-rc2/Documentation/powerpc/
A Dfirmware-assisted-dump.rst74 (rtas/ibm,kernel-dump on pSeries or ibm,opal/dump/mpipl-boot

Completed in 27 milliseconds