Lines Matching +full:0 +full:x5000
56 * bind BO0 0x0-0x1000
57 * alloc page level 3a, program PTE[0] to BO0 phys address (CPU)
58 * alloc page level 2, program PDE[0] page level 3a phys address (CPU)
59 * alloc page level 1, program PDE[0] page level 2 phys address (CPU)
60 * update root PDE[0] to page level 1 phys address (GPU)
62 * bind BO1 0x201000-0x202000
66 * bind BO2 0x1ff000-0x201000
68 * update page level 3b PTE[0] to BO2 phys address + 0x1000 (GPU)
157 * 0x0000-0x2000 and 0x3000-0x5000 have mappings
158 * Munmap 0x1000-0x4000, results in mappings 0x0000-0x1000 and 0x4000-0x5000
165 * unbind 0x0000-0x2000
166 * unbind 0x3000-0x5000
167 * rebind 0x0000-0x1000
168 * rebind 0x4000-0x5000
170 * Why not just do a partial unbind of 0x1000-0x2000 and 0x3000-0x4000? This
178 * In this example there is a window of time where 0x0000-0x1000 and
179 * 0x4000-0x5000 are invalid but the user didn't ask for these addresses to be