Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/arch/x86/core/
Dx86_mmu.c851 #define OPTION_FLUSH BIT(1) macro
955 bool flush = (options & OPTION_FLUSH) != 0U; in page_map_set()
1113 if ((options & OPTION_FLUSH) != 0U) { in range_map()
1182 OPTION_FLUSH | OPTION_CLEAR); in arch_mem_unmap()
1253 MMU_P | ENTRY_XD, MASK_PERM, OPTION_FLUSH); in z_x86_set_stack_guard()
1360 OPTION_FLUSH | OPTION_RESET); in reset_region()
1367 OPTION_FLUSH); in apply_region()
1618 options |= OPTION_FLUSH; in region_map_update()
1956 OPTION_FLUSH); in arch_mem_page_out()
1965 OPTION_FLUSH); in arch_mem_page_in()
[all …]