Searched refs:rtas (Results 1 – 14 of 14) sorted by relevance
/arch/powerpc/kernel/ |
D | rtas.c | 48 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 …]
|
D | crash_dump.c | 130 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()
|
D | Makefile | 70 obj-$(CONFIG_PPC_RTAS) += rtas.o rtas-rtc.o $(rtaspci-y-y) 73 obj-$(CONFIG_RTAS_PROC) += rtas-proc.o
|
D | prom_init.c | 2243 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()
|
D | entry_64.S | 1218 LOAD_REG_ADDR(r4, rtas)
|
D | entry_32.S | 1337 LOAD_REG_ADDR(r4, rtas)
|
/arch/powerpc/sysdev/xics/ |
D | Makefile | 6 obj-$(CONFIG_PPC_ICS_RTAS) += ics-rtas.o
|
/arch/powerpc/platforms/chrp/ |
D | pci.c | 193 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/ |
D | op_model_power4.c | 307 if (pc >= rtas.base && pc < (rtas.base + rtas.size)) in get_pc()
|
/arch/powerpc/platforms/pseries/ |
D | Makefile | 30 obj-$(CONFIG_FA_DUMP) += rtas-fadump.o
|
D | ras.c | 401 (((A) >= rtas.base) && ((A) <= (rtas.base + rtas.size - 16))))
|
/arch/powerpc/mm/ |
D | numa.c | 832 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/ |
D | rtas.h | 350 extern struct rtas_t rtas;
|
/arch/powerpc/kernel/syscalls/ |
D | syscall.tbl | 330 255 common rtas sys_rtas
|