Home
last modified time | relevance | path

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

/Linux-v5.10/arch/s390/include/asm/
Didals.h24 #define IDA_BLOCK_SIZE (1L<<IDA_SIZE_LOG) macro
41 return ((__pa(vaddr) & (IDA_BLOCK_SIZE-1)) + length + in idal_nr_words()
42 (IDA_BLOCK_SIZE-1)) >> IDA_SIZE_LOG; in idal_nr_words()
55 cidaw = ((paddr & (IDA_BLOCK_SIZE-1)) + length + in idal_create_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()
123 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-v5.10/drivers/s390/block/
Ddasd_eckd.c4138 if (__pa(dst) & (IDA_BLOCK_SIZE-1)) { in dasd_eckd_build_cp_cmd_track()
4158 if (!(__pa(idaw_dst + idaw_len) & (IDA_BLOCK_SIZE-1))) in dasd_eckd_build_cp_cmd_track()