Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/uapi/asm/
H A Dhypfs.h41 struct hypfs_diag0c_entry { struct
52 struct hypfs_diag0c_entry entry[]; /* diag0c entry array */ argument
/openbmc/linux/arch/s390/include/asm/
H A Ddiag.h326 struct hypfs_diag0c_entry;
337 void (*diag0c)(struct hypfs_diag0c_entry *entry);
347 void _diag0c_amode31(struct hypfs_diag0c_entry *entry);
/openbmc/linux/arch/s390/hypfs/
H A Dhypfs_diag0c.c88 diag0c_data->hdr.len = count * sizeof(struct hypfs_diag0c_entry); in dbfs_diag0c_create()