Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
tpidrro_el0.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2021 BayLibre SAS
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
17#ifndef ZEPHYR_INCLUDE_ARCH_ARM64_TPIDRRO_EL0_H_
18#define ZEPHYR_INCLUDE_ARCH_ARM64_TPIDRRO_EL0_H_
19
20#define TPIDRROEL0_IN_EL0 0x0000000000000001
21
22#define TPIDRROEL0_CURR_CPU 0x0000fffffffffff8
23
24#define TPIDRROEL0_EXC_DEPTH 0xff00000000000000
25#define TPIDRROEL0_EXC_UNIT 0x0100000000000000
26#define TPIDRROEL0_EXC_SHIFT 56
27
28#endif /* ZEPHYR_INCLUDE_ARCH_ARM64_TPIDRRO_EL0_H_ */