Home
last modified time | relevance | path

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

/linux-6.12.1/arch/s390/include/uapi/asm/
Dhypfs.h41 struct hypfs_diag0c_entry { struct
52 struct hypfs_diag0c_entry entry[]; /* diag0c entry array */ argument
/linux-6.12.1/arch/s390/include/asm/
Ddiag.h49 struct hypfs_diag0c_entry;
54 void diag0c(struct hypfs_diag0c_entry *data);
342 struct hypfs_diag0c_entry;
/linux-6.12.1/arch/s390/hypfs/
Dhypfs_diag0c.c87 diag0c_data->hdr.len = count * sizeof(struct hypfs_diag0c_entry); in dbfs_diag0c_create()
/linux-6.12.1/arch/s390/kernel/
Ddiag.c153 void diag0c(struct hypfs_diag0c_entry *data) in diag0c()