Zephyr API Documentation 4.4.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
12
13#ifndef ZEPHYR_INCLUDE_SYS_MEM_MANAGE_H
14#define ZEPHYR_INCLUDE_SYS_MEM_MANAGE_H
15
22
23#ifndef _ASMLANGUAGE
24#include <stdbool.h>
25#include <stdint.h>
26
45
64
66
67#endif /* !_ASMLANGUAGE */
68#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