Searched refs:rtas (Results 1 – 18 of 18) sorted by relevance
/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | rtas.c | 475 if (!rtas.dev) in rtas_function_token() 620 struct rtas_t rtas; variable 656 if (!rtas.base) in call_rtas_display_status() 706 if (!rtas.base) in udbg_rtascon_putc() 725 if (!rtas.base) in udbg_rtascon_getc_poll() 766 if (!rtas.base) in rtas_progress() 1776 if (!rtas.entry) in SYSCALL_DEFINE1() 1927 if (!rtas.dev) in rtas_initialize() 1934 rtas.dev = NULL; in rtas_initialize() 1938 rtas.base = base; in rtas_initialize() [all …]
|
A 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()
|
A D | rtas_entry.S | 19 LOAD_REG_ADDR(r4, rtas) 102 LOAD_REG_ADDR(r4, rtas)
|
A 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
|
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()
|
A 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()
|
/linux-6.3-rc2/arch/powerpc/platforms/chrp/ |
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-6.3-rc2/arch/powerpc/platforms/pseries/ |
A D | Makefile | 6 of_helpers.o rtas-work-area.o papr-sysparm.o \ 29 obj-$(CONFIG_FA_DUMP) += rtas-fadump.o
|
A D | ras.c | 404 (((A) >= rtas.base) && ((A) <= (rtas.base + rtas.size - 16))))
|
/linux-6.3-rc2/tools/testing/selftests/powerpc/eeh/ |
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-6.3-rc2/arch/powerpc/sysdev/xics/ |
A D | Makefile | 6 obj-$(CONFIG_PPC_ICS_RTAS) += ics-rtas.o
|
/linux-6.3-rc2/arch/powerpc/mm/ |
A D | numa.c | 1111 struct device_node *rtas; in find_possible_nodes() local 1119 rtas = of_find_node_by_path("/rtas"); in find_possible_nodes() 1120 if (!rtas) in find_possible_nodes() 1133 domains = of_get_property(rtas, in find_possible_nodes() 1137 domains = of_get_property(rtas, "ibm,max-associativity-domains", in find_possible_nodes() 1156 of_node_put(rtas); in find_possible_nodes()
|
/linux-6.3-rc2/kernel/ |
A D | sys_ni.c | 392 COND_SYSCALL(rtas);
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | rtas.h | 402 extern struct rtas_t rtas;
|
/linux-6.3-rc2/Documentation/devicetree/bindings/serial/ |
A D | 8250.yaml | 159 used-by-rtas:
|
/linux-6.3-rc2/arch/powerpc/kernel/syscalls/ |
A D | syscall.tbl | 332 255 common rtas sys_rtas
|
/linux-6.3-rc2/tools/perf/arch/powerpc/entry/syscalls/ |
A D | syscall.tbl | 332 255 common rtas sys_rtas
|
/linux-6.3-rc2/Documentation/powerpc/ |
A D | firmware-assisted-dump.rst | 74 (rtas/ibm,kernel-dump on pSeries or ibm,opal/dump/mpipl-boot
|
Completed in 27 milliseconds