Home
last modified time | relevance | path

Searched refs:IDA_BLOCK_SIZE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/include/asm/
H A 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 in idal_buffer_free()
[all...]
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Didals.h24 #define IDA_BLOCK_SIZE (1L<<IDA_SIZE_LOG) macro
44 return ((__pa(vaddr) & (IDA_BLOCK_SIZE-1)) + length + in idal_nr_words()
45 (IDA_BLOCK_SIZE-1)) >> IDA_SIZE_LOG; in idal_nr_words()
67 cidaw = ((paddr & (IDA_BLOCK_SIZE-1)) + length + in idal_create_words()
68 (IDA_BLOCK_SIZE-1)) >> IDA_SIZE_LOG; in idal_create_words()
70 paddr &= -IDA_BLOCK_SIZE; in idal_create_words()
72 paddr += IDA_BLOCK_SIZE; in idal_create_words()
135 nr_ptrs = (size + IDA_BLOCK_SIZE - 1) >> IDA_SIZE_LOG; in idal_buffer_alloc()
144 ib->data[i] = ib->data[i-1] + IDA_BLOCK_SIZE; in idal_buffer_alloc()
171 nr_ptrs = (ib->size + IDA_BLOCK_SIZE in idal_buffer_free()
[all...]
/kernel/linux/linux-5.10/drivers/s390/block/
H A Ddasd_eckd.c4156 * starts on an IDA_BLOCK_SIZE boundary. in dasd_eckd_build_cp_cmd_track()
4162 if (__pa(dst) & (IDA_BLOCK_SIZE-1)) { in dasd_eckd_build_cp_cmd_track()
4180 * is larger then IDA_BLOCK_SIZE in dasd_eckd_build_cp_cmd_track()
4182 if (!(__pa(idaw_dst + idaw_len) & (IDA_BLOCK_SIZE-1))) in dasd_eckd_build_cp_cmd_track()
/kernel/linux/linux-6.6/drivers/s390/block/
H A Ddasd_eckd.c4271 * starts on an IDA_BLOCK_SIZE boundary. in dasd_eckd_build_cp_cmd_track()
4277 if ((__u32)virt_to_phys(dst) & (IDA_BLOCK_SIZE - 1)) { in dasd_eckd_build_cp_cmd_track()
4295 * is larger then IDA_BLOCK_SIZE in dasd_eckd_build_cp_cmd_track()
4297 if (!((__u32)virt_to_phys(idaw_dst + idaw_len) & (IDA_BLOCK_SIZE - 1))) in dasd_eckd_build_cp_cmd_track()

Completed in 17 milliseconds