Home
last modified time | relevance | path

Searched refs:_PAGE_CACHEABLE (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/arch/arc/include/asm/
Dpgtable-bits-arcv2.h15 #define _PAGE_CACHEABLE (1 << 0) /* Cached (H) */ macro
17 #define _PAGE_CACHEABLE 0 macro
39 #define ___DEF (_PAGE_PRESENT | _PAGE_CACHEABLE)
57 #define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) & ~_PAGE_CACHEABLE))
Dmmu-arcv2.h70 #define PTE_BITS_NON_RWX_IN_PD1 (PAGE_MASK_PHYS | _PAGE_CACHEABLE)