Home
last modified time | relevance | path

Searched refs:mod_lvl (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/arch/s390/appldata/
H A Dappldata_base.c137 u16 length, char *mod_lvl) in appldata_diag() argument
148 id->mod_lvl = (mod_lvl[0]) << 8 | mod_lvl[1]; in appldata_diag()
317 ops->mod_lvl); in appldata_generic_handler()
328 ops->mod_lvl); in appldata_generic_handler()
H A Dappldata.h41 char mod_lvl[2]; /* modification level, EBCDIC */ member
47 u16 length, char *mod_lvl);
H A Dappldata_os.c83 .mod_lvl = {0xF0, 0xF1}, /* EBCDIC "01" */
138 ops.mod_lvl); in appldata_get_os_data()
146 ops.mod_lvl); in appldata_get_os_data()
H A Dappldata_net_sum.c122 .mod_lvl = {0xF0, 0xF0}, /* EBCDIC "00" */
H A Dappldata_mem.c120 .mod_lvl = {0xF0, 0xF0}, /* EBCDIC "00" */
/linux-6.15/arch/s390/include/asm/
H A Dappldata.h41 u16 mod_lvl; /* modification level */ member
/linux-6.15/drivers/s390/char/
H A Dmonwriter.c72 id->mod_lvl = myhdr->mod_level; in monwrite_diag()