Home
last modified time | relevance | path

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

/arch/s390/kernel/
Dhead64.S34 l %r2,20(%r0) # address of ipl parameter block
50 cl %r8,.Lcurrent_cpu-.LPG1(%r13) # is ipl cpu ?
77 lhi %r1,1 # mode 1 = esame (normal ipl)
80 lhi %r1,1 # mode 1 = esame (normal ipl)
102 # Save ipl parameters, clear bss memory, initialize storage key for kernel pages,
Dhead.S47 .long 0x27000000,0x60000001 # by ipl to addresses 0-23.
161 .long 0x02000018,0x60000050 # by ipl to addresses 0-23.
168 .long 0x02000230,0x60000050 # by ipl and load the range
266 l %r1,0xb8 # load ipl subchannel number
268 bas %r14,.Lloader # load rest of ipl image
270 st %r1,IPL_DEVICE+ARCH_OFFSET-PARMAREA(%r12) # save ipl device number
273 # load parameter file from ipl device
324 # load ramdisk from ipl device
DMakefile22 s390_ext.o debug.o irq.o ipl.o dis.o diag.o mem_detect.o \
Dhead31.S33 # Save ipl parameters, clear bss memory, initialize storage key for kernel pages,
Dipl.c242 struct ipl_parameter_block *ipl = IPL_PARMBLOCK_START; in get_ipl_type() local
250 if (ipl->hdr.version > IPL_MAX_SUPPORTED_VERSION) in get_ipl_type()
252 if (ipl->hdr.pbt != DIAG308_IPL_TYPE_FCP) in get_ipl_type()
254 if (ipl->ipl_info.fcp.opt == DIAG308_IPL_OPT_DUMP) in get_ipl_type()
323 struct ipl_parameter_block *ipl = IPL_PARMBLOCK_START; in sys_ipl_device_show() local
330 return sprintf(page, "0.0.%04x\n", ipl->ipl_info.fcp.devno); in sys_ipl_device_show()
/arch/alpha/include/asm/
Dsystem.h280 #define setipl(ipl) ((void) swpipl(ipl)) argument