Searched refs:sclp_sdias_copy (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/char/ |
H A D | zcore.c | 70 if (sclp_sdias_copy(hsa_buf, src / PAGE_SIZE + 2, 1)) { in memcpy_hsa_user() 71 TRACE("sclp_sdias_copy() failed\n"); in memcpy_hsa_user() 105 if (sclp_sdias_copy(hsa_buf, src / PAGE_SIZE + 2, 1)) { in memcpy_hsa_kernel() 106 TRACE("sclp_sdias_copy() failed\n"); in memcpy_hsa_kernel()
|
H A D | sclp_sdias.c | 166 int sclp_sdias_copy(void *dest, int start_blk, int nr_blks) in sclp_sdias_copy() function
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | sclp.h | 125 int sclp_sdias_copy(void *dest, int blk_num, int nr_blks);
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | sclp.h | 144 int sclp_sdias_copy(void *dest, int blk_num, int nr_blks);
|
/kernel/linux/linux-6.6/drivers/s390/char/ |
H A D | sclp_sdias.c | 166 int sclp_sdias_copy(void *dest, int start_blk, int nr_blks) in sclp_sdias_copy() function
|
H A D | zcore.c | 76 if (sclp_sdias_copy(hsa_buf, src / PAGE_SIZE + 2, 1)) { in memcpy_hsa_iter() 77 TRACE("sclp_sdias_copy() failed\n"); in memcpy_hsa_iter()
|
Completed in 3 milliseconds