Home
last modified time | relevance | path

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

/linux/drivers/s390/char/
A Dsclp_early_core.c96 end = (unsigned char *) sccb + EARLY_SCCB_SIZE - 1; in sclp_early_print_lm()
144 if (sizeof(*sccb) + len >= EARLY_SCCB_SIZE) in sclp_early_print_vt220()
145 len = EARLY_SCCB_SIZE - sizeof(*sccb); in sclp_early_print_vt220()
334 memset(sclp_early_sccb, 0, EARLY_SCCB_SIZE); in sclp_early_read_storage_info()
335 sccb->header.length = EARLY_SCCB_SIZE; in sclp_early_read_storage_info()
/linux/arch/s390/include/asm/
A Dsclp.h13 #define EARLY_SCCB_SIZE PAGE_SIZE macro

Completed in 4 milliseconds