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