Searched refs:rtas (Results 1 – 13 of 13) sorted by relevance
/arch/powerpc/kernel/ |
D | rtas.c | 491 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 …]
|
D | crash_dump.c | 106 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()
|
D | rtas_entry.S | 19 LOAD_REG_ADDR(r4, rtas) 102 LOAD_REG_ADDR(r4, rtas)
|
D | Makefile | 100 obj-$(CONFIG_PPC_RTAS) += rtas_entry.o rtas.o rtas-rtc.o $(rtaspci-y-y) 103 obj-$(CONFIG_RTAS_PROC) += rtas-proc.o
|
D | rtasd.c | 515 err = of_property_read_u32(rtas.dev, "rtas-event-scan-rate", &rtas_event_scan_rate); in rtas_event_scan_init()
|
D | prom_init.c | 2302 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/ |
D | Makefile | 6 of_helpers.o rtas-work-area.o papr-sysparm.o \ 29 obj-$(CONFIG_FA_DUMP) += rtas-fadump.o
|
D | ras.c | 404 (((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/sysdev/xics/ |
D | Makefile | 6 obj-$(CONFIG_PPC_ICS_RTAS) += ics-rtas.o
|
/arch/powerpc/mm/ |
D | numa.c | 1114 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/ |
D | rtas.h | 404 extern struct rtas_t rtas;
|
/arch/powerpc/kernel/syscalls/ |
D | syscall.tbl | 336 255 common rtas sys_rtas
|