Searched refs:PTE_BLOCK_DESC_NS (Results 1 – 2 of 2) sorted by relevance
111 #define PTE_BLOCK_DESC_NS (1ULL << 5) macro
226 MMU_DEBUG((*pte & PTE_BLOCK_DESC_NS) ? "-NS" : "-S"); in debug_show_pte()663 desc |= (attrs & MT_NS) ? PTE_BLOCK_DESC_NS : 0; in get_region_desc()