Searched refs:pgprot (Results 1 - 4 of 4) sorted by relevance

/drivers/gpu/drm/
H A Ddrm_info.c271 unsigned int pgprot; local
296 pgprot = pgprot_val(vma->vm_page_prot);
298 pgprot & _PAGE_PRESENT ? 'p' : '-',
299 pgprot & _PAGE_RW ? 'w' : 'r',
300 pgprot & _PAGE_USER ? 'u' : 's',
301 pgprot & _PAGE_PWT ? 't' : 'b',
302 pgprot & _PAGE_PCD ? 'u' : 'c',
303 pgprot & _PAGE_ACCESSED ? 'a' : '-',
304 pgprot & _PAGE_DIRTY ? 'd' : '-',
305 pgprot
[all...]
/drivers/iommu/
H A Dmsm_iommu.c368 unsigned int pgprot; local
403 pgprot = sh ? FL_SHARED : 0;
404 pgprot |= tex & 0x01 ? FL_BUFFERABLE : 0;
405 pgprot |= tex & 0x02 ? FL_CACHEABLE : 0;
406 pgprot |= tex & 0x04 ? FL_TEX0 : 0;
408 pgprot = sh ? SL_SHARED : 0;
409 pgprot |= tex & 0x01 ? SL_BUFFERABLE : 0;
410 pgprot |= tex & 0x02 ? SL_CACHEABLE : 0;
411 pgprot |= tex & 0x04 ? SL_TEX0 : 0;
422 FL_SHARED | FL_NG | pgprot;
[all...]
/drivers/video/omap/
H A Dlcdc.c618 pgprot_t pgprot; local
632 pgprot = pgprot_writecombine(pgprot_kernel);
635 lcdc.vram_size, pgprot) < 0) {
H A Ddispc.c1009 pgprot_t pgprot; local
1021 pgprot = pgprot_writecombine(pgprot_kernel);
1025 region->size, pgprot) < 0) {

Completed in 85 milliseconds