Home
last modified time | relevance | path

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

/linux-6.12.1/arch/s390/kernel/
Ddiag.c63 .diag0c = _diag0c_amode31,
153 void diag0c(struct hypfs_diag0c_entry *data) in diag0c() function
156 diag_amode31_ops.diag0c(virt_to_phys(data)); in diag0c()
/linux-6.12.1/arch/s390/include/asm/
Ddiag.h54 void diag0c(struct hypfs_diag0c_entry *data);
353 void (*diag0c)(unsigned long rx); member
/linux-6.12.1/arch/s390/hypfs/
Dhypfs_diag0c.c23 diag0c(((void **)data)[smp_processor_id()]); in diag0c_fn()