Searched refs:is_iomem (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/drm2/ttm/
H A Dttm_bo_api.h68 * @is_iomem: is this io memory ?
81 bool is_iomem; member in struct:ttm_bus_placement
625 * @is_iomem: Pointer to an integer that on return indicates 1 if the
629 * If *is_iomem is 1 on return, the virtual address points to an io memory area,
634 bool *is_iomem)
636 *is_iomem = !!(map->bo_kmap_type & TTM_BO_MAP_IOMEM_MASK);
633 ttm_kmap_obj_virtual(struct ttm_bo_kmap_obj *map, bool *is_iomem) argument
H A Dttm_bo_vm.c204 if (!bo->mem.bus.is_iomem) {
213 if (bo->mem.bus.is_iomem) {
H A Dttm_bo_util.c198 if (ret || !mem->bus.is_iomem)
554 if (!bo->mem.bus.is_iomem) {

Completed in 57 milliseconds