Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
mem_manage.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2020 Intel Corporation
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef ZEPHYR_INCLUDE_SYS_MEM_MANAGE_H
8#define ZEPHYR_INCLUDE_SYS_MEM_MANAGE_H
9
17#ifndef _ASMLANGUAGE
18#include <stdbool.h>
19#include <stdint.h>
20
39
58
61#endif /* !_ASMLANGUAGE */
62#endif /* ZEPHYR_INCLUDE_SYS_MEM_MANAGE_H */
bool sys_mm_is_virt_addr_in_range(void *virt)
Check if a virtual address is within range of virtual memory.
bool sys_mm_is_phys_addr_in_range(uintptr_t phys)
Check if a physical address is within range of physical memory.
__UINTPTR_TYPE__ uintptr_t
Definition: stdint.h:105