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

/freebsd-13-stable/sys/dev/hptmv/
H A Dmv.c53 writeb((void *)((ULONG_PTR)base + offset), val);
59 writew((void *)((ULONG_PTR)base + offset), val);
65 writel((void *)((ULONG_PTR)base + offset), val);
71 return readb((void *)((ULONG_PTR)base + offset));
77 return readw((void *)((ULONG_PTR)base + offset));
83 return readl((void *)((ULONG_PTR)base + offset));
116 ULONG_PTR HPTLIBAPI
119 return (ULONG_PTR)(vtophys(addr));
H A DmvOs.h65 typedef unsigned long ULONG_PTR, UINT_PTR, BUS_ADDR; typedef
114 ULONG_PTR HPTLIBAPI fOsPhysicalAddress(void *addr);
H A Dioctl.c625 pSgTable->dSgAddress = (ULONG_PTR)pCmd->uCmd.R1Control.Buffer;
638 if ((ULONG_PTR)dataPointer & 0x1)
641 #define ON64KBOUNDARY(x) (((ULONG_PTR)(x) & 0xFFFF) == 0)
642 #define NOTNEIGHBORPAGE(highvaddr, lowvaddr) ((ULONG_PTR)(highvaddr) - (ULONG_PTR)(lowvaddr) != PAGE_SIZE)
649 currphypage = (ADDRESS)fOsPhysicalAddress((void*)trunc_page((ULONG_PTR)currvaddr));
653 nextpage = (ADDRESS)trunc_page(((ULONG_PTR)currvaddr + PAGE_SIZE));
654 nextvaddr = (ADDRESS)MIN(((ULONG_PTR)v + bufferSize), (ULONG_PTR)(nextpage));
656 if (nextvaddr == (ADDRESS)((ULONG_PTR)
[all...]
H A Dosbsd.h127 typedef ULONG_PTR dma_addr_t;
255 #define VDEV_TO_ID(pVDev) (DEVICEID)(ULONG_PTR)(pVDev)
256 #define ID_TO_VDEV(id) (PVDevice)(((ULONG_PTR)gIal_Adapter & 0xffffffff00000000) | (id))
H A Dentry.c272 KdPrint(("requestQueue addr is 0x%llX", (HPT_U64)(ULONG_PTR)req_dma_addr));
279 (HPT_U64)(ULONG_PTR)req_dma_addr, channelNum);
296 pAdapter->mvSataAdapter.adapterId, channelNum, (HPT_U64)(ULONG_PTR)rsp_dma_addr);
912 (((ULONG_PTR)pAdapter->requestsArrayBaseAlignedAddr) & ~(ULONG_PTR)(MV_EDMA_REQUEST_QUEUE_SIZE - 1));
915 pAdapter->requestsArrayBaseDmaAlignedAddr &= ~(ULONG_PTR)(MV_EDMA_REQUEST_QUEUE_SIZE - 1);
939 (((ULONG_PTR)pAdapter->responsesArrayBaseAlignedAddr) & ~(ULONG_PTR)(MV_EDMA_RESPONSE_QUEUE_SIZE - 1));
942 pAdapter->responsesArrayBaseDmaAlignedAddr &= ~(ULONG_PTR)(MV_EDMA_RESPONSE_QUEUE_SIZE - 1);
1403 pAdapter->prdTableAlignedAddr = (PUCHAR)(((ULONG_PTR)pAdapte
[all...]
H A Dhptproc.c327 if (copyin((void*)(ULONG_PTR)piop->lpInBuffer, ke_area, piop->nInBufferSize) != 0) {
343 copyout(ke_area + piop->nInBufferSize, (void*)(ULONG_PTR)piop->lpOutBuffer, piop->nOutBufferSize);
346 copyout(&dwRet, (void*)(ULONG_PTR)piop->lpBytesReturned, sizeof(DWORD));
H A Darray.h153 #define ArrayDescript_3_0_size ((unsigned)(ULONG_PTR)&((struct _ArrayDescript *)0)->bCheckSum31)
H A Dglobal.h106 ULONG_PTR dSgAddress;
/freebsd-13-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-13-stable/contrib/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-13-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-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DThreading.inc85 ::RaiseException(MS_VC_EXCEPTION, 0, sizeof(info) / sizeof(ULONG_PTR),
86 (ULONG_PTR *)&info);
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.h372 typedef ULONG_PTR mask_t;
/freebsd-13-stable/contrib/ntp/lib/isc/win32/
H A Dsocket.c551 sock->manager->hIoCompletionPort, (ULONG_PTR)sock, 0);

Completed in 147 milliseconds