Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/s390/char/
H A Dsclp_early_core.c95 end = (unsigned char *) sccb + EARLY_SCCB_SIZE - 1; in sclp_early_print_lm()
143 if (sizeof(*sccb) + len >= EARLY_SCCB_SIZE) in sclp_early_print_vt220()
144 len = EARLY_SCCB_SIZE - sizeof(*sccb); in sclp_early_print_vt220()
318 memset(sclp_early_sccb, 0, EARLY_SCCB_SIZE); in sclp_early_read_storage_info()
319 sccb->header.length = EARLY_SCCB_SIZE; in sclp_early_read_storage_info()
/kernel/linux/linux-6.6/drivers/s390/char/
H 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()
358 memset(sclp_early_sccb, 0, EARLY_SCCB_SIZE); in sclp_early_read_storage_info()
359 sccb->header.length = EARLY_SCCB_SIZE; in sclp_early_read_storage_info()
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dsetup.h19 #define EARLY_SCCB_SIZE PAGE_SIZE macro
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dsclp.h12 #define EARLY_SCCB_SIZE PAGE_SIZE macro

Completed in 3 milliseconds