Searched refs:rtas (Results 1 – 13 of 13) sorted by relevance
/arch/powerpc/kernel/ |
D | rtas.c | 47 struct rtas_t rtas = { variable 50 EXPORT_SYMBOL(rtas); 78 arch_spin_lock_flags(&rtas.lock, flags); in lock_rtas() 84 arch_spin_unlock(&rtas.lock); in unlock_rtas() 96 struct rtas_args *args = &rtas.args; in call_rtas_display_status() 99 if (!rtas.base) in call_rtas_display_status() 156 if (!rtas.base) in udbg_rtascon_putc() 175 if (!rtas.base) in udbg_rtascon_getc_poll() 216 if (!rtas.base) in rtas_progress() 326 if (rtas.dev == NULL) in rtas_token() [all …]
|
D | crash_dump.c | 133 basep = of_get_property(rtas.dev, "linux,rtas-base", NULL); in crash_free_reserved_phys_range() 134 sizep = of_get_property(rtas.dev, "rtas-size", NULL); in crash_free_reserved_phys_range()
|
D | Makefile | 54 obj-$(CONFIG_PPC_RTAS) += rtas.o rtas-rtc.o $(rtaspci-y-y) 57 obj-$(CONFIG_RTAS_PROC) += rtas-proc.o
|
D | prom_init.c | 1812 phandle rtas; in prom_find_machine_type() local 1860 rtas = call_prom("finddevice", 1, 1, ADDR("/rtas")); in prom_find_machine_type() 1861 if (!PHANDLE_VALID(rtas)) in prom_find_machine_type() 1863 x = prom_getproplen(rtas, "ibm,hypertas-functions"); in prom_find_machine_type()
|
D | entry_64.S | 1035 LOAD_REG_ADDR(r4, rtas)
|
D | entry_32.S | 1327 LOAD_REG_ADDR(r4, rtas)
|
/arch/powerpc/sysdev/xics/ |
D | Makefile | 6 obj-$(CONFIG_PPC_ICS_RTAS) += ics-rtas.o
|
/arch/powerpc/platforms/pseries/ |
D | ras.c | 269 (((A) >= rtas.base) && ((A) < (rtas.base + rtas.size - 16))))
|
/arch/powerpc/platforms/chrp/ |
D | pci.c | 192 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/oprofile/ |
D | op_model_power4.c | 311 if (pc >= rtas.base && pc < (rtas.base + rtas.size)) in get_pc()
|
/arch/powerpc/platforms/powernv/ |
D | setup.c | 305 else if (rtas.base) in pnv_probe()
|
/arch/powerpc/include/asm/ |
D | rtas.h | 308 extern struct rtas_t rtas;
|
D | systbl.h | 262 PPC_SYS_SPU(rtas)
|