Home
last modified time | relevance | path

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

/Zephyr-latest/arch/arm64/core/
Dmmu.h111 #define PTE_BLOCK_DESC_NS (1ULL << 5) macro
Dmmu.c226 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()