Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/include/asm/
Didals.h23 #define IDA_BLOCK_SIZE (1L<<IDA_SIZE_LOG) macro
40 return ((__pa(vaddr) & (IDA_BLOCK_SIZE-1)) + length + in idal_nr_words()
41 (IDA_BLOCK_SIZE-1)) >> IDA_SIZE_LOG; in idal_nr_words()
54 cidaw = ((paddr & (IDA_BLOCK_SIZE-1)) + length + in idal_create_words()
55 (IDA_BLOCK_SIZE-1)) >> IDA_SIZE_LOG; in idal_create_words()
57 paddr &= -IDA_BLOCK_SIZE; in idal_create_words()
59 paddr += IDA_BLOCK_SIZE; in idal_create_words()
122 nr_ptrs = (size + IDA_BLOCK_SIZE - 1) >> IDA_SIZE_LOG; in idal_buffer_alloc()
132 ib->data[i] = ib->data[i-1] + IDA_BLOCK_SIZE; in idal_buffer_alloc()
159 nr_ptrs = (ib->size + IDA_BLOCK_SIZE - 1) >> IDA_SIZE_LOG; in idal_buffer_free()
[all …]
/linux-4.4.14/drivers/s390/block/
Ddasd_eckd.c2916 if (__pa(dst) & (IDA_BLOCK_SIZE-1)) { in dasd_eckd_build_cp_cmd_track()
2936 if (!(__pa(idaw_dst + idaw_len) & (IDA_BLOCK_SIZE-1))) in dasd_eckd_build_cp_cmd_track()