Home
last modified time | relevance | path

Searched refs:asce (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/s390/char/
Dsclp_sd.c287 unsigned long page, asce = 0; in sclp_sd_store_data() local
310 asce = base_asce_alloc((unsigned long) data, dsize); in sclp_sd_store_data()
311 if (!asce) { in sclp_sd_store_data()
318 rc = sclp_sd_sync(page, SD_EQ_STORE_DATA, di, asce, (u64) data, &dsize, in sclp_sd_store_data()
334 base_asce_free(asce); in sclp_sd_store_data()
Dsclp_diag.h59 u64 asce; member
Dsclp_ftp.c109 sccb->evbuf.mdd.ftp.asce = _ASCE_REAL_SPACE; in sclp_ftp_et7()