Home
last modified time | relevance | path

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

/drivers/iommu/iommufd/
A Dio_pagetable.c27 unsigned long start_byte; member
209 unsigned long start_byte, unsigned long length, in iopt_insert_area() argument
218 area->page_offset = start_byte % PAGE_SIZE; in iopt_insert_area()
226 area->pages_node.start = start_byte / PAGE_SIZE; in iopt_insert_area()
227 if (check_add_overflow(start_byte, length - 1, &area->pages_node.last)) in iopt_insert_area()
282 start = elm->start_byte + (uintptr_t)elm->pages->uptr; in iopt_alloc_area_pages()
285 start = elm->start_byte + elm->pages->start; in iopt_alloc_area_pages()
309 elm->start_byte, elm->length, iommu_prot); in iopt_alloc_area_pages()
405 unsigned long length, unsigned long start_byte, in iopt_map_common() argument
413 elm.start_byte = start_byte; in iopt_map_common()
[all …]
A Dpages.c1289 static struct iopt_pages *iopt_alloc_pages(unsigned long start_byte, in iopt_alloc_pages() argument
1310 pages->npages = DIV_ROUND_UP(length + start_byte, PAGE_SIZE); in iopt_alloc_pages()
2019 int iopt_pages_rw_access(struct iopt_pages *pages, unsigned long start_byte, in iopt_pages_rw_access() argument
2022 unsigned long start_index = start_byte / PAGE_SIZE; in iopt_pages_rw_access()
2023 unsigned long last_index = (start_byte + length - 1) / PAGE_SIZE; in iopt_pages_rw_access()
2036 start_byte % PAGE_SIZE, data, length, in iopt_pages_rw_access()
2046 start_byte % PAGE_SIZE, data, in iopt_pages_rw_access()
2049 start_byte % PAGE_SIZE, data, length, in iopt_pages_rw_access()
2061 start_byte % PAGE_SIZE, data, in iopt_pages_rw_access()
2067 if (copy_to_user(pages->uptr + start_byte, data, length)) in iopt_pages_rw_access()
[all …]
A Dio_pagetable.h245 int iopt_pages_rw_access(struct iopt_pages *pages, unsigned long start_byte,
/drivers/net/ethernet/intel/i40e/
A Di40e_nvm.c1129 int start_byte = buff - (u8 *)hw->nvm_buff.va; in i40e_nvmupd_get_aq_result() local
1132 __func__, start_byte, start_byte + remainder); in i40e_nvmupd_get_aq_result()

Completed in 18 milliseconds