Searched refs:VMM_XO128 (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
H A D | vmm.h | 363 #define VMM_XO128(m,v,o,lo,hi,c,f,a...) do { \ macro 374 #define VMM_WO128(m,v,o,lo,hi) VMM_XO128((m),(v),(o),(lo),(hi), 1, "") 377 VMM_XO128((m),(v),(o),(lo),(hi),(c), " %08x", (c)); \
|