Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/s390/include/asm/
A Didals.h23 #define IDA_SIZE_LOG 12 /* 11 for 2k , 12 for 4k */ macro
24 #define IDA_BLOCK_SIZE (1L<<IDA_SIZE_LOG)
45 (IDA_BLOCK_SIZE-1)) >> IDA_SIZE_LOG; in idal_nr_words()
68 (IDA_BLOCK_SIZE-1)) >> IDA_SIZE_LOG; in idal_create_words()
135 nr_ptrs = (size + IDA_BLOCK_SIZE - 1) >> IDA_SIZE_LOG; in idal_buffer_alloc()
136 nr_chunks = (4096 << page_order) >> IDA_SIZE_LOG; in idal_buffer_alloc()
171 nr_ptrs = (ib->size + IDA_BLOCK_SIZE - 1) >> IDA_SIZE_LOG; in idal_buffer_free()
172 nr_chunks = (4096 << ib->page_order) >> IDA_SIZE_LOG; in idal_buffer_free()

Completed in 3 milliseconds