Searched refs:rtas (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/arch/powerpc/kernel/ |
D | rtas.c | 51 struct rtas_t rtas = { variable 54 EXPORT_SYMBOL(rtas); 82 arch_spin_lock(&rtas.lock); in lock_rtas() 88 arch_spin_unlock(&rtas.lock); in unlock_rtas() 102 if (!rtas.base) in call_rtas_display_status() 106 rtas_call_unlocked(&rtas.args, 10, 1, 1, NULL, c); in call_rtas_display_status() 152 if (!rtas.base) in udbg_rtascon_putc() 171 if (!rtas.base) in udbg_rtascon_getc_poll() 212 if (!rtas.base) in rtas_progress() 322 if (rtas.dev == NULL) in rtas_token() [all …]
|
D | crash_dump.c | 132 basep = of_get_property(rtas.dev, "linux,rtas-base", NULL); in crash_free_reserved_phys_range() 133 sizep = of_get_property(rtas.dev, "rtas-size", NULL); in crash_free_reserved_phys_range()
|
D | Makefile | 56 obj-$(CONFIG_PPC_RTAS) += rtas.o rtas-rtc.o $(rtaspci-y-y) 59 obj-$(CONFIG_RTAS_PROC) += rtas-proc.o
|
D | prom_init.c | 2123 phandle rtas; in prom_find_machine_type() local 2171 rtas = call_prom("finddevice", 1, 1, ADDR("/rtas")); in prom_find_machine_type() 2172 if (!PHANDLE_VALID(rtas)) in prom_find_machine_type() 2174 x = prom_getproplen(rtas, "ibm,hypertas-functions"); in prom_find_machine_type()
|
D | entry_64.S | 1189 LOAD_REG_ADDR(r4, rtas)
|
D | entry_32.S | 1324 LOAD_REG_ADDR(r4, rtas)
|
/Linux-v4.19/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()
|
/Linux-v4.19/arch/powerpc/oprofile/ |
D | op_model_power4.c | 311 if (pc >= rtas.base && pc < (rtas.base + rtas.size)) in get_pc()
|
/Linux-v4.19/arch/powerpc/platforms/pseries/ |
D | ras.c | 334 (((A) >= rtas.base) && ((A) < (rtas.base + rtas.size - 16))))
|
/Linux-v4.19/arch/powerpc/sysdev/xics/ |
D | Makefile | 7 obj-$(CONFIG_PPC_ICS_RTAS) += ics-rtas.o
|
/Linux-v4.19/arch/powerpc/mm/ |
D | numa.c | 810 struct device_node *rtas; in find_possible_nodes() local 816 rtas = of_find_node_by_path("/rtas"); in find_possible_nodes() 817 if (!rtas) in find_possible_nodes() 820 if (of_property_read_u32_index(rtas, in find_possible_nodes() 831 of_node_put(rtas); in find_possible_nodes()
|
/Linux-v4.19/Documentation/devicetree/bindings/serial/ |
D | 8250.txt | 43 - used-by-rtas : set to indicate that the port is in use by the OpenFirmware
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | rtas.h | 338 extern struct rtas_t rtas;
|
D | systbl.h | 263 SYSCALL_SPU(rtas)
|
/Linux-v4.19/kernel/ |
D | sys_ni.c | 370 COND_SYSCALL(rtas);
|