Searched refs:rtas (Results 1 – 13 of 13) sorted by relevance
/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/arch/powerpc/platforms/pseries/ |
H A D | Makefile | 5 of_helpers.o rtas-work-area.o papr-sysparm.o \ 29 obj-$(CONFIG_FA_DUMP) += rtas-fadump.o
|
H A D | ras.c | 404 (((A) >= rtas.base) && ((A) <= (rtas.base + rtas.size - 16))))
|
/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/kernel/ |
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 | 515 err = of_property_read_u32(rtas.dev, "rtas-event-scan-rate", &rtas_event_scan_rate); in rtas_event_scan_init()
|
/linux/arch/powerpc/mm/ |
H A D | numa.c | 1106 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()
|
/linux/arch/powerpc/sysdev/xics/ |
H A D | Makefile | 6 obj-$(CONFIG_PPC_ICS_RTAS) += ics-rtas.o
|
/linux/kernel/ |
H A D | sys_ni.c | 303 COND_SYSCALL(rtas);
|
/linux/arch/powerpc/include/asm/ |
H A D | rtas.h | 419 extern struct rtas_t rtas;
|
/linux/tools/perf/arch/powerpc/entry/syscalls/ |
H A D | syscall.tbl | 336 255 common rtas sys_rtas
|
/linux/Documentation/arch/powerpc/ |
H A D | firmware-assisted-dump.rst | 74 (rtas/ibm,kernel-dump on pSeries or ibm,opal/dump/mpipl-boot
|