Home
last modified time | relevance | path

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

/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
/linux/arch/s390/include/asm/
H A Ddiag.h51 struct hypfs_diag0c_entry;
56 void diag0c(struct hypfs_diag0c_entry *data);
344 struct hypfs_diag0c_entry;
/linux/arch/s390/hypfs/
H A Dhypfs_diag0c.c20 * Get hypfs_diag0c_entry from CPU vector and store diag0c data
88 diag0c_data->hdr.len = count * sizeof(struct hypfs_diag0c_entry); in dbfs_diag0c_create()
/linux/arch/s390/kernel/diag/
H A Ddiag.c156 void diag0c(struct hypfs_diag0c_entry *data) in diag0c()