Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/mm/
H A Dcore_mmu_v7.c115 #define SMALL_PAGE_NOTGLOBAL (1 << 11) macro
442 if (!(desc & SMALL_PAGE_NOTGLOBAL)) in desc_to_mattr()
531 desc |= SMALL_PAGE_NOTGLOBAL; in mattr_to_desc()