Searched refs:ipl (Results 1 – 6 of 6) sorted by relevance
/arch/alpha/include/asm/ |
D | irqflags.h | 24 #define setipl(ipl) ((void) swpipl(ipl)) argument
|
/arch/s390/kernel/ |
D | head.S | 41 .long 0x02000018,0x60000050 # by ipl to addresses 0-23. 48 .long 0x02000230,0x60000050 # by ipl and load the range 183 l %r1,0xb8 # load ipl subchannel number 185 bas %r14,.Lloader # load rest of ipl image 187 st %r1,IPL_DEVICE+ARCH_OFFSET-PARMAREA(%r12) # save ipl device number 190 # load parameter file from ipl device 229 # load ramdisk from ipl device
|
D | Makefile | 33 obj-y += debug.o irq.o ipl.o dis.o diag.o sclp.o vdso.o
|
D | head64.S | 38 # Save ipl parameters, clear bss memory, initialize storage key for kernel pages,
|
D | head31.S | 37 # Save ipl parameters, clear bss memory, initialize storage key for kernel pages,
|
D | ipl.c | 252 struct ipl_parameter_block *ipl = IPL_PARMBLOCK_START; in get_ipl_type() local 260 if (ipl->hdr.version > IPL_MAX_SUPPORTED_VERSION) in get_ipl_type() 262 if (ipl->hdr.pbt != DIAG308_IPL_TYPE_FCP) in get_ipl_type() 264 if (ipl->ipl_info.fcp.opt == DIAG308_IPL_OPT_DUMP) in get_ipl_type() 395 struct ipl_parameter_block *ipl = IPL_PARMBLOCK_START; in sys_ipl_device_show() local 402 return sprintf(page, "0.0.%04x\n", ipl->ipl_info.fcp.devno); in sys_ipl_device_show()
|