Searched refs:EARLY_SCCB_SIZE (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/s390/char/
H A Dsclp_early_core.c97 end = (unsigned char *) sccb + EARLY_SCCB_SIZE - 1;
145 if (sizeof(*sccb) + len >= EARLY_SCCB_SIZE)
146 len = EARLY_SCCB_SIZE - sizeof(*sccb);
359 memset(sclp_early_sccb, 0, EARLY_SCCB_SIZE);
360 sccb->header.length = EARLY_SCCB_SIZE;
/linux-master/arch/s390/include/asm/
H A Dsclp.h12 #define EARLY_SCCB_SIZE PAGE_SIZE macro

Completed in 130 milliseconds