Home
last modified time | relevance | path

Searched refs:IDA_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux/arch/s390/include/asm/
A Didals.h24 #define IDA_BLOCK_SIZE (1L<<IDA_SIZE_LOG) macro
42 (IDA_BLOCK_SIZE-1)) >> IDA_SIZE_LOG; in idal_nr_words()
56 (IDA_BLOCK_SIZE-1)) >> IDA_SIZE_LOG; in idal_create_words()
58 paddr &= -IDA_BLOCK_SIZE; in idal_create_words()
60 paddr += IDA_BLOCK_SIZE; in idal_create_words()
202 for (i = 0; count > IDA_BLOCK_SIZE; i++) { in idal_buffer_to_user()
205 return left + count - IDA_BLOCK_SIZE; in idal_buffer_to_user()
206 to = (void __user *) to + IDA_BLOCK_SIZE; in idal_buffer_to_user()
207 count -= IDA_BLOCK_SIZE; in idal_buffer_to_user()
225 return left + count - IDA_BLOCK_SIZE; in idal_buffer_from_user()
[all …]
/linux/drivers/s390/block/
A Ddasd_eckd.c4195 if (__pa(dst) & (IDA_BLOCK_SIZE-1)) { in dasd_eckd_build_cp_cmd_track()
4215 if (!(__pa(idaw_dst + idaw_len) & (IDA_BLOCK_SIZE-1))) in dasd_eckd_build_cp_cmd_track()

Completed in 22 milliseconds