Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Drtas.c48 struct rtas_t rtas = { variable
51 EXPORT_SYMBOL(rtas);
79 arch_spin_lock(&rtas.lock); in lock_rtas()
85 arch_spin_unlock(&rtas.lock); in unlock_rtas()
99 if (!rtas.base) in call_rtas_display_status()
103 rtas_call_unlocked(&rtas.args, 10, 1, 1, NULL, c); in call_rtas_display_status()
149 if (!rtas.base) in udbg_rtascon_putc()
168 if (!rtas.base) in udbg_rtascon_getc_poll()
209 if (!rtas.base) in rtas_progress()
319 if (rtas.dev == NULL) in rtas_token()
[all …]
Dcrash_dump.c130 basep = of_get_property(rtas.dev, "linux,rtas-base", NULL); in crash_free_reserved_phys_range()
131 sizep = of_get_property(rtas.dev, "rtas-size", NULL); in crash_free_reserved_phys_range()
DMakefile70 obj-$(CONFIG_PPC_RTAS) += rtas.o rtas-rtc.o $(rtaspci-y-y)
73 obj-$(CONFIG_RTAS_PROC) += rtas-proc.o
Dprom_init.c2243 phandle rtas; in prom_find_machine_type() local
2287 rtas = call_prom("finddevice", 1, 1, ADDR("/rtas")); in prom_find_machine_type()
2288 if (!PHANDLE_VALID(rtas)) in prom_find_machine_type()
2290 x = prom_getproplen(rtas, "ibm,hypertas-functions"); in prom_find_machine_type()
Dentry_64.S1218 LOAD_REG_ADDR(r4, rtas)
Dentry_32.S1337 LOAD_REG_ADDR(r4, rtas)
/arch/powerpc/sysdev/xics/
DMakefile6 obj-$(CONFIG_PPC_ICS_RTAS) += ics-rtas.o
/arch/powerpc/platforms/chrp/
Dpci.c193 struct device_node *rtas; in setup_peg2() local
195 rtas = of_find_node_by_name (root, "rtas"); in setup_peg2()
196 if (rtas) { in setup_peg2()
198 of_node_put(rtas); in setup_peg2()
/arch/powerpc/oprofile/
Dop_model_power4.c307 if (pc >= rtas.base && pc < (rtas.base + rtas.size)) in get_pc()
/arch/powerpc/platforms/pseries/
DMakefile30 obj-$(CONFIG_FA_DUMP) += rtas-fadump.o
Dras.c401 (((A) >= rtas.base) && ((A) <= (rtas.base + rtas.size - 16))))
/arch/powerpc/mm/
Dnuma.c832 struct device_node *rtas; in find_possible_nodes() local
838 rtas = of_find_node_by_path("/rtas"); in find_possible_nodes()
839 if (!rtas) in find_possible_nodes()
842 if (of_property_read_u32_index(rtas, in find_possible_nodes()
853 of_node_put(rtas); in find_possible_nodes()
/arch/powerpc/include/asm/
Drtas.h350 extern struct rtas_t rtas;
/arch/powerpc/kernel/syscalls/
Dsyscall.tbl330 255 common rtas sys_rtas