Home
last modified time | relevance | path

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

/Zephyr-latest/arch/x86/core/
Dx86_mmu.c1234 static inline int range_map_unlocked(void *virt, uintptr_t phys, size_t size, in range_map_unlocked() function
1299 ret = range_map_unlocked(virt, phys, size, flags_to_entry(flags), in arch_mem_map()
1310 ret = range_map_unlocked(addr, 0, size, 0, 0, in arch_mem_unmap()
1385 ret = range_map_unlocked(stack, 0, CONFIG_MMU_PAGE_SIZE, in z_x86_set_stack_guard()
1494 return range_map_unlocked((void *)start, 0, size, 0, 0, in reset_region()
1501 return range_map_unlocked((void *)start, 0, size, attr, MASK_PERM, in apply_region()