Searched refs:PAGE_SIZE (Results 1 – 7 of 7) sorted by relevance
18 #ifndef PAGE_SIZE19 #define PAGE_SIZE (sysconf(_SC_PAGESIZE)) macro33 mcdi_buff_size = RTE_ALIGN_CEIL(len, PAGE_SIZE); in sfc_vdpa_dma_alloc()47 PAGE_SIZE); in sfc_vdpa_dma_alloc()
35 #ifndef PAGE_SIZE36 #define PAGE_SIZE (sysconf(_SC_PAGESIZE)) macro38 #define PAGE_MASK (~(PAGE_SIZE - 1))191 if (len < (size_t)PAGE_SIZE) in lsx_ccsr_map_region()192 len = PAGE_SIZE; in lsx_ccsr_map_region()
127 if (contigmem_buffer_size < PAGE_SIZE || in contigmem_load()344 buffer_index = *offset / PAGE_SIZE; in contigmem_mmap_single()
104 offset = iova & (PAGE_SIZE - 1); in iova_to_phys()
31 CMDQ_BLOCK_SIZE), PAGE_SIZE)
188 AEQ_CTRL_1_SET(page_size_val, PAGE_SIZE); in set_aeq_ctrls()
103 unsigned bar = *offset/PAGE_SIZE; in nic_uio_mmap_single()