Lines Matching refs:uintptr_t
135 uintptr_t user_ptr) in binder_alloc_prepare_to_free_locked()
182 uintptr_t user_ptr) in binder_alloc_prepare_to_free()
281 (uintptr_t)page_addr + alloc->user_buffer_offset; in binder_update_page_range()
475 (void *)(((uintptr_t)buffer->data + buffer_size) & PAGE_MASK); in binder_alloc_new_buf_locked()
478 (void *)PAGE_ALIGN((uintptr_t)buffer->data + size); in binder_alloc_new_buf_locked()
482 (void *)PAGE_ALIGN((uintptr_t)buffer->data), end_page_addr); in binder_alloc_new_buf_locked()
522 (void *)PAGE_ALIGN((uintptr_t)buffer->data), in binder_alloc_new_buf_locked()
559 return (void *)((uintptr_t)buffer->data & PAGE_MASK); in buffer_start_page()
564 return (void *)(((uintptr_t)(buffer->data) - 1) & PAGE_MASK); in prev_buffer_end_page()
643 (void *)PAGE_ALIGN((uintptr_t)buffer->data), in binder_free_buf_locked()
644 (void *)(((uintptr_t)buffer->data + buffer_size) & PAGE_MASK)); in binder_free_buf_locked()
719 vma->vm_start - (uintptr_t)alloc->buffer; in binder_alloc_mmap_handler()
952 uintptr_t page_addr; in binder_alloc_free_page()
964 page_addr = (uintptr_t)alloc->buffer + index * PAGE_SIZE; in binder_alloc_free_page()