Searched refs:rtas (Results 51 - 69 of 69) sorted by relevance

123

/linux-master/arch/powerpc/kernel/
H A Drtas_flash.c5 * /proc/powerpc/rtas/firmware_flash interface
9 * firmware image and flash it as it reboots (see rtas.c).
19 #include <asm/rtas.h>
101 * that needed by the rtas flash update.
102 * All we need to do for rtas is rewrite num_blocks
663 .filename = "powerpc/rtas/" FIRMWARE_FLASH_NAME,
672 .filename = "powerpc/rtas/" FIRMWARE_UPDATE_NAME,
681 .filename = "powerpc/rtas/" VALIDATE_FLASH_NAME,
690 .filename = "powerpc/rtas/" MANAGE_FLASH_NAME,
H A Drtas-proc.c12 * location. Write Documentation on what the /proc/rtas/ entries
32 #include <asm/rtas.h>
236 rtas_node = of_find_node_by_name(NULL, "rtas");
240 proc_create("powerpc/rtas/progress", 0644, NULL,
242 proc_create("powerpc/rtas/clock", 0644, NULL,
244 proc_create("powerpc/rtas/poweron", 0644, NULL,
246 proc_create_single("powerpc/rtas/sensors", 0444, NULL,
248 proc_create("powerpc/rtas/frequency", 0644, NULL,
250 proc_create("powerpc/rtas/volume", 0644, NULL,
252 proc_create_single("powerpc/rtas/rmo_buffe
[all...]
H A Dsetup_64.c53 #include <asm/rtas.h>
800 * Machine check on pseries calls rtas, but can't use the static
802 * rtas args have to be under 4GB, so the machine check stack is
H A Dprom.c35 #include <asm/rtas.h>
H A Dsetup-common.c52 #include <asm/rtas.h>
530 (dn = of_find_node_by_path("/rtas"))) {
H A Dnvram_64.c24 #include <asm/rtas.h>
51 .name = "ibm,rtas-log",
69 "ibm,rtas-log",
417 * Reads the oops/panic report, rtas, of-config and common partition.
H A Dasm-offsets.c34 #include <asm/rtas.h>
H A Deeh_driver.c19 #include <asm/rtas.h>
966 /* Since rtas may enable MMIO when posting the error log,
H A Deeh.c33 #include <asm/rtas.h>
H A Dtraps.c47 #include <asm/rtas.h>
/linux-master/arch/powerpc/platforms/pseries/
H A Dhotplug-cpu.c6 * arch/powerpc/kernel/rtas.c, and arch/powerpc/platforms/pseries/smp.c
28 #include <asm/rtas.h>
H A Deeh_pseries.c34 #include <asm/rtas.h>
240 * Buffer for reporting slot-error-detail rtas calls. Its here
H A Dmsi.c13 #include <asm/rtas.h>
H A Dlparcfg.c30 #include <asm/rtas.h>
383 * through the get-system-parameter rtas call. Replace keyword strings as
528 rtas_node = of_find_node_by_path("/rtas");
H A Drtas-fadump.c9 #define pr_fmt(fmt) "rtas fadump: " fmt
20 #include <asm/rtas.h>
25 #include "rtas-fadump.h"
558 /* Call ibm,os-term rtas call to trigger firmware assisted dump */
611 * The 'ibm,kernel-dump' rtas node is present only if there is
H A Dsetup.c49 #include <asm/rtas.h>
157 * Allocate a chunk for per cpu buffer to hold rtas errorlog.
1069 * This function calls either the power-off rtas token in normal cases
H A Diommu.c30 #include <asm/rtas.h>
910 pr_warn("%pOF: failed to remove DMA window: rtas returned "
914 pr_debug("%pOF: successfully removed DMA window: rtas returned "
1203 * ibm,ddw-extensions, which carries the rtas token for
1205 * That rtas-call can be used to restore the default DMA window for the device.
/linux-master/arch/powerpc/perf/
H A Dhv-24x7.c24 #include <asm/rtas.h>
77 * chip details through the get-system-parameter rtas call.
/linux-master/arch/powerpc/xmon/
H A Dxmon.c41 #include <asm/rtas.h>
404 * at the moment, even though we don't take rtas.lock.
405 * If we did try to take rtas.lock there would be a

Completed in 378 milliseconds

123