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 | 45 .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
|
D | Makefile | 25 debug.o irq.o ipl.o dis.o diag.o mem_detect.o sclp.o vdso.o \
|
D | head31.S | 39 # Save ipl parameters, clear bss memory, initialize storage key for kernel pages,
|
D | head64.S | 40 # Save ipl parameters, clear bss memory, initialize storage key for kernel pages,
|
D | ipl.c | 253 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()
|