Searched refs:VMM_XO128 (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
D | vmm.h | 337 #define VMM_XO128(m,v,o,lo,hi,c,f,a...) do { \ macro 348 #define VMM_WO128(m,v,o,lo,hi) VMM_XO128((m),(v),(o),(lo),(hi), 1, "") 351 VMM_XO128((m),(v),(o),(lo),(hi),(c), " %08x", (c)); \
|