Searched refs:rtas (Results 1 – 13 of 13) sorted by relevance
| /linux/arch/powerpc/kernel/ |
| H A D | rtas.c | 592 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 D | rtas_entry.S | 19 LOAD_REG_ADDR(r4, rtas) 102 LOAD_REG_ADDR(r4, rtas)
|
| H A D | Makefile | 97 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 D | rtasd.c | 517 err = of_property_read_u32(rtas.dev, "rtas-event-scan-rate", &rtas_event_scan_rate); in rtas_event_scan_init()
|
| H A D | prom_init.c | 2310 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 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()
|
| /linux/tools/testing/selftests/powerpc/eeh/ |
| H A D | eeh-functions.sh | 157 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 D | Makefile | 6 obj-$(CONFIG_PPC_ICS_RTAS) += ics-rtas.o
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | ras.c | 404 (((A) >= rtas.base) && ((A) <= (rtas.base + rtas.size - 16))))
|
| H A D | papr-hvpipe.c | 757 if (!of_find_property(rtas.dev, "ibm,hypervisor-pipe-capable", in papr_hvpipe_init()
|
| /linux/kernel/ |
| H A D | sys_ni.c | 303 COND_SYSCALL(rtas);
|
| /linux/arch/powerpc/include/asm/ |
| H A D | rtas.h | 427 extern struct rtas_t rtas;
|
| /linux/tools/perf/arch/powerpc/entry/syscalls/ |
| H A D | syscall.tbl | 336 255 common rtas sys_rtas
|