Searched refs:PAGE_SIZE_4K (Results 1 – 7 of 7) sorted by relevance
152 #define PAGE_SIZE_4K (1 << PAGE_SHIFT_4K) macro156 ((u32)((((size_t)(_address) & (PAGE_SIZE_4K - 1)) + \157 (size) + (PAGE_SIZE_4K - 1)) >> PAGE_SHIFT_4K))
709 dma += PAGE_SIZE_4K; in be_cmd_page_addrs_prepare()
31 #define PAGE_SIZE_4K 4096 macro32 #define RINGBUFFER_HVS_RCV_SIZE (PAGE_SIZE_4K * 6)33 #define RINGBUFFER_HVS_SND_SIZE (PAGE_SIZE_4K * 6)62 #define HVS_SEND_BUF_SIZE (PAGE_SIZE_4K - sizeof(struct vmpipe_proto_header))603 BUILD_BUG_ON(sizeof(*send_buf) != PAGE_SIZE_4K); in hvs_stream_enqueue()
827 #define PAGE_SIZE_4K (1 << PAGE_SHIFT_4K) macro831 ((u32)((((size_t)(_address) & (PAGE_SIZE_4K - 1)) + \832 (size) + (PAGE_SIZE_4K - 1)) >> PAGE_SHIFT_4K))
832 dma += PAGE_SIZE_4K; in be_cmd_page_addrs_prepare()
300 #define PAGE_SIZE_4K (1 << PAGE_SHIFT_4K) macro304 ((u32)((((size_t)(_address) & (PAGE_SIZE_4K - 1)) + \305 (size) + (PAGE_SIZE_4K - 1)) >> PAGE_SHIFT_4K))
449 PAGE_SIZE_4K); in ocrdma_mbx_create_eq()545 cq->dma, PAGE_SIZE_4K); in ocrdma_mbx_mq_cq_create()594 ocrdma_build_q_pages(pa, num_pages, mq->dma, PAGE_SIZE_4K); in ocrdma_mbx_create_mq()