Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Drtas.c491 if (!rtas.dev) in rtas_function_token()
654 struct rtas_t rtas; variable
680 if (!rtas.base) in call_rtas_display_status()
730 if (!rtas.base) in udbg_rtascon_putc()
749 if (!rtas.base) in udbg_rtascon_getc_poll()
790 if (!rtas.base) in rtas_progress()
902 if (rtas.dev == NULL) in rtas_token()
918 tokp = of_get_property(rtas.dev, service, NULL); in rtas_token()
947 if (of_property_read_u32(rtas.dev, propname, &max)) { in init_error_log_max()
1145 if (!rtas.entry || token == RTAS_UNKNOWN_SERVICE) in rtas_call()
[all …]
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()
Drtas_entry.S19 LOAD_REG_ADDR(r4, rtas)
102 LOAD_REG_ADDR(r4, rtas)
DMakefile100 obj-$(CONFIG_PPC_RTAS) += rtas_entry.o rtas.o rtas-rtc.o $(rtaspci-y-y)
103 obj-$(CONFIG_RTAS_PROC) += rtas-proc.o
Drtasd.c515 err = of_property_read_u32(rtas.dev, "rtas-event-scan-rate", &rtas_event_scan_rate); in rtas_event_scan_init()
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()
/arch/powerpc/platforms/pseries/
DMakefile6 of_helpers.o rtas-work-area.o papr-sysparm.o \
29 obj-$(CONFIG_FA_DUMP) += rtas-fadump.o
Dras.c404 (((A) >= rtas.base) && ((A) <= (rtas.base + rtas.size - 16))))
/arch/powerpc/platforms/chrp/
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()
/arch/powerpc/sysdev/xics/
DMakefile6 obj-$(CONFIG_PPC_ICS_RTAS) += ics-rtas.o
/arch/powerpc/mm/
Dnuma.c1114 struct device_node *rtas; in find_possible_nodes() local
1122 rtas = of_find_node_by_path("/rtas"); in find_possible_nodes()
1123 if (!rtas) in find_possible_nodes()
1136 domains = of_get_property(rtas, in find_possible_nodes()
1140 domains = of_get_property(rtas, "ibm,max-associativity-domains", in find_possible_nodes()
1159 of_node_put(rtas); in find_possible_nodes()
/arch/powerpc/include/asm/
Drtas.h404 extern struct rtas_t rtas;
/arch/powerpc/kernel/syscalls/
Dsyscall.tbl336 255 common rtas sys_rtas