HomeSort by: relevance | last modified time | path
    Searched defs:__force (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/include/asm/
io.h 60 #define __force macro
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_dma.c 40 # define __force macro
50 memcpy_toio((void __force __iomem *)mem, data, nr_dwords * 4);
57 # undef __force
nouveau_bo.h 105 # define __force macro
113 void __iomem *ioptr = (void __force __iomem *)ttm_kmap_obj_virtual(
121 # undef __force
nouveau_gem.c 497 # define __force macro
597 void __user *userptr = (void __force __user *)(uintptr_t)user;
nouveau_bo.c 626 # define __force macro
682 iowrite16_native(val, (void __force __iomem *)mem);
696 return ioread32_native((void __force __iomem *)mem);
710 iowrite32_native(val, (void __force __iomem *)mem);
717 # undef __force

Completed in 14 milliseconds