Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
A Drtas.c568 if (!rtas.dev) in rtas_function_token()
738 struct rtas_t rtas; variable
764 if (!rtas.base) in call_rtas_display_status()
814 if (!rtas.base) in rtas_progress()
1838 if (!rtas.entry) in SYSCALL_DEFINE1()
2011 if (!rtas.dev) in rtas_initialize()
2018 rtas.dev = NULL; in rtas_initialize()
2022 rtas.base = base; in rtas_initialize()
2023 rtas.size = size; in rtas_initialize()
2025 rtas.entry = no_entry ? rtas.base : entry; in rtas_initialize()
[all …]
A Dcrash_dump.c118 basep = of_get_property(rtas.dev, "linux,rtas-base", NULL); in crash_free_reserved_phys_range()
119 sizep = of_get_property(rtas.dev, "rtas-size", NULL); in crash_free_reserved_phys_range()
A Drtas_entry.S19 LOAD_REG_ADDR(r4, rtas)
102 LOAD_REG_ADDR(r4, rtas)
A DMakefile97 obj-$(CONFIG_PPC_RTAS) += rtas_entry.o rtas.o rtas-rtc.o $(rtaspci-y-y)
100 obj-$(CONFIG_RTAS_PROC) += rtas-proc.o
A Drtasd.c515 err = of_property_read_u32(rtas.dev, "rtas-event-scan-rate", &rtas_event_scan_rate); in rtas_event_scan_init()
A Dprom_init.c2310 phandle rtas; in prom_find_machine_type() local
2354 rtas = call_prom("finddevice", 1, 1, ADDR("/rtas")); in prom_find_machine_type()
2355 if (!PHANDLE_VALID(rtas)) in prom_find_machine_type()
2357 x = prom_getproplen(rtas, "ibm,hypertas-functions"); in prom_find_machine_type()
/arch/powerpc/platforms/pseries/
A DMakefile5 of_helpers.o rtas-work-area.o papr-sysparm.o \
6 papr-rtas-common.o papr-vpd.o papr-indices.o \
31 obj-$(CONFIG_FA_DUMP) += rtas-fadump.o
A Dras.c404 (((A) >= rtas.base) && ((A) <= (rtas.base + rtas.size - 16))))
/arch/powerpc/platforms/chrp/
A Dpci.c192 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/
A DMakefile6 obj-$(CONFIG_PPC_ICS_RTAS) += ics-rtas.o
/arch/powerpc/mm/
A Dnuma.c1106 struct device_node *rtas, *root; in find_possible_nodes() local
1114 rtas = of_find_node_by_path("/rtas"); in find_possible_nodes()
1115 if (!rtas) in find_possible_nodes()
1129 domains = of_get_property(rtas, in find_possible_nodes()
1134 domains = of_get_property(rtas, "ibm,max-associativity-domains", in find_possible_nodes()
1153 of_node_put(rtas); in find_possible_nodes()
/arch/powerpc/include/asm/
A Drtas.h419 extern struct rtas_t rtas;
/arch/powerpc/kernel/syscalls/
A Dsyscall.tbl336 255 common rtas sys_rtas

Completed in 33 milliseconds