Searched refs:ULONG_PTR (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/sys/dev/hptmv/
H A Dmv.c51 writeb((void *)((ULONG_PTR)base + offset), val);
57 writew((void *)((ULONG_PTR)base + offset), val);
63 writel((void *)((ULONG_PTR)base + offset), val);
69 return readb((void *)((ULONG_PTR)base + offset));
75 return readw((void *)((ULONG_PTR)base + offset));
81 return readl((void *)((ULONG_PTR)base + offset));
114 ULONG_PTR HPTLIBAPI
117 return (ULONG_PTR)(vtophys(addr));
H A DmvOs.h63 typedef unsigned long ULONG_PTR, UINT_PTR, BUS_ADDR; typedef
112 ULONG_PTR HPTLIBAPI fOsPhysicalAddress(void *addr);
H A Dosbsd.h125 typedef ULONG_PTR dma_addr_t;
253 #define VDEV_TO_ID(pVDev) (DEVICEID)(ULONG_PTR)(pVDev)
254 #define ID_TO_VDEV(id) (PVDevice)(((ULONG_PTR)gIal_Adapter & 0xffffffff00000000) | (id))
H A Dioctl.c623 pSgTable->dSgAddress = (ULONG_PTR)pCmd->uCmd.R1Control.Buffer;
636 if ((ULONG_PTR)dataPointer & 0x1)
639 #define ON64KBOUNDARY(x) (((ULONG_PTR)(x) & 0xFFFF) == 0)
640 #define NOTNEIGHBORPAGE(highvaddr, lowvaddr) ((ULONG_PTR)(highvaddr) - (ULONG_PTR)(lowvaddr) != PAGE_SIZE)
647 currphypage = (ADDRESS)fOsPhysicalAddress((void*)trunc_page((ULONG_PTR)currvaddr));
651 nextpage = (ADDRESS)trunc_page(((ULONG_PTR)currvaddr + PAGE_SIZE));
652 nextvaddr = (ADDRESS)MIN(((ULONG_PTR)v + bufferSize), (ULONG_PTR)(nextpage));
654 if (nextvaddr == (ADDRESS)((ULONG_PTR)
[all...]
H A Dentry.c270 KdPrint(("requestQueue addr is 0x%llX", (HPT_U64)(ULONG_PTR)req_dma_addr));
277 (HPT_U64)(ULONG_PTR)req_dma_addr, channelNum);
294 pAdapter->mvSataAdapter.adapterId, channelNum, (HPT_U64)(ULONG_PTR)rsp_dma_addr);
910 (((ULONG_PTR)pAdapter->requestsArrayBaseAlignedAddr) & ~(ULONG_PTR)(MV_EDMA_REQUEST_QUEUE_SIZE - 1));
913 pAdapter->requestsArrayBaseDmaAlignedAddr &= ~(ULONG_PTR)(MV_EDMA_REQUEST_QUEUE_SIZE - 1);
937 (((ULONG_PTR)pAdapter->responsesArrayBaseAlignedAddr) & ~(ULONG_PTR)(MV_EDMA_RESPONSE_QUEUE_SIZE - 1));
940 pAdapter->responsesArrayBaseDmaAlignedAddr &= ~(ULONG_PTR)(MV_EDMA_RESPONSE_QUEUE_SIZE - 1);
1401 pAdapter->prdTableAlignedAddr = (PUCHAR)(((ULONG_PTR)pAdapte
[all...]
H A Dhptproc.c325 if (copyin((void*)(ULONG_PTR)piop->lpInBuffer, ke_area, piop->nInBufferSize) != 0) {
341 copyout(ke_area + piop->nInBufferSize, (void*)(ULONG_PTR)piop->lpOutBuffer, piop->nOutBufferSize);
344 copyout(&dwRet, (void*)(ULONG_PTR)piop->lpBytesReturned, sizeof(DWORD));
H A Darray.h151 #define ArrayDescript_3_0_size ((unsigned)(ULONG_PTR)&((struct _ArrayDescript *)0)->bCheckSum31)
H A Dglobal.h104 ULONG_PTR dSgAddress;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DThreading.inc83 ::RaiseException(MS_VC_EXCEPTION, 0, sizeof(info) / sizeof(ULONG_PTR),
84 (ULONG_PTR *)&info);
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwind-seh.cpp128 if (ours && ms_exc->ExceptionInformation[1] == (ULONG_PTR)frame)
156 exc->private_[1] = (ULONG_PTR)frame;
159 ms_exc->ExceptionInformation[1] = (ULONG_PTR)frame;
222 ms_exc.ExceptionInformation[0] = (ULONG_PTR)exc;
223 ms_exc.ExceptionInformation[1] = (ULONG_PTR)context;
355 RaiseException(STATUS_GCC_THROW, 0, 1, (ULONG_PTR *)&exception_object);
396 ms_exc.ExceptionInformation[0] = (ULONG_PTR)exception_object;
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devent_iocp.c46 #define NOTIFICATION_KEY ((ULONG_PTR)-1)
56 handle_entry(OVERLAPPED *o, ULONG_PTR completion_key, DWORD nBytes, int ok)
75 ULONG_PTR key=0;
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.h370 typedef ULONG_PTR mask_t;
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dsocket.c551 sock->manager->hIoCompletionPort, (ULONG_PTR)sock, 0);

Completed in 100 milliseconds