Home
last modified time | relevance | path

Searched refs:ipl (Results 1 – 6 of 6) sorted by relevance

/arch/alpha/include/asm/
Dirqflags.h24 #define setipl(ipl) ((void) swpipl(ipl)) argument
/arch/s390/kernel/
Dhead.S45 .long 0x27000000,0x60000001 # by ipl to addresses 0-23.
159 .long 0x02000018,0x60000050 # by ipl to addresses 0-23.
166 .long 0x02000230,0x60000050 # by ipl and load the range
264 l %r1,0xb8 # load ipl subchannel number
266 bas %r14,.Lloader # load rest of ipl image
268 st %r1,IPL_DEVICE+ARCH_OFFSET-PARMAREA(%r12) # save ipl device number
271 # load parameter file from ipl device
310 # load ramdisk from ipl device
DMakefile25 debug.o irq.o ipl.o dis.o diag.o mem_detect.o sclp.o vdso.o \
Dhead31.S39 # Save ipl parameters, clear bss memory, initialize storage key for kernel pages,
Dhead64.S40 # Save ipl parameters, clear bss memory, initialize storage key for kernel pages,
Dipl.c253 struct ipl_parameter_block *ipl = IPL_PARMBLOCK_START; in get_ipl_type() local
261 if (ipl->hdr.version > IPL_MAX_SUPPORTED_VERSION) in get_ipl_type()
263 if (ipl->hdr.pbt != DIAG308_IPL_TYPE_FCP) in get_ipl_type()
265 if (ipl->ipl_info.fcp.opt == DIAG308_IPL_OPT_DUMP) in get_ipl_type()
396 struct ipl_parameter_block *ipl = IPL_PARMBLOCK_START; in sys_ipl_device_show() local
403 return sprintf(page, "0.0.%04x\n", ipl->ipl_info.fcp.devno); in sys_ipl_device_show()