Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
xtensa_ptr.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2026 Google LLC
3 * Copyright (c) 2026 Antmicro <www.antmicro.com>
4 *
5 * SPDX-License-Identifier: Apache-2.0
6 */
7
8 #include <stdint.h>
9
10 #ifndef ZEPHYR_INCLUDE_ARCH_XTENSA_XTENSA_PTR_H
11 #define ZEPHYR_INCLUDE_ARCH_XTENSA_XTENSA_PTR_H
12
18
29
39bool xtensa_soc_ptr_is_executable(const void *p);
40
44
45#endif /* ZEPHYR_INCLUDE_ARCH_XTENSA_XTENSA_PTR_H */
bool xtensa_soc_ptr_is_executable(const void *p)
Checks whether the given pointer is executable.
bool xtensa_soc_stack_ptr_is_sane(uint32_t sp)
Checks whether the given sp value is a valid stack address.
__UINT32_TYPE__ uint32_t
Definition stdint.h:90