Searched refs:_PAGE_PCD (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dfb.h12 pgprot_val(vma->vm_page_prot) |= _PAGE_PCD;
H A Dpgtable_types.h37 #define _PAGE_PCD (_AT(pteval_t, 1) << _PAGE_BIT_PCD) macro
71 #define _PAGE_CHG_MASK (PTE_PFN_MASK | _PAGE_PCD | _PAGE_PWT | \
74 #define _PAGE_CACHE_MASK (_PAGE_PCD | _PAGE_PWT)
77 #define _PAGE_CACHE_UC_MINUS (_PAGE_PCD)
78 #define _PAGE_CACHE_UC (_PAGE_PCD | _PAGE_PWT)
102 #define __PAGE_KERNEL_EXEC_NOCACHE (__PAGE_KERNEL_EXEC | _PAGE_PCD | _PAGE_PWT)
104 #define __PAGE_KERNEL_NOCACHE (__PAGE_KERNEL | _PAGE_PCD | _PAGE_PWT)
105 #define __PAGE_KERNEL_UC_MINUS (__PAGE_KERNEL | _PAGE_PCD)
107 #define __PAGE_KERNEL_VSYSCALL_NOCACHE (__PAGE_KERNEL_VSYSCALL | _PAGE_PCD | _PAGE_PWT)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_info.c326 pgprot & _PAGE_PCD ? 'u' : 'c',
H A Ddrm_vm.c51 pgprot_val(tmp) |= _PAGE_PCD;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Ddump_pagetables.c116 if (pr & _PAGE_PCD)
H A Dpageattr.c824 (_PAGE_PAT | _PAGE_PAT_LARGE | _PAGE_PWT | _PAGE_PCD);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/xen/
H A Denlighten.c1100 __supported_pte_mask &= ~(_PAGE_PWT | _PAGE_PCD);
1154 __supported_pte_mask &= ~(_PAGE_PWT | _PAGE_PCD);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dsgivwfb.c712 pgprot_val(vma->vm_page_prot) | _PAGE_PCD;
H A Dgbefb.c61 #define pgprot_fb(_prot) ((_prot) | _PAGE_PCD)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/vermilion/
H A Dvermilion.c1011 pgprot_val(vma->vm_page_prot) |= _PAGE_PCD;

Completed in 123 milliseconds