Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
H A Drtas.c592 if (!rtas.dev) in rtas_function_token()
762 struct rtas_t rtas; variable
788 if (!rtas.base) in call_rtas_display_status()
838 if (!rtas.base) in rtas_progress()
950 if (rtas.dev == NULL) in rtas_token()
966 tokp = of_get_property(rtas.dev, service, NULL); in rtas_token()
990 if (of_property_read_u32(rtas.dev, propname, &max)) { in init_error_log_max()
1188 if (!rtas.entry || token == RTAS_UNKNOWN_SERVICE) in rtas_call()
1496 indicators = of_get_property(rtas.dev, "rtas-indicators", &proplen); in rtas_indicator_present()
1850 SYSCALL_DEFINE1(rtas, struct rtas_args __user *, uargs) in SYSCALL_DEFINE1() argument
[all …]
H A Drtas_entry.S19 LOAD_REG_ADDR(r4, rtas)
102 LOAD_REG_ADDR(r4, rtas)
H 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
H A Drtasd.c517 err = of_property_read_u32(rtas.dev, "rtas-event-scan-rate", &rtas_event_scan_rate); in rtas_event_scan_init()
H 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()
/linux/arch/powerpc/platforms/chrp/
H 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()
/linux/tools/testing/selftests/powerpc/eeh/
H A Deeh-functions.sh157 if [ ! -f /proc/device-tree/rtas/ibm,open-sriov-allow-unfreeze ] ||
158 [ ! -f /proc/device-tree/rtas/ibm,open-sriov-map-pe-number ] ; then
/linux/arch/powerpc/sysdev/xics/
H A DMakefile6 obj-$(CONFIG_PPC_ICS_RTAS) += ics-rtas.o
/linux/arch/powerpc/platforms/pseries/
H A Dras.c404 (((A) >= rtas.base) && ((A) <= (rtas.base + rtas.size - 16))))
H A Dpapr-hvpipe.c757 if (!of_find_property(rtas.dev, "ibm,hypervisor-pipe-capable", in papr_hvpipe_init()
/linux/kernel/
H A Dsys_ni.c303 COND_SYSCALL(rtas);
/linux/arch/powerpc/include/asm/
H A Drtas.h427 extern struct rtas_t rtas;
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl336 255 common rtas sys_rtas