Searched refs:R600_PTE_WRITEABLE (Results 1 – 4 of 4) sorted by relevance
542 #define R600_PTE_WRITEABLE (1 << 6) macro553 addr |= R600_PTE_READABLE | R600_PTE_WRITEABLE; in rs600_gart_set_page()
1840 #define R600_PTE_WRITEABLE (1 << 6) macro1847 r600_flags |= (flags & RADEON_VM_PAGE_WRITEABLE) ? R600_PTE_WRITEABLE : 0; in cayman_vm_page_flags()
54 #define R600_PTE_WRITEABLE (1 << 6) macro198 page_base |= R600_PTE_READABLE | R600_PTE_WRITEABLE; in r600_page_table_init()
46 #define R600_PTE_WRITEABLE (1 << 6) macro184 page_base |= R600_PTE_READABLE | R600_PTE_WRITEABLE; in r600_page_table_init()