Home
last modified time | relevance | path

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

/Zephyr-latest/arch/x86/core/
Dx86_mmu.c901 #define OPTION_FLUSH BIT(1) macro
1008 bool flush = (options & OPTION_FLUSH) != 0U; in page_map_set()
1225 if ((options & OPTION_FLUSH) != 0U) { in range_map()
1311 OPTION_FLUSH | OPTION_CLEAR); in arch_mem_unmap()
1386 MMU_P | ENTRY_XD, MASK_PERM, OPTION_FLUSH); in z_x86_set_stack_guard()
1495 OPTION_FLUSH | OPTION_RESET); in reset_region()
1502 OPTION_FLUSH); in apply_region()
1756 options |= OPTION_FLUSH; in region_map_update()
2103 OPTION_FLUSH); in arch_mem_page_out()
2115 OPTION_FLUSH); in arch_mem_page_in()
[all …]